[PC-BSD Commits] r1245 - in pbibuild/modules/freeciv: . kmenu-dir overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 22 18:23:40 PST 2008
Author: gonzalo
Date: 2008-01-22 18:23:40 -0800 (Tue, 22 Jan 2008)
New Revision: 1245
Modified:
pbibuild/modules/freeciv/kmenu-dir/civmanual
pbibuild/modules/freeciv/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/freeciv/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/freeciv/pbi.conf
Log:
Duplicated icons fixed
Modified: pbibuild/modules/freeciv/kmenu-dir/civmanual
===================================================================
--- pbibuild/modules/freeciv/kmenu-dir/civmanual 2008-01-23 02:16:32 UTC (rev 1244)
+++ pbibuild/modules/freeciv/kmenu-dir/civmanual 2008-01-23 02:23:40 UTC (rev 1245)
@@ -1,8 +1,8 @@
ExePath: bin/civmanual
ExeIcon: share/pixmaps/freeciv.png
ExeDescr: FreeCiv Manual
-ExeNoDesktop: 0
-ExeNoMenu: 0
+ExeNoDesktop: 1
+ExeNoMenu: 1
ExeRunRoot: 0
ExeRunShell: 1
ExeNotify: 1
Modified: pbibuild/modules/freeciv/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/freeciv/overlay-dir/PBI.RemoveScript.sh 2008-01-23 02:16:32 UTC (rev 1244)
+++ pbibuild/modules/freeciv/overlay-dir/PBI.RemoveScript.sh 2008-01-23 02:23:40 UTC (rev 1245)
@@ -12,7 +12,7 @@
rm -fR /usr/local/man/man6/civclient.6.gz
rm -fR /usr/local/man/man6/civserver.6.gz
rm -fR /usr/local/share/freeciv
-rm -fR /usr/local/share/applications/freeciv.desktop
+#rm -fR /usr/local/share/applications/freeciv.desktop
# Remove the old locale files since we are uninstalling
LANGFILE="freeciv.mo"
Modified: pbibuild/modules/freeciv/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/freeciv/overlay-dir/PBI.SetupScript.sh 2008-01-23 02:16:32 UTC (rev 1244)
+++ pbibuild/modules/freeciv/overlay-dir/PBI.SetupScript.sh 2008-01-23 02:23:40 UTC (rev 1245)
@@ -20,7 +20,7 @@
ln -s /Programs/${PROGDIR}/man/man6/civclient.6.gz /usr/local/man/man6/civclient.6.gz
ln -s /Programs/${PROGDIR}/man/man6/civserver.6.gz /usr/local/man/man6/civserver.6.gz
ln -s /Programs/${PROGDIR}/share/freeciv /usr/local/share/freeciv
-ln -s /Programs/${PROGDIR}/share/applications/freeciv.desktop /usr/local/share/applications/freeciv.desktop
+#ln -s /Programs/${PROGDIR}/share/applications/freeciv.desktop /usr/local/share/applications/freeciv.desktop
# Copy over all the LANG files
LANGFILE="freeciv.mo"
cd /Programs/${PROGDIR}/locale
Modified: pbibuild/modules/freeciv/pbi.conf
===================================================================
--- pbibuild/modules/freeciv/pbi.conf 2008-01-23 02:16:32 UTC (rev 1244)
+++ pbibuild/modules/freeciv/pbi.conf 2008-01-23 02:23:40 UTC (rev 1245)
@@ -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="23"
+BUILDKEY="24"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list