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

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


commit f7957865891df2de2acd5956cfb343d65ab37f84
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Apr 20 22:58:03 2010 +0300

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

diff --git a/gnome2/extra/libgnomecups/BUILD b/gnome2/extra/libgnomecups/BUILD
index 5ac30d0..4fb1e1d 100644
--- a/gnome2/extra/libgnomecups/BUILD
+++ b/gnome2/extra/libgnomecups/BUILD
@@ -1,12 +1,12 @@
 (
 
    ./configure  --prefix=${GNOME28_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME28_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME28_PREFIX:-/usr}/share/man   \
-                $OPTS                             &&
-    default_make                   
+                --build=$BUILD        \
+                --sysconfdir=/etc     \
+                --localstatedir=/var  \
+                --infodir=${GNOME28_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME28_PREFIX:-/usr}/share/man    \
+                $OPTS                                        &&
+    default_make
 
 ) > $C_FIFO 2>&1
diff --git a/gnome2/extra/libgnomecups/DEPENDS b/gnome2/extra/libgnomecups/DEPENDS
index b1c49cc..6f564fd 100644
--- a/gnome2/extra/libgnomecups/DEPENDS
+++ b/gnome2/extra/libgnomecups/DEPENDS
@@ -1 +1 @@
-depends cups 
+depends cups
diff --git a/gnome2/extra/libgnomecups/DETAILS b/gnome2/extra/libgnomecups/DETAILS
index 4e27596..c3db9a3 100644
--- a/gnome2/extra/libgnomecups/DETAILS
+++ b/gnome2/extra/libgnomecups/DETAILS
@@ -1,12 +1,14 @@
           MODULE=libgnomecups
-         VERSION=0.2.3
+           MAJOR=0.2
+         VERSION=$MAJOR.3
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/0.2/
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
       SOURCE_VFY=sha1:09d4dc4e4cf40baa1ced95a7a6b287db3cb5a47c
         WEB_SITE=http://primates.ximian.com/~dave/printing
          ENTERED=20030625
          UPDATED=20090703
            SHORT="Gnome2 wrapper for CUPS"
+
 cat << EOF
 Libgnomecups is a wrapper for Gnome 2.2 for CUPS
 EOF


More information about the Lunar-commits mailing list