[Lunar-commits] CVS: moonbase/kde3-apps/gwenview BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.1, 1.2

Florin Braescu florin at lunar-linux.org
Tue Feb 24 08:36:44 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3-apps/gwenview
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11769/gwenview

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
a first commit for the new install scheme of kde.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/gwenview/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	1 Feb 2004 22:27:43 -0000	1.1
+++ BUILD	24 Feb 2004 08:36:11 -0000	1.2
@@ -1,13 +1,12 @@
 (
-  export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
-  export KDEDIR=/opt/lunar/kde/3
-  ./configure    --prefix=/opt/lunar/kde/3             \
-                 --with-qt-dir=/opt/lunar/qt/3         \
-                 --disable-debug                       \
-                 --enable-fast-malloc=full             \
-                 --with-xinerama                       \
-                 $OPTS                                &&
-  make                 &&
-  prepare_install      &&
-  make install          
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --disable-debug                      \
+	       --enable-final                       \
+               --enable-fast-malloc=full            \
+               --with-xinerama                      \
+               $OPTS                                &&
+
+  default_make
+ 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/gwenview/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	1 Feb 2004 22:27:43 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:36:11 -0000	1.2
@@ -1,5 +1,4 @@
-depends "kdelibs3" &&
-depends "kdegraphics3"
+depends  kdegraphics3
 
 
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/gwenview/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	1 Feb 2004 22:27:43 -0000	1.1
+++ DETAILS	24 Feb 2004 08:36:11 -0000	1.2
@@ -4,10 +4,11 @@
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
       SOURCE_VFY=md5:31a768d17479176d884e173a6bca6af7
-        WEB_SITE=http://kplayer.sourceforge.net/
+        WEB_SITE=http://gwenview.sourceforge.net/
          ENTERED=20040201
          UPDATED=20040201
-           SHORT="Gwenview is an image viewer for KDE."
+        SHORT="Gwenview is an image viewer for KDE."
+
 cat << EOF
 Gwenview can load and save all image formats supported by KDE.
 EOF



More information about the Lunar-commits mailing list