[PC-BSD Commits] r3058 - in pbibuild/modules/recordmydesktop: . kmenu-dir overlay-dir overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 10 09:23:55 PST 2008
Author: gonzalo
Date: 2008-12-10 09:23:55 -0800 (Wed, 10 Dec 2008)
New Revision: 3058
Added:
pbibuild/modules/recordmydesktop/overlay-dir/bin/manpage.sh
Removed:
pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop
Modified:
pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktophtml
pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/recordmydesktop/pbi.conf
Log:
recordmydesktop changes that change the changed module which has been changed in this changing times that changes a lot
Modified: pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktophtml
===================================================================
--- pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktophtml 2008-12-10 16:37:23 UTC (rev 3057)
+++ pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktophtml 2008-12-10 17:23:55 UTC (rev 3058)
@@ -1,4 +1,4 @@
-ExePath: manpage.html
+ExePath: manpage.sh
ExeIcon: share/pixmaps/recordmydesktop.png
ExeDescr: recordMyDesktop
ExeNoDesktop: 0
@@ -7,7 +7,7 @@
ExeRunShell: 0
ExeNotify: 1
ExeLink: 0
-ExeWebLink: 1
+ExeWebLink: 0
ExeTaskbar: 0
ExeOwndir: 2
ExeKdeCat: Utilities
Modified: pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh 2008-12-10 16:37:23 UTC (rev 3057)
+++ pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh 2008-12-10 17:23:55 UTC (rev 3058)
@@ -14,5 +14,8 @@
# 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
+chmod 775 /Programs/${PROGDIR}/bin/manpage.sh
+chmod +x /Programs/${PROGDIR}/bin/manpage.sh
+chmod 775 /Programs/${PROGDIR}/manpage.html
Property changes on: pbibuild/modules/recordmydesktop/overlay-dir/bin/manpage.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pbibuild/modules/recordmydesktop/pbi.conf
===================================================================
--- pbibuild/modules/recordmydesktop/pbi.conf 2008-12-10 16:37:23 UTC (rev 3057)
+++ pbibuild/modules/recordmydesktop/pbi.conf 2008-12-10 17:23:55 UTC (rev 3058)
@@ -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="03"
+BUILDKEY="04"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list