[PC-BSD Commits] r2844 - in pbibuild/modules/gpredict: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 2 08:08:19 PDT 2008
Author: kris
Date: 2008-10-02 08:08:19 -0700 (Thu, 02 Oct 2008)
New Revision: 2844
Modified:
pbibuild/modules/gpredict/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/gpredict/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/gpredict/pbi.conf
Log:
Also cleaned up teh gpredict add / remove scripts, some links aren't needed
Modified: pbibuild/modules/gpredict/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/gpredict/overlay-dir/PBI.RemoveScript.sh 2008-10-02 15:05:35 UTC (rev 2843)
+++ pbibuild/modules/gpredict/overlay-dir/PBI.RemoveScript.sh 2008-10-02 15:08:19 UTC (rev 2844)
@@ -12,20 +12,6 @@
rm /usr/local/share/gpredict
rm /usr/local/share/pixmaps/gpredict
-# Remove the services links
-cd /Programs/${1}/autolibs/kde3/
-for i in `ls`
-do
- rm /usr/local/lib/kde3/${i}
-done
-
-# Remove the sound links
-cd /Programs/${1}/share/sounds/
-for i in `ls`
-do
- rm /usr/local/share/sounds/${i}
-done
-
cd /home
for i in `ls`
do
Modified: pbibuild/modules/gpredict/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/gpredict/overlay-dir/PBI.SetupScript.sh 2008-10-02 15:05:35 UTC (rev 2843)
+++ pbibuild/modules/gpredict/overlay-dir/PBI.SetupScript.sh 2008-10-02 15:08:19 UTC (rev 2844)
@@ -18,20 +18,4 @@
ln -s /Programs/${PROGDIR}/share/gpredict /usr/local/share/gpredict
ln -s /Programs/${PROGDIR}/share/pixmaps/gpredict /usr/local/share/pixmaps/gpredict
-# Make links for services
-cd /Programs/${PROGDIR}/autolibs/gpredict/
-for i in `ls`
-do
- # Link the services now
- ln -s /Programs/${PROGDIR}/autolibs/kde3/${i} /usr/local/lib/kde3/${i}
-done
-
-# Make links for sounds wav files
-cd /Programs/${PROGDIR}/share/sounds/
-for i in `ls`
-do
- # Link the services now
- ln -s /Programs/${PROGDIR}/share/sounds/${i} /usr/local/share/sounds/${i}
-done
-
echo "LAUNCHCLOSE: /usr/local/bin/gpredict
Modified: pbibuild/modules/gpredict/pbi.conf
===================================================================
--- pbibuild/modules/gpredict/pbi.conf 2008-10-02 15:05:35 UTC (rev 2843)
+++ pbibuild/modules/gpredict/pbi.conf 2008-10-02 15:08:19 UTC (rev 2844)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="25"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list