[PC-BSD Commits] r4658 - in pbibuild/modules/education/tuxpaint: . kmenu-dir overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 15 11:04:11 PDT 2009
Author: kris
Date: 2009-10-15 11:04:10 -0700 (Thu, 15 Oct 2009)
New Revision: 4658
Added:
pbibuild/modules/education/tuxpaint/overlay-dir/tuxpaint.png
Removed:
pbibuild/modules/education/tuxpaint/overlay-dir/LICENSE
pbibuild/modules/education/tuxpaint/overlay-dir/PBI.UpdateURL.sh
pbibuild/modules/education/tuxpaint/overlay-dir/autolibs/
pbibuild/modules/education/tuxpaint/overlay-dir/bin/
pbibuild/modules/education/tuxpaint/overlay-dir/etc/
pbibuild/modules/education/tuxpaint/overlay-dir/include/
pbibuild/modules/education/tuxpaint/overlay-dir/lib/
pbibuild/modules/education/tuxpaint/overlay-dir/man/
pbibuild/modules/education/tuxpaint/overlay-dir/share/
Modified:
pbibuild/modules/education/tuxpaint/copy-files
pbibuild/modules/education/tuxpaint/kmenu-dir/tuxpaint
pbibuild/modules/education/tuxpaint/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/education/tuxpaint/pbi.conf
Log:
Cleanup the tuxpaint module, works here now, but still needs a patch to be committed to ports to fix a LOCALBASE bug
Modified: pbibuild/modules/education/tuxpaint/copy-files
===================================================================
--- pbibuild/modules/education/tuxpaint/copy-files 2009-10-15 16:58:45 UTC (rev 4657)
+++ pbibuild/modules/education/tuxpaint/copy-files 2009-10-15 18:04:10 UTC (rev 4658)
@@ -1,11 +0,0 @@
-/usr/local/bin/tuxpaint bin/
-/usr/local/bin/tp-magic-config bin/
-/usr/local/bin/tuxpaint-import bin/
-/usr/local/etc/tuxpaint etc/
-/usr/local/include/tuxpaint include/
-/usr/local/lib/tuxpaint lib/
-/usr/local/man/man1/tp-magic-config.1.gz man/man1/
-/usr/local/man/man1/tuxpaint-import.1.gz man/man1/
-/usr/local/man/man1/tuxpaint.1.gz man/man1/
-/usr/local/share/doc/tuxpaint share/doc/
-/usr/local/share/tuxpaint share/
\ No newline at end of file
Modified: pbibuild/modules/education/tuxpaint/kmenu-dir/tuxpaint
===================================================================
--- pbibuild/modules/education/tuxpaint/kmenu-dir/tuxpaint 2009-10-15 16:58:45 UTC (rev 4657)
+++ pbibuild/modules/education/tuxpaint/kmenu-dir/tuxpaint 2009-10-15 18:04:10 UTC (rev 4658)
@@ -1,5 +1,5 @@
ExePath: bin/tuxpaint
-ExeIcon: share/pixmaps/tuxpaint.png
+ExeIcon: tuxpaint.png
ExeDescr: TuxPaint
ExeNoDesktop: 0
ExeNoMenu: 0
Modified: pbibuild/modules/education/tuxpaint/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/education/tuxpaint/overlay-dir/PBI.RemoveScript.sh 2009-10-15 16:58:45 UTC (rev 4657)
+++ pbibuild/modules/education/tuxpaint/overlay-dir/PBI.RemoveScript.sh 2009-10-15 18:04:10 UTC (rev 4658)
@@ -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 TuxPaint user settings?" --title "Remove user settings"
- if [ "$?" = "0" ]
- then
- cd /home
- for i in `ls`
- do
- if [ -e "/home/${i}/.tuxpaint" ]
- then
- rm -rf /home/${i}/.tuxpaint
- fi
- done
- fi
-fi
-
Property changes on: pbibuild/modules/education/tuxpaint/overlay-dir/tuxpaint.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: pbibuild/modules/education/tuxpaint/pbi.conf
===================================================================
--- pbibuild/modules/education/tuxpaint/pbi.conf 2009-10-15 16:58:45 UTC (rev 4657)
+++ pbibuild/modules/education/tuxpaint/pbi.conf 2009-10-15 18:04:10 UTC (rev 4658)
@@ -13,7 +13,7 @@
PROGAUTHOR="Tux4Kids Project"
# Default Icon (Relative to overlay-dir)
-PROGICON="share/pixmaps/tuxpaint.png"
+PROGICON="tuxpaint.png"
# Port we want to build
PBIPORT="/usr/ports/games/tuxpaint"
@@ -34,7 +34,13 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="02"
-PBIAUTOPOPULATE="YES"
-export PBIAUTOPOPULATE
+PBIAUTOPOPULATE_PORTS="/usr/ports/devel/sdl12
+/usr/ports/graphics/librsvg2
+/usr/ports/graphics/sdl_image
+/usr/ports/audio/sdl_mixer
+/usr/ports/graphics/sdl_ttf
+/usr/ports/x11-toolkits/sdl_pango
+/usr/ports/print/libpaper"
+export PBIAUTOPOPULATE_PORTS
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list