[PC-BSD Commits] r3049 - in pbibuild/modules/recordmydesktop: . kmenu-dir overlay-dir overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 8 12:52:33 PST 2008
Author: gonzalo
Date: 2008-12-08 12:52:32 -0800 (Mon, 08 Dec 2008)
New Revision: 3049
Added:
pbibuild/modules/recordmydesktop/overlay-dir/manpage.html
Removed:
pbibuild/modules/recordmydesktop/overlay-dir/bin/recordmydesktop.sh
Modified:
pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop
pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/recordmydesktop/pbi.conf
Log:
recordmydesktop changes
Modified: pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop
===================================================================
--- pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop 2008-12-07 13:42:48 UTC (rev 3048)
+++ pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop 2008-12-08 20:52:32 UTC (rev 3049)
@@ -1,10 +1,10 @@
-ExePath: bin/recordmydesktop.sh
+ExePath: manpage.html
ExeIcon: share/pixmaps/recordmydesktop.png
ExeDescr: recordMyDesktop
ExeNoDesktop: 0
ExeNoMenu: 0
ExeRunRoot: 0
-ExeRunShell: 1
+ExeRunShell: 0
ExeNotify: 1
ExeLink: 0
ExeWebLink: 0
Modified: pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh 2008-12-07 13:42:48 UTC (rev 3048)
+++ pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh 2008-12-08 20:52:32 UTC (rev 3049)
@@ -14,7 +14,5 @@
# 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/recordmydesktop /usr/local/bin/recordmydesktop
+ln -s /Programs/${PROGDIR}/bin/recordmydesktop /usr/local/bin/recordmydesktop
ln -s /Programs/${PROGDIR}/man/man1/recordmydesktop.1.gz /usr/local/man/man1/recordmydesktop.1.gz
-
-echo "LAUNCHCLOSE: /Programs/${PROGDIR}/bin/recordmydesktop.sh"
Modified: pbibuild/modules/recordmydesktop/pbi.conf
===================================================================
--- pbibuild/modules/recordmydesktop/pbi.conf 2008-12-07 13:42:48 UTC (rev 3048)
+++ pbibuild/modules/recordmydesktop/pbi.conf 2008-12-08 20:52:32 UTC (rev 3049)
@@ -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