[Lunar-commits] <moonbase-other> libgee06: add module to moonbase

v4hn me at v4hn.de
Sat May 11 22:52:47 CEST 2013


commit 43f0a7ad33f1b5eff73a5df7125df1b50cae96d6
Author: v4hn <me at v4hn.de>
Date: Sat, 11 May 2013 13:51:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/43f0a7ad33f1b5eff73a5df7125df1b50cae96d6

libgee06: add module to moonbase

This readds the old API of libgee still needed
by some modules. If you find a module which fails
to build with the more modern libgee, please fix
its dependency.
---
  libs/libgee06/DEPENDS | +1/-0     
  libs/libgee06/DETAILS | +17/-0    
  2 files changed, 18 insertions(+)

--- /dev/null
+++ b/libs/libgee06/DEPENDS
@@ -0,0 +1 @@
+depends vala
--- /dev/null
+++ b/libs/libgee06/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=libgee06
+         VERSION=0.6.8
+          SOURCE=libgee-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/libgee/${VERSION%.*}
+      SOURCE_VFY=sha1:40d7eac331dffc0a50effcb6d4074858e124b9ce
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/libgee-$VERSION
+        WEB_SITE=http://live.gnome.org/Libgee
+         ENTERED=20100501
+         UPDATED=20130422
+           SHORT="Collection library for vala"
+
+cat << EOF
+Libgee is a collection library providing GObject-based interfaces and
+classes for commonly-used data structures.
+
+This provides the old stable API
+EOF




More information about the Lunar-commits mailing list