guix-commits
[Top][All Lists]
Advanced

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

63/125: gnu: Add atkmm-2.28.


From: guix-commits
Subject: 63/125: gnu: Add atkmm-2.28.
Date: Sat, 3 Jul 2021 21:17:30 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 4dbb15fa0f4c5721d725137dd501a38170e3ccff
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 ba10017..c6b4a7d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1479,6 +1479,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")



reply via email to

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