[PC-BSD Commits] r12851 - in pbi/modules/mail: . sylpheed sylpheed/resources/bin sylpheed/scripts sylpheed/xdg-desktop sylpheed/xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 19 08:53:14 PDT 2011
Author: kenmoore
Date: 2011-09-19 08:53:14 -0700 (Mon, 19 Sep 2011)
New Revision: 12851
Added:
pbi/modules/mail/sylpheed/
pbi/modules/mail/sylpheed/resources/bin/sylpheed.sh
Removed:
pbi/modules/mail/sylpheed/resources/bin/sylpheed
Modified:
pbi/modules/mail/sylpheed/external-links
pbi/modules/mail/sylpheed/pbi.conf
pbi/modules/mail/sylpheed/scripts/post-install.sh
pbi/modules/mail/sylpheed/xdg-desktop/sylpheed.desktop
pbi/modules/mail/sylpheed/xdg-menu/sylpheed.desktop
Log:
Added a new module for sylpheed, modification of sylpheed3 module which will be removed since the port location and binaries was changed to sylpheed/ from sylpheed3/
Modified: pbi/modules/mail/sylpheed/external-links
===================================================================
--- pbi/modules/mail/sylpheed3/external-links 2011-09-19 13:45:02 UTC (rev 12822)
+++ pbi/modules/mail/sylpheed/external-links 2011-09-19 15:53:14 UTC (rev 12851)
@@ -9,3 +9,4 @@
#bin/appfoo bin/appfoo binary,nocrash
#bin/appfoo2 bin/appfoo-test binary
+bin/sylpheed.sh bin/sylpheed.sh binary
Modified: pbi/modules/mail/sylpheed/pbi.conf
===================================================================
--- pbi/modules/mail/sylpheed3/pbi.conf 2011-09-19 13:45:02 UTC (rev 12822)
+++ pbi/modules/mail/sylpheed/pbi.conf 2011-09-19 15:53:14 UTC (rev 12851)
@@ -19,7 +19,7 @@
PBI_PROGICON="share/pixmaps/sylpheed.png"
# The target port we are building
-PBI_MAKEPORT="mail/sylpheed3/"
+PBI_MAKEPORT="mail/sylpheed/"
# Additional options for make.conf
PBI_MAKEOPTS="WITH_CUPS=yes"
@@ -28,6 +28,6 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="audio/esound x11-themes/qtcurve-gtk2"
-PBI_BUILDKEY="03"
+PBI_BUILDKEY="01"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY
Modified: pbi/modules/mail/sylpheed/scripts/post-install.sh
===================================================================
--- pbi/modules/mail/sylpheed3/scripts/post-install.sh 2011-09-19 13:45:02 UTC (rev 12822)
+++ pbi/modules/mail/sylpheed/scripts/post-install.sh 2011-09-19 15:53:14 UTC (rev 12851)
@@ -1,5 +1,5 @@
#!/bin/sh
-sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/sylpheed
+sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/sylpheed.sh
chmod 755 ${PBI_PROGDIRPATH}/bin/*
Modified: pbi/modules/mail/sylpheed/xdg-desktop/sylpheed.desktop
===================================================================
--- pbi/modules/mail/sylpheed3/xdg-desktop/sylpheed.desktop 2011-09-19 13:45:02 UTC (rev 12822)
+++ pbi/modules/mail/sylpheed/xdg-desktop/sylpheed.desktop 2011-09-19 15:53:14 UTC (rev 12851)
@@ -4,7 +4,7 @@
Type=Application
Name=Sylpheed
GenericName=Sylpheed
-Exec=%%PBI_EXEDIR%%/sylpheed %U
+Exec=%%PBI_EXEDIR%%/sylpheed.sh %U
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/share/pixmaps/sylpheed.png
StartupNotify=true
Modified: pbi/modules/mail/sylpheed/xdg-menu/sylpheed.desktop
===================================================================
--- pbi/modules/mail/sylpheed3/xdg-menu/sylpheed.desktop 2011-09-19 13:45:02 UTC (rev 12822)
+++ pbi/modules/mail/sylpheed/xdg-menu/sylpheed.desktop 2011-09-19 15:53:14 UTC (rev 12851)
@@ -4,7 +4,7 @@
Type=Application
Name=Sylpheed
GenericName=Sylpheed
-Exec=%%PBI_EXEDIR%%/sylpheed %U
+Exec=%%PBI_EXEDIR%%/sylpheed.sh %U
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/share/pixmaps/sylpheed.png
StartupNotify=true
More information about the Commits
mailing list