[Lunar-commits] <moonbase-gnome> libglade: move it to other/libs repo.
Florin Braescu
florin at lunar-linux.org
Fri Aug 15 13:57:14 CEST 2014
commit bce971d0a6cb18a6ff706bef0c8823a3df0457d1
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 15 Aug 2014 14:56:54 +0300
URL: https://github.com/lunar-linux/moonbase-gnome/commit/bce971d0a6cb18a6ff706bef0c8823a3df0457d1
libglade: move it to other/libs repo.
---
platform/libglade/BUILD | +0/-12
platform/libglade/DEPENDS | +0/-2
platform/libglade/DETAILS | +0/-18
platform/libglade/POST_INSTALL | +0/-8
platform/libglade/POST_REMOVE | +0/-8
5 files changed, 48 deletions(-)
--- a/platform/libglade/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./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
--- a/platform/libglade/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends libxml2
-depends gtk+-2
--- a/platform/libglade/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=libglade
- MAJOR=2.6
- VERSION=$MAJOR.4
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- 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
--- a/platform/libglade/POST_INSTALL
+++ /dev/null
@@ -1,8 +0,0 @@
-#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
--- a/platform/libglade/POST_REMOVE
+++ /dev/null
@@ -1,8 +0,0 @@
-#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