[Lunar-commits] <moonbase> libcroco: some tweaks.

Florin Braescu florin at lunar-linux.org
Tue Apr 20 21:55:53 CEST 2010


commit e9d3bfd741bc576846a0bd34b53452713919adaa
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Apr 20 22:55:53 2010 +0300

    libcroco: some tweaks.
---
 gnome2/extra/libcroco/BUILD   |   14 +++++++-------
 gnome2/extra/libcroco/DEPENDS |    2 +-
 gnome2/extra/libcroco/DETAILS |    7 ++++---
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnome2/extra/libcroco/BUILD b/gnome2/extra/libcroco/BUILD
index 8d803e7..2259d76 100644
--- a/gnome2/extra/libcroco/BUILD
+++ b/gnome2/extra/libcroco/BUILD
@@ -1,12 +1,12 @@
 (
 
    ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
-                $OPTS                             &&
-    default_make                   
+                --build=$BUILD        \
+                --sysconfdir=/etc     \
+                --localstatedir=/var  \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man    \
+                $OPTS                                        &&
+    default_make
 
 ) > $C_FIFO 2>&1
diff --git a/gnome2/extra/libcroco/DEPENDS b/gnome2/extra/libcroco/DEPENDS
index d4be5ab..a713c9f 100644
--- a/gnome2/extra/libcroco/DEPENDS
+++ b/gnome2/extra/libcroco/DEPENDS
@@ -1,2 +1,2 @@
-depends glib-2  &&
+depends glib-2
 depends libxml2
diff --git a/gnome2/extra/libcroco/DETAILS b/gnome2/extra/libcroco/DETAILS
index 0ce169e..1b0964e 100644
--- a/gnome2/extra/libcroco/DETAILS
+++ b/gnome2/extra/libcroco/DETAILS
@@ -1,9 +1,10 @@
           MODULE=libcroco
-         VERSION=0.6.2
+           MAJOR=0.6
+         VERSION=$MAJOR.2
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/0.6/
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
       SOURCE_VFY=sha1:4b0dd540a47f2492b1ac7cd7e3ec63c2ef4c9c2a
-        WEB_SITE=http://www.freespiders.org/projects/libcroco/
+        WEB_SITE=http://www.freespiders.org/projects/$MODULE
          ENTERED=20030407
          UPDATED=20090217
            SHORT="Gnome CSS2 Parsing Toolkit"


More information about the Lunar-commits mailing list