dannym pushed a commit to branch wip-desktop
in repository guix.
commit 5a49d1a4fc751d5dc057549ad558e6211ed814de
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
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")