[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/83: gnu: Add atkmm-2.28.
From: |
guix-commits |
Subject: |
61/83: gnu: Add atkmm-2.28. |
Date: |
Fri, 26 Mar 2021 17:18:41 -0400 (EDT) |
lle_bout pushed a commit to branch core-updates
in repository guix.
commit ee71fd9f0e5683f65a51bb357806853c8e06184b
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 26 15:54:09 2021 -0400
gnu: Add atkmm-2.28.
* gnu/packages/gtk.scm (atkmm-2.28): New variable.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4e69d5d..483a735 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1486,6 +1486,24 @@ library.")
;; Tools
license:gpl2+))))
+(define-public atkmm-2.28
+ (package
+ (inherit atkmm)
+ (name "atkmm")
+ (version "2.28.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "1b8vycqzr3lfvk2l73f4kk74hj48081zbh9r1r2ilr3h8xh7cs0i"))))
+ (propagated-inputs
+ `(("glibmm" ,glibmm-2.64)
+ ,@(package-propagated-inputs atkmm)))))
+
(define-public gtkmm
(package
(name "gtkmm")
- 60/83: gnu: atkmm: Update synopsis, description, home-page and license., (continued)
- 60/83: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/03/26
- 66/83: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/03/26
- 65/83: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/03/26
- 70/83: gnu: wayland: Update to 1.19.0., guix-commits, 2021/03/26
- 71/83: gnu: wayland: Fix and move documentation., guix-commits, 2021/03/26
- 72/83: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/03/26
- 74/83: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/03/26
- 77/83: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/03/26
- 57/83: gnu: atk: Update home-page and license., guix-commits, 2021/03/26
- 59/83: gnu: atkmm: Enable documentation., guix-commits, 2021/03/26
- 61/83: gnu: Add atkmm-2.28.,
guix-commits <=
- 64/83: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/03/26
- 62/83: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/03/26
- 69/83: gnu: json-glib: Update synopsis and description., guix-commits, 2021/03/26
- 73/83: gnu: wayland-protocols: Update description., guix-commits, 2021/03/26
- 75/83: gnu: gtk+-2: Enable tests., guix-commits, 2021/03/26
- 78/83: gnu: gtk+: Enable tests., guix-commits, 2021/03/26
- 81/83: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/03/26
- 80/83: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/03/26
- 82/83: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/03/26
- 79/83: gnu: gtk+: Add missing inputs., guix-commits, 2021/03/26