[PC-BSD Commits] r12683 - in pbi/modules/mail/thunderbird: . resources/bin xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 7 08:15:06 PDT 2011
Author: kris
Date: 2011-09-07 08:15:05 -0700 (Wed, 07 Sep 2011)
New Revision: 12683
Added:
pbi/modules/mail/thunderbird/resources/bin/thunderbird-wrapper
Modified:
pbi/modules/mail/thunderbird/external-links
pbi/modules/mail/thunderbird/pbi.conf
pbi/modules/mail/thunderbird/xdg-desktop/thunderbird.desktop
pbi/modules/mail/thunderbird/xdg-menu/thunderbird.desktop
Log:
Rebuild TB PBI with script that detects if gpg-agent is already running and start it
if not, required by Enigmail
Modified: pbi/modules/mail/thunderbird/external-links
===================================================================
--- pbi/modules/mail/thunderbird/external-links 2011-09-07 15:12:10 UTC (rev 12682)
+++ pbi/modules/mail/thunderbird/external-links 2011-09-07 15:15:05 UTC (rev 12683)
@@ -8,4 +8,4 @@
#include/libfoo.h include/libfoo.h replace
#bin/appfoo bin/appfoo binary,nocrash
#bin/appfoo2 bin/appfoo-test binary
-
+bin/thunderbird-wrapper bin/thunderbird binary,nocrash
Modified: pbi/modules/mail/thunderbird/pbi.conf
===================================================================
--- pbi/modules/mail/thunderbird/pbi.conf 2011-09-07 15:12:10 UTC (rev 12682)
+++ pbi/modules/mail/thunderbird/pbi.conf 2011-09-07 15:15:05 UTC (rev 12683)
@@ -28,6 +28,6 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="mail/thunderbird-i18n/ mail/enigmail-thunderbird security/pinentry-gtk2 deskutils/lightning devel/gconf2 audio/esound x11-themes/qtcurve-gtk2"
-PBI_BUILDKEY="02"
+PBI_BUILDKEY="03"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY
Property changes on: pbi/modules/mail/thunderbird/resources/bin/thunderbird-wrapper
___________________________________________________________________
Added: svn:executable
+ *
Modified: pbi/modules/mail/thunderbird/xdg-desktop/thunderbird.desktop
===================================================================
--- pbi/modules/mail/thunderbird/xdg-desktop/thunderbird.desktop 2011-09-07 15:12:10 UTC (rev 12682)
+++ pbi/modules/mail/thunderbird/xdg-desktop/thunderbird.desktop 2011-09-07 15:15:05 UTC (rev 12683)
@@ -4,7 +4,7 @@
Type=Application
Name=Thunderbird
GenericName=Thunderbird
-Exec=%%PBI_EXEDIR%%/thunderbird %U
+Exec=%%PBI_EXEDIR%%/thunderbird-wrapper %U
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/share/pixmaps/thunderbird-128.png
StartupNotify=true
Modified: pbi/modules/mail/thunderbird/xdg-menu/thunderbird.desktop
===================================================================
--- pbi/modules/mail/thunderbird/xdg-menu/thunderbird.desktop 2011-09-07 15:12:10 UTC (rev 12682)
+++ pbi/modules/mail/thunderbird/xdg-menu/thunderbird.desktop 2011-09-07 15:15:05 UTC (rev 12683)
@@ -4,7 +4,7 @@
Type=Application
Name=Thunderbird
GenericName=Thunderbird
-Exec=%%PBI_EXEDIR%%/thunderbird %U
+Exec=%%PBI_EXEDIR%%/thunderbird-wrapper %U
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/share/pixmaps/thunderbird-128.png
StartupNotify=true
More information about the Commits
mailing list