[Lunar-commits] <moonbase-other> libglade: move it from gnome repo.

Florin Braescu florin at lunar-linux.org
Fri Aug 15 13:56:38 CEST 2014


commit a0777030a9e9266ff35a82f784f03b4a155c0090
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 15 Aug 2014 14:56:10 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/a0777030a9e9266ff35a82f784f03b4a155c0090

libglade: move it from gnome repo.
---
  libs/libglade/BUILD        | +12/-0    
  libs/libglade/DEPENDS      | +2/-0     
  libs/libglade/DETAILS      | +17/-0    
  libs/libglade/POST_INSTALL | +8/-0     
  libs/libglade/POST_REMOVE  | +8/-0     
  5 files changed, 47 insertions(+)

--- /dev/null
+++ b/libs/libglade/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/libglade/DEPENDS
@@ -0,0 +1,2 @@
+depends  libxml2
+depends  gtk+-2
--- /dev/null
+++ b/libs/libglade/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=libglade
+         VERSION=2.6.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha1:8465851733b8a0efbe57c43efc0f140d8e2d2edb
+        WEB_SITE=http://www.gnome.org
+         ENTERED=20080416
+         UPDATED=20090318
+           SHORT="Loads user interfaces from XML files"
+
+cat << EOF
+The Libglade library gives applications the ability to load user
+interfaces from XML files at runtime. These interface files can
+be created with the GLADE user interface builder. Libglade is also
+capable of automatically connecting handlers to the signals defined in
+the interface file.
+EOF
--- /dev/null
+++ b/libs/libglade/POST_INSTALL
@@ -0,0 +1,8 @@
+#Running rebuild-docbook-catalog due to the libglade installer
+#putting the right entry into the wrong docbook-catalog file
+if [ -x /usr/sbin/rebuild-docbook-catalog ]; then
+      echo Rebuilding your docbook catalogs &&
+      /usr/sbin/rebuild-docbook-catalog
+fi
+
+true
--- /dev/null
+++ b/libs/libglade/POST_REMOVE
@@ -0,0 +1,8 @@
+#Running rebuild-docbook-catalog due to the libglade installer
+#putting the right entry into the wrong docbook-catalog file
+if [ -x /usr/sbin/rebuild-docbook-catalog ]; then
+      echo Rebuilding your docbook catalogs &&
+      /usr/sbin/rebuild-docbook-catalog
+fi
+
+true




More information about the Lunar-commits mailing list