[PC-BSD Commits] r3652 - in pbibuild/modules/simutrans: . overlay-dir overlay-dir/share/pixmaps
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 24 08:30:51 PST 2009
Author: gonzalo
Date: 2009-03-24 09:30:48 -0700 (Tue, 24 Mar 2009)
New Revision: 3652
Added:
pbibuild/modules/simutrans/overlay-dir/header.png
pbibuild/modules/simutrans/overlay-dir/leftside.png
pbibuild/modules/simutrans/overlay-dir/share/pixmaps/simutrans.png
Modified:
pbibuild/modules/simutrans/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/simutrans/pbi.conf
Log:
Simutrans getting finally ready
Modified: pbibuild/modules/simutrans/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/simutrans/overlay-dir/PBI.RemoveScript.sh 2009-03-23 20:04:09 UTC (rev 3651)
+++ pbibuild/modules/simutrans/overlay-dir/PBI.RemoveScript.sh 2009-03-24 16:30:48 UTC (rev 3652)
@@ -6,20 +6,3 @@
# ${2} is the username of person performing the deletion.
# TIP: 'kdialog' should be used for user interaction.
#########################################
-
-if [ ! -z "$DISPLAY" ]
-then
- # Ask if we want to remove the user profiles
- kdialog --yesno "Do you want to remove Danger from the Deep user settings?" --title "Remove user settings"
- if [ "$?" = "0" ]
- then
- cd /home
- for i in `ls`
- do
- if [ -e "/home/${i}/.dangerdeep" ]
- then
- rm -rf /home/${i}/.dangerdeep
- fi
- done
- fi
-fi
Property changes on: pbibuild/modules/simutrans/overlay-dir/header.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Property changes on: pbibuild/modules/simutrans/overlay-dir/leftside.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Property changes on: pbibuild/modules/simutrans/overlay-dir/share/pixmaps/simutrans.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: pbibuild/modules/simutrans/pbi.conf
===================================================================
--- pbibuild/modules/simutrans/pbi.conf 2009-03-23 20:04:09 UTC (rev 3651)
+++ pbibuild/modules/simutrans/pbi.conf 2009-03-24 16:30:48 UTC (rev 3652)
@@ -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="01"
+BUILDKEY="02"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list