guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

151/401: gnu: Add cairomm-1.13.


From: guix-commits
Subject: 151/401: gnu: Add cairomm-1.13.
Date: Tue, 18 Aug 2020 16:21:14 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 1d15e2dfdf28589b2554f47f7fc0bcee9365d475
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat Jul 18 04:01:18 2020 -0400

    gnu: Add cairomm-1.13.
    
    * gnu/packages/gtk.scm (cairomm-1.13): New variable.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gtk.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f70dacd..5c85956 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1410,6 +1410,23 @@ including use of the Standard Template Library where it 
makes sense.")
     (home-page "https://cairographics.org/cairomm/";)
     (license license:lgpl2.0+)))
 
+(define-public cairomm-1.13
+  (package
+    (inherit cairomm)
+    (name "cairomm")
+    (version "1.13.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "https://www.cairographics.org/releases/";
+                       name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1xlfl0fm5mgv53lr8xjv2kqsk3bz67qkk6qzvbrqmbvbvvbqp9wp"))))
+    (propagated-inputs
+     `(("cairo" ,cairo)
+       ("sigc++" ,libsigc++-2)))))
+
 (define-public pangomm
   (package
     (name "pangomm")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]