[Lunar-commits] CVS: moonbase/kde3-apps/lincvs POST_INSTALL, NONE, 1.1 BUILD, 1.2, 1.3 DEPENDS, 1.2, 1.3 DETAILS, 1.5, 1.6

Florin Braescu florin at lunar-linux.org
Thu Mar 3 14:41:13 UTC 2005


Update of /var/cvs/lunar/moonbase/kde3-apps/lincvs
In directory espresso.foo-projects.org:/tmp/cvs-serv26733

Modified Files:
	BUILD DEPENDS DETAILS 
Added Files:
	POST_INSTALL 
Log Message:
bump the version from 1.3.2 to 1.4.0.

--- NEW FILE: POST_INSTALL ---
cd /opt/lunar/LinCVS
cd Messages
chmod 444 *
cd ../Tools
chmod 555 *
cd ..
chmod 444 AppIcon.xpm AppInfo.xml
chmod 555 AppRun lincvs lincvs.bin

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/lincvs/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	22 Feb 2004 17:06:05 -0000	1.2
+++ BUILD	3 Mar 2005 14:41:11 -0000	1.3
@@ -1,10 +1,11 @@
 (
+  export PATH=$QTDIR/bin:$PATH
   qmake -o Makefile lincvs.pro &&
   make                         &&
   strip lincvs.bin             &&
   
-  cp -f $SCRIPT_DIRECTORY/lincvs LinCVS/lincvs            &&
-  cp -f $SCRIPT_DIRECTORY/start-ssh.sh tools/start-ssh.sh &&
+  cp -f $SCRIPT_DIRECTORY/lincvs LinCVS/lincvs             &&
+  cp -f $SCRIPT_DIRECTORY/start-ssh.sh tools/start-ssh.sh  &&
 
   prepare_install &&
   make install    &&

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/lincvs/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	22 Feb 2004 17:06:05 -0000	1.2
+++ DEPENDS	3 Mar 2005 14:41:11 -0000	1.3
@@ -1,5 +1,5 @@
-depends  cvs &&
-depends  qt3 &&
+depends  cvs  &&
+depends  qt3  &&
 
-optional_depends "x11-ssh-askpass" "" "" "X11 ssh password support"   &&
+optional_depends "x11-ssh-askpass" "" "" "X11 ssh password support"  &&
 optional_depends "rox"             "" "" "Application Directory support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/lincvs/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	5 Oct 2004 09:30:07 -0000	1.5
+++ DETAILS	3 Mar 2005 14:41:11 -0000	1.6
@@ -1,22 +1,22 @@
           MODULE=lincvs
-         VERSION=1.3.2
-          SOURCE=${MODULE}-${VERSION}-0-generic-src.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION}
-SOURCE_URL[0]=http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/20_LinCVS/hl_lincvs-$VERSION/
-     SOURCE_VFY=md5:8d0448a3133144f368ce9aa83b9185ce
+         VERSION=1.4.0
+          SOURCE=$MODULE-$VERSION-0-generic-src.tgz
+   SOURCE_URL=http://lincvs.com/download/
+     SOURCE_VFY=sha1:1d685a25e0f5f0b8fa57b8bfa82429f0a9c415e4
         WEB_SITE=http://www.lincvs.org/
          ENTERED=20040102
-         UPDATED=20040510
+         UPDATED=20050303
         SHORT="LinCVS is a graphical Interface for the cvs client."
 
 cat << EOF
-LinCVS is a graphical Interface for the cvs client commandline tool on the
-Unix, Windows and Mac OS X platform. It allows ato load modules from a server
-(checkout), create modules on the server (import), as well as checking the
-state of directories and individual files or updating them. Basic operations
-like add, remove and commit are supported as matter of course, just like
-showing the actual differences between the server version and the local
-sandbox, graphical display of the version tree, and manifoldy graphical
-support of project maintenance. All actions are logged on the cvs server
-(configurable via history), and are therewith comprehensible.
+LinCVS is a graphical Interface for the cvs client commandline tool on 
+the Unix, Windows and Mac OS X platform. It allows to load modules from 
+a server (checkout), create modules on the server (import), as well as 
+checking the state of directories and individual files or updating them. 
+Basic operations like add, remove and commit are supported as matter of 
+course, just like showing the actual differences between the server 
+version and the local sandbox, graphical display of the version tree, 
+and manifoldy graphical support of project maintenance. All actions are 
+logged on the cvs server (configurable via history), and are therewith 
+comprehensible.
 EOF



More information about the Lunar-commits mailing list