[PC-BSD Commits] r1183 - in pbibuild/modules/pdfedit: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 15 19:08:21 PST 2008
Author: gonzalo
Date: 2008-01-15 19:08:20 -0800 (Tue, 15 Jan 2008)
New Revision: 1183
Added:
pbibuild/modules/pdfedit/dirstatus
Modified:
pbibuild/modules/pdfedit/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/pdfedit/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/pdfedit/overlay-dir/header.png
pbibuild/modules/pdfedit/overlay-dir/leftside.png
pbibuild/modules/pdfedit/pbi.conf
Log:
PDFedit fixed
Added: pbibuild/modules/pdfedit/dirstatus
Modified: pbibuild/modules/pdfedit/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/pdfedit/overlay-dir/PBI.RemoveScript.sh 2008-01-16 00:57:09 UTC (rev 1182)
+++ pbibuild/modules/pdfedit/overlay-dir/PBI.RemoveScript.sh 2008-01-16 03:08:20 UTC (rev 1183)
@@ -14,7 +14,7 @@
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
- kdialog --yesno "Do you want to remove PDFEdit user settings?" --title "Remove user settings"
+ kdialog --yesno "Do you want to remove PDFedit user settings?" --title "Remove user settings"
if [ "$?" = "0" ]
then
cd /home
Modified: pbibuild/modules/pdfedit/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/pdfedit/overlay-dir/PBI.SetupScript.sh 2008-01-16 00:57:09 UTC (rev 1182)
+++ pbibuild/modules/pdfedit/overlay-dir/PBI.SetupScript.sh 2008-01-16 03:08:20 UTC (rev 1183)
@@ -14,7 +14,7 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-ln -s /Programs/${PROGDIR}/.pdfedit /usr/local/bin/pdfedit
+ln -s /Programs/${PROGDIR}/.sbin/pdfedit /usr/local/bin/pdfedit
ln -s /Programs/${PROGDIR}/man/man1/pdfedit.1.gz /usr/local/man/man1/pdfedit.1.gz
ln -s /Programs/${PROGDIR}/share/doc/pdfedit /usr/local/share/doc/pdfedit
ln -s /Programs/${PROGDIR}/share/pdfedit /usr/local/share/pdfedit
Modified: pbibuild/modules/pdfedit/overlay-dir/header.png
===================================================================
(Binary files differ)
Modified: pbibuild/modules/pdfedit/overlay-dir/leftside.png
===================================================================
(Binary files differ)
Modified: pbibuild/modules/pdfedit/pbi.conf
===================================================================
--- pbibuild/modules/pdfedit/pbi.conf 2008-01-16 00:57:09 UTC (rev 1182)
+++ pbibuild/modules/pdfedit/pbi.conf 2008-01-16 03:08:20 UTC (rev 1183)
@@ -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="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list