[Lunar-commits] <moonbase> libglade: small tweaks.

Florin Braescu florin at lunar-linux.org
Fri Apr 2 22:57:18 CEST 2010


commit 36d615ca486e50ba1a8131cc9e5d09fa207ec991
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Apr 2 23:57:18 2010 +0300

    libglade: small tweaks.
---
 gnome2/platform/libglade/BUILD   |   14 +++++++-------
 gnome2/platform/libglade/DEPENDS |    2 +-
 gnome2/platform/libglade/DETAILS |   10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/gnome2/platform/libglade/BUILD b/gnome2/platform/libglade/BUILD
index 80d990a..f0ab69a 100644
--- a/gnome2/platform/libglade/BUILD
+++ b/gnome2/platform/libglade/BUILD
@@ -1,12 +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                   
+                --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
diff --git a/gnome2/platform/libglade/DEPENDS b/gnome2/platform/libglade/DEPENDS
index 0a3376a..49f703b 100644
--- a/gnome2/platform/libglade/DEPENDS
+++ b/gnome2/platform/libglade/DEPENDS
@@ -1,2 +1,2 @@
-depends  libxml2  &&
+depends  libxml2
 depends  gtk+-2
diff --git a/gnome2/platform/libglade/DETAILS b/gnome2/platform/libglade/DETAILS
index 392a78f..54a1550 100644
--- a/gnome2/platform/libglade/DETAILS
+++ b/gnome2/platform/libglade/DETAILS
@@ -1,13 +1,13 @@
           MODULE=libglade
-         VERSION=2.6.4
            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/
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:
+        WEB_SITE=http://www.gnome.org
          ENTERED=20080416
          UPDATED=20090318
-           SHORT="loads user interfaces from XML files"
+           SHORT="Loads user interfaces from XML files"
 
 cat << EOF
 The Libglade library gives applications the ability to load user


More information about the Lunar-commits mailing list