[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: Add cairomm-1.13.
From: |
guix-commits |
Subject: |
05/14: gnu: Add cairomm-1.13. |
Date: |
Sun, 19 Jul 2020 15:20:47 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 13536a8384de99180a3e0ece4cbde221e11a2cf4
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 1663b21..5afe930 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")
- branch wip-desktop updated (8d88512 -> 3000f52), guix-commits, 2020/07/19
- 01/14: gnu: cairo: Update package definition., guix-commits, 2020/07/19
- 02/14: gnu: libsigc++: Update package definition., guix-commits, 2020/07/19
- 05/14: gnu: Add cairomm-1.13.,
guix-commits <=
- 03/14: gnu: Add libsigc++-2., guix-commits, 2020/07/19
- 04/14: gnu: cairomm: Update package definition., guix-commits, 2020/07/19
- 07/14: gnu: Add glibmm-2.64., guix-commits, 2020/07/19
- 08/14: gnu: atkmm: Update package definition., guix-commits, 2020/07/19
- 06/14: gnu: glibmm: Update package definition., guix-commits, 2020/07/19
- 10/14: gnu: Add pangomm-2.42., guix-commits, 2020/07/19
- 11/14: gnu: java-jakarta-oro: Update hash., guix-commits, 2020/07/19
- 13/14: gnu: gtkmm-2: Update package definition., guix-commits, 2020/07/19
- 09/14: gnu: pangomm: Update package definition., guix-commits, 2020/07/19
- 12/14: gnu: gtkmm: Update package definition., guix-commits, 2020/07/19