[PC-BSD Commits] r3050 - in pbibuild/modules/recordmydesktop: . kmenu-dir overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 9 08:12:03 PST 2008
Author: gonzalo
Date: 2008-12-09 08:12:02 -0800 (Tue, 09 Dec 2008)
New Revision: 3050
Added:
pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktophtml
pbibuild/modules/recordmydesktop/overlay-dir/header.png
pbibuild/modules/recordmydesktop/overlay-dir/leftside.png
Modified:
pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop
pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/recordmydesktop/pbi.conf
Log:
changes
Modified: pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop
===================================================================
--- pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop 2008-12-08 20:52:32 UTC (rev 3049)
+++ pbibuild/modules/recordmydesktop/kmenu-dir/recordmydesktop 2008-12-09 16:12:02 UTC (rev 3050)
@@ -1,8 +1,8 @@
-ExePath: manpage.html
+ExePath: bin/recordmydesktop
ExeIcon: share/pixmaps/recordmydesktop.png
ExeDescr: recordMyDesktop
-ExeNoDesktop: 0
-ExeNoMenu: 0
+ExeNoDesktop: 1
+ExeNoMenu: 1
ExeRunRoot: 0
ExeRunShell: 0
ExeNotify: 1
Modified: pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh 2008-12-08 20:52:32 UTC (rev 3049)
+++ pbibuild/modules/recordmydesktop/overlay-dir/PBI.SetupScript.sh 2008-12-09 16:12:02 UTC (rev 3050)
@@ -14,5 +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}/bin/recordmydesktop /usr/local/bin/recordmydesktop
+ln -s /Programs/${PROGDIR}/.sbin/recordmydesktop /usr/local/bin/recordmydesktop
ln -s /Programs/${PROGDIR}/man/man1/recordmydesktop.1.gz /usr/local/man/man1/recordmydesktop.1.gz
Property changes on: pbibuild/modules/recordmydesktop/overlay-dir/header.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Property changes on: pbibuild/modules/recordmydesktop/overlay-dir/leftside.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: pbibuild/modules/recordmydesktop/pbi.conf
===================================================================
--- pbibuild/modules/recordmydesktop/pbi.conf 2008-12-08 20:52:32 UTC (rev 3049)
+++ pbibuild/modules/recordmydesktop/pbi.conf 2008-12-09 16:12:02 UTC (rev 3050)
@@ -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="02"
+BUILDKEY="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list