[PC-BSD Commits] r1024 - in pbibuild/modules/sylpheed: . kmenu-dir overlay-dir overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 14 13:55:24 PST 2007
Author: kris
Date: 2007-12-14 13:55:23 -0800 (Fri, 14 Dec 2007)
New Revision: 1024
Added:
pbibuild/modules/sylpheed/kmenu-dir/sylpheed.sh
pbibuild/modules/sylpheed/overlay-dir/bin/sylpheed.sh
Modified:
pbibuild/modules/sylpheed/kmenu-dir/sylpheed
pbibuild/modules/sylpheed/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/sylpheed/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/sylpheed/pbi.conf
Log:
Fixed up a bug in sylpheed to get rid of error message at first start
about G_FILENAME_ENCODING and trigger a rebuild
Modified: pbibuild/modules/sylpheed/kmenu-dir/sylpheed
===================================================================
--- pbibuild/modules/sylpheed/kmenu-dir/sylpheed 2007-12-14 00:20:27 UTC (rev 1023)
+++ pbibuild/modules/sylpheed/kmenu-dir/sylpheed 2007-12-14 21:55:23 UTC (rev 1024)
@@ -1,8 +1,8 @@
ExePath: bin/sylpheed
ExeIcon: share/pixmaps/sylpheed.png
ExeDescr: Sylpheed
-ExeNoDesktop: 0
-ExeNoMenu: 0
+ExeNoDesktop: 1
+ExeNoMenu: 1
ExeRunRoot: 0
ExeRunShell: 0
ExeNotify: 1
Added: pbibuild/modules/sylpheed/kmenu-dir/sylpheed.sh
Modified: pbibuild/modules/sylpheed/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/sylpheed/overlay-dir/PBI.RemoveScript.sh 2007-12-14 00:20:27 UTC (rev 1023)
+++ pbibuild/modules/sylpheed/overlay-dir/PBI.RemoveScript.sh 2007-12-14 21:55:23 UTC (rev 1024)
@@ -9,6 +9,7 @@
rm -fR /usr/local/bin/sylpheed
rm -fR /usr/local/share/doc/sylpheed
+rm -fR /usr/local/share/doc/sylpheed-bin
# Remove the old locale files since we are uninstalling
LANGFILE="sylpheed.mo"
@@ -46,4 +47,4 @@
fi
done
fi
-fi
\ No newline at end of file
+fi
Modified: pbibuild/modules/sylpheed/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/sylpheed/overlay-dir/PBI.SetupScript.sh 2007-12-14 00:20:27 UTC (rev 1023)
+++ pbibuild/modules/sylpheed/overlay-dir/PBI.SetupScript.sh 2007-12-14 21:55:23 UTC (rev 1024)
@@ -14,7 +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/sylpheed /usr/local/bin/sylpheed
+ln -s /Programs/${PROGDIR}/.sbin/sylpheed /usr/local/bin/sylpheed-bin
+ln -s /Programs/${PROGDIR}/.sbin/sylpheed.sh /usr/local/bin/sylpheed
ln -s /Programs/${PROGDIR}/share/doc/ /usr/local/share/doc/sylpheed
# Copy over all the LANG files
Added: pbibuild/modules/sylpheed/overlay-dir/bin/sylpheed.sh
Property changes on: pbibuild/modules/sylpheed/overlay-dir/bin/sylpheed.sh
___________________________________________________________________
Name: svn:executable
+ *
Modified: pbibuild/modules/sylpheed/pbi.conf
===================================================================
--- pbibuild/modules/sylpheed/pbi.conf 2007-12-14 00:20:27 UTC (rev 1023)
+++ pbibuild/modules/sylpheed/pbi.conf 2007-12-14 21:55:23 UTC (rev 1024)
@@ -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="05"
+BUILDKEY="25"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list