[PC-BSD Commits] r1691 - in pbibuild/modules/wxdfast: . kmenu-dir overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Apr 7 11:58:51 PDT 2008
Author: kris
Date: 2008-04-07 11:58:51 -0700 (Mon, 07 Apr 2008)
New Revision: 1691
Modified:
pbibuild/modules/wxdfast/build.sh
pbibuild/modules/wxdfast/kmenu-dir/wxdfast
pbibuild/modules/wxdfast/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/wxdfast/pbi.conf
Log:
Fixed up wxdfast to get rid of locale error when using english
Modified: pbibuild/modules/wxdfast/build.sh
===================================================================
--- pbibuild/modules/wxdfast/build.sh 2008-04-07 18:11:12 UTC (rev 1690)
+++ pbibuild/modules/wxdfast/build.sh 2008-04-07 18:58:51 UTC (rev 1691)
@@ -20,4 +20,9 @@
mkdir ${PBIDIR}/locale/${i}
cp /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE} ${PBIDIR}/locale/${i}/
fi
-done
\ No newline at end of file
+done
+
+# Save the right version number in the removepbi.sh script
+sed -e "s,CHANGE,wxDownloadFast${PORTVER},g" ${PBIDIR}/bin/wxdfast.sh > /tmp/wxdfast.sh
+mv /tmp/wxdfast.sh ${PBIDIR}/bin/wxdfast.sh
+chmod 755 ${PBIDIR}/bin/wxdfast.sh
Modified: pbibuild/modules/wxdfast/kmenu-dir/wxdfast
===================================================================
--- pbibuild/modules/wxdfast/kmenu-dir/wxdfast 2008-04-07 18:11:12 UTC (rev 1690)
+++ pbibuild/modules/wxdfast/kmenu-dir/wxdfast 2008-04-07 18:58:51 UTC (rev 1691)
@@ -1,4 +1,4 @@
-ExePath: bin/wxdfast
+ExePath: bin/wxdfast.sh
ExeIcon: share/pixmaps/wxdfast.png
ExeDescr: wxDownload Fast
ExeNoDesktop: 0
Modified: pbibuild/modules/wxdfast/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/wxdfast/overlay-dir/PBI.SetupScript.sh 2008-04-07 18:11:12 UTC (rev 1690)
+++ pbibuild/modules/wxdfast/overlay-dir/PBI.SetupScript.sh 2008-04-07 18:58:51 UTC (rev 1691)
@@ -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}/.sbin/wxdfast /usr/local/bin/wxdfast
+ln -s /Programs/${PROGDIR}/.sbin/wxdfast.sh /usr/local/bin/wxdfast
ln -s /Programs/${PROGDIR}/man/man1/wxdfast.1.gz /usr/local/man/man1/wxdfast.1.gz
#ln -s /Programs/${PROGDIR}/share/applications/wxdfast.desktop /usr/local/share/applications/wxdfast.desktop
ln -s /Programs/${PROGDIR}/share/wxdfast /usr/local/share/wxdfast
@@ -26,4 +26,4 @@
mkdir -p /usr/local/share/locale/${i}/LC_MESSAGES >/dev/null 2>/dev/null
cp /Programs/${PROGDIR}/locale/${i}/${LANGFILE} /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE}
done
-echo "LAUNCHCLOSE: /usr/local/bin/wxdfast"
+echo "LAUNCHCLOSE: /usr/local/bin/wxdfast.sh"
Modified: pbibuild/modules/wxdfast/pbi.conf
===================================================================
--- pbibuild/modules/wxdfast/pbi.conf 2008-04-07 18:11:12 UTC (rev 1690)
+++ pbibuild/modules/wxdfast/pbi.conf 2008-04-07 18:58:51 UTC (rev 1691)
@@ -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="04"
+BUILDKEY="14"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list