[Lunar-commits] <moonbase-other> gtkmm: add it to the moonbase, from gnome repository.

Florin Braescu florin at lunar-linux.org
Tue Oct 21 12:53:38 CEST 2014


commit 1b316c5063cb7f3238e5d3d51f2927e5ecd1c897
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 21 Oct 2014 13:52:54 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/1b316c5063cb7f3238e5d3d51f2927e5ecd1c897

gtkmm: add it to the moonbase, from gnome repository.
---
  libs/gtkmm/BUILD   | +12/-0    
  libs/gtkmm/DEPENDS | +4/-0     
  libs/gtkmm/DETAILS | +13/-0    
  3 files changed, 29 insertions(+)

--- /dev/null
+++ b/libs/gtkmm/BUILD
@@ -0,0 +1,12 @@
+(
+
+    ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                 --build=$BUILD                     \
+                 --sysconfdir=/etc                  \
+                 --localstatedir=/var               \
+                 --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+                 --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+                 $OPTS                                         &&
+    default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/gtkmm/DEPENDS
@@ -0,0 +1,4 @@
+depends gtk+-2
+depends cairomm
+depends pangomm
+depends atkmm
--- /dev/null
+++ b/libs/gtkmm/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=gtkmm
+         VERSION=2.24.4
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha256:443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
+        WEB_SITE=http://gtkmm.org
+         ENTERED=20021225
+         UPDATED=20141021
+           SHORT="C++ bindings for gtk2 and glib2"
+
+cat << EOF
+gtkmm2 is the official C++ binding for GTK+2 and Glib2.
+EOF




More information about the Lunar-commits mailing list