guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Add libgnomecanvasmm.


From: Ricardo Wurmus
Subject: 04/05: gnu: Add libgnomecanvasmm.
Date: Wed, 11 Feb 2015 22:46:28 +0000

rekado pushed a commit to branch master
in repository guix.

commit eadc734e3089df68b06ea6ac8defa5f87bd27c46
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Feb 5 22:40:54 2015 +0100

    gnu: Add libgnomecanvasmm.
    
    * gnu/packages/gnome.scm (libgnomecanvasmm): New variable.
---
 gnu/packages/gnome.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c42092d..663912b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -994,6 +994,28 @@ high-quality vector-based 2D library with antialiasing and 
alpha composition.")
 creating interactive structured graphics.")
     (license license:lgpl2.0+)))
 
+(define-public libgnomecanvasmm
+  (package
+    (name "libgnomecanvasmm")
+    (version "2.26.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version)  "/"
+                                  name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "0679hcnpam2gkag2i63sm0wdm35gwvzafnz1354mg6j5gzwpfrcr"))))
+    (build-system gnu-build-system)
+    (propagated-inputs `(("libgnomecanvas" ,libgnomecanvas)))
+    (native-inputs
+     `(("gtkmm-2" ,gtkmm-2)
+       ("pkg-config" ,pkg-config)))
+    (home-page "http://gtkmm.org";)
+    (synopsis "C++ bindings to the GNOME Canvas library")
+    (description "C++ bindings to the GNOME Canvas library.")
+    (license license:lgpl2.0+)))
+
 (define-public libgnomeui
   (package
     (name "libgnomeui")



reply via email to

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