[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozilla-notify.patch)

Ionut Biru ibiru at archlinux.org
Mon Mar 7 18:08:29 UTC 2011


    Date: Monday, March 7, 2011 @ 13:08:29
  Author: ibiru
Revision: 112901

upgpkg: thunderbird 3.1.9-2
libnotify 0.7 rebuild

Added:
  thunderbird/trunk/mozilla-notify.patch
Modified:
  thunderbird/trunk/PKGBUILD

----------------------+
 PKGBUILD             |    9 ++++++---
 mozilla-notify.patch |   12 ++++++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-07 17:03:53 UTC (rev 112900)
+++ PKGBUILD	2011-03-07 18:08:29 UTC (rev 112901)
@@ -4,7 +4,7 @@
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 pkgname=thunderbird
 pkgver=3.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
@@ -21,7 +21,8 @@
         thunderbird-shared-error.patch
         thunderbird-preferences.patch
         xulrunner-png14.patch
-        python2.7.patch)
+        python2.7.patch
+        mozilla-notify.patch)
 md5sums=('e6917c419d3aaa8083a1d4b53fb80d8c'
          'c1551d308480d241247c5662d8bebbcb'
          '37457073c7f6feeb86c053701d23197f'
@@ -30,7 +31,8 @@
          '3dca714ee8054634e6dfdb059464dc42'
          '1d4f9978e8228ace523b18a09cf41e4e'
          '989b15f6bc9e2e9233fe4c6b23f412b1'
-         '78a4d0c920cbb8ec6a9a36974cd775ef')
+         '78a4d0c920cbb8ec6a9a36974cd775ef'
+         '7d411e5c7476e73d2a4419e41dad9f44')
 
 build() {
   cd "${srcdir}/comm-1.9.2"
@@ -40,6 +42,7 @@
   patch -Np1 -i "${srcdir}/thunderbird-preferences.patch"
   patch -Np0 -i "${srcdir}/xulrunner-png14.patch"
   patch -Np0 -i "${srcdir}/python2.7.patch"
+  patch -Np1 -i "${srcdir}/mozilla-notify.patch"
 
   cp "${srcdir}/mozconfig" .mozconfig
   unset CXXFLAGS

Added: mozilla-notify.patch
===================================================================
--- mozilla-notify.patch	                        (rev 0)
+++ mozilla-notify.patch	2011-03-07 18:08:29 UTC (rev 112901)
@@ -0,0 +1,12 @@
+diff -up comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp.libnotify comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp
+--- comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp.libnotify	2010-10-27 09:05:36.000000000 +0200
++++ comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp	2010-11-08 13:28:04.564002379 +0100
+@@ -204,7 +204,7 @@ nsAlertsIconListener::ShowAlert(GdkPixbu
+ {
+   NotifyNotification* notify = notify_notification_new(mAlertTitle.get(),
+                                                        mAlertText.get(),
+-                                                       NULL, NULL);
++                                                       NULL);
+   if (!notify)
+     return NS_ERROR_OUT_OF_MEMORY;
+ 




More information about the arch-commits mailing list