[Lunar-commits] CVS: moonbase/kde3-apps/apollon BUILD, 1.1, 1.2 DEPENDS, 1.2, 1.3 DETAILS, 1.6, 1.7

Florin Braescu florin at lunar-linux.org
Sat Feb 21 12:57:03 GMT 2004


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

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
this is the new model of installing the KDE apps. it's inspired from sofar's idea applied to xfce4. the KDEDIR and QTDIR vars are defined using the profiles in /etc/profile.d as default dirs. the KDE_PREFIX and QT_PREFIX can be defined in /etc/lunar/config in order to change the default dirs to other locations.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/apollon/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	6 Jul 2003 23:59:57 -0000	1.1
+++ BUILD	21 Feb 2004 12:57:01 -0000	1.2
@@ -1,17 +1,11 @@
 (
-  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                       \
+  ./configure    --prefix=${KDE_PREFIX:-$KDEDIR}      \
+                 --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+                 --disable-debug                      \
+                 --enable-fast-malloc=full            \
+                 --with-xinerama                      \
                  $OPTS                                &&
 
-  make                 &&
-  prepare_install      &&
-  make install         
-
+  default_make
  
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/apollon/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	22 Sep 2003 12:40:20 -0000	1.2
+++ DEPENDS	21 Feb 2004 12:57:01 -0000	1.3
@@ -1,4 +1,4 @@
-depends  "kdelibs3"
-depends  "gift-cvs"  
+depends  kdelibs3 &&
+depends  gift-cvs  
 
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/apollon/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	21 Nov 2003 17:15:51 -0000	1.6
+++ DETAILS	21 Feb 2004 12:57:01 -0000	1.7
@@ -7,7 +7,10 @@
         WEB_SITE=http://apollon.sourceforge.net
          ENTERED=20020602
          UPDATED=20031121
-           SHORT="Apollon is a KDE-based client for the p2p-protocol giFT"
+        SHORT="Apollon is a KDE-based client for the p2p-protocol giFT"
+
 cat << EOF
-Apollon is a KDE-based client for the p2p-protocol giFT (OpenFT, FastTrack(Kazaa!),..) It is very userfriendly, intuitively, offers an inline Mediaplayer for previews of downloaded files, etc etc
+Apollon is a KDE-based client for the p2p-protocol giFT (OpenFT, FastTrack,
+Kazaa!,..) It is very userfriendly, intuitively, offers an inline Mediaplayer 
+for previews of downloaded files, etc.
 EOF



More information about the Lunar-commits mailing list