[arch-commits] Commit in (mail-notification)

2012-05-09 Thread Ionut Biru
Date: Wednesday, May 9, 2012 @ 12:27:43
  Author: ibiru
Revision: 158768

moved in aur

Deleted:
  mail-notification/



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2012-05-09 Thread Ionut Biru
Date: Wednesday, May 9, 2012 @ 12:23:41
  Author: ibiru
Revision: 158767

db-remove: mail-notification removed by ibiru

Deleted:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2012-05-09 Thread Ionut Biru
Date: Wednesday, May 9, 2012 @ 12:23:27
  Author: ibiru
Revision: 158766

db-remove: mail-notification removed by ibiru

Deleted:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/trunk (PKGBUILD)

2012-04-26 Thread Eric BĂ©langer
Date: Thursday, April 26, 2012 @ 17:21:50
  Author: eric
Revision: 157266

Add build fix, Add optdepends

Modified:
  mail-notification/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 20:48:58 UTC (rev 157265)
+++ PKGBUILD2012-04-26 21:21:50 UTC (rev 157266)
@@ -10,6 +10,7 @@
 license=('GPL3' 'FDL')
 depends=('gmime' 'libnotify' 'gnome-keyring' 'hicolor-icon-theme' 
'notification-daemon' 'libgnome')
 makedepends=('gob2' 'intltool' 'evolution' 'gnome-doc-utils' 'gtk2')
+optdepends=('evolution: for evolution plugin')
 options=('!libtool' '!emptydirs')
 install=mail-notification.install
 
source=(http://savannah.nongnu.org/download/mailnotify-orig/${pkgname}-${pkgver}.tar.bz2
@@ -63,6 +64,11 @@
   patch -Np0 -i "${srcdir}/mail-notification-5.4-add-fallback-icon.patch"
   patch -Np1 -i "${srcdir}/mail-notification-5.4-gmime.patch"
   patch -Np1 -i "${srcdir}/mail-notification-5.4-libx11.patch"
+ 
+  sed -i 's|mail/e-mail-session.h|libemail-engine/e-mail-session.h|' \
+build/src/mn-evolution-folder-tree-server-private.h 
build/src/mn-evolution-server.c
+  sed -i 's|mail/mail-tools.h|libemail-engine/mail-tools.h|' \
+build/src/mn-evolution-server.c src/mn-evolution-plugin.c
 
   gtk-builder-convert ui/mailbox-properties-dialog.glade 
ui/mailbox-properties-dialog.ui
   gtk-builder-convert ui/properties-dialog.glade ui/properties-dialog.ui
@@ -70,9 +76,15 @@
   ./jb configure prefix=/usr sysconfdir=/etc \
   localstatedir=/var destdir="${pkgdir}" \
   gconf-schemas-dir=/etc/gconf/schemas install-gconf-schemas=no \
-  cflags="${CFLAGS}" cppflags="${CXXFLAGS}" ldflags="${LDFLAGS}" \
+  cflags="${CFLAGS} -I/usr/include/libsoup-2.4 -I/usr/include/gconf/2" \
+  cppflags="${CXXFLAGS}" ldflags="${LDFLAGS}" 
libs="-L/usr/lib/evolution/3.4 -levolution-mail" \
   library-mode=0755
   ./jb build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 ./jb install
 
   rm -f "${pkgdir}/usr/share/mail-notification/"*.glade
@@ -80,6 +92,6 @@
   install -m644 ui/properties-dialog.ui 
"${pkgdir}/usr/share/mail-notification/"
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain mail-notification ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain mail-notification "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
 }



[arch-commits] Commit in mail-notification/repos (34 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:51:02
  Author: dreisner
Revision: 146721

db-move: moved mail-notification from [testing] to [extra] (x86_64)

Added:
  mail-notification/repos/extra-x86_64/PKGBUILD
(from rev 146713, mail-notification/repos/testing-x86_64/PKGBUILD)
  mail-notification/repos/extra-x86_64/dont-update-cache.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/dont-update-cache.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-add-fallback-icon.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-add-fallback-icon.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-camel_headers.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-3-0-support.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-gmime.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-gmime.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-gtk3-support.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-icons.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-icons.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-kde-trayicon.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-libx11.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-libx11.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-popup-attach.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-popup-attach.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-sasl_encode64.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-weak.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-weak.patch)
  mail-notification/repos/extra-x86_64/mail-notification.install
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification.install)
  mail-notification/repos/extra-x86_64/remove-ubuntu-special-case.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/remove-ubuntu-special-case.patch)
Deleted:
  mail-notification/repos/extra-x86_64/PKGBUILD
  mail-notification/repos/extra-x86_64/dont-update-cache.patch
  mail-notification/repos/extra-x86_64/gmime-2.4.patch
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-add-fallback-icon.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-camel_headers.patch
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-3-0-support.patch
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-gtkhtml.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-gtk3-support.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-icons.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-kde-trayicon.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-popup-attach.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-sasl_encode64.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-weak.patch
  mail-notification/repos/extra-x86_64/mail-notification.install
  mail-notification/repos/extra-x86_64/remove-ubuntu-special-case.patch
  mail-notification/repos/testing-x86_64/

---+
 PKGBUILD  |  167 -
 dont-update-cache.patch   |   44 
 gmime-2.4.patch   |   63 
 mail-notification-5.4-add-fallback-icon.patch |   32 
 mail-notification-5.4-camel_headers.patch |   72 
 mail-notification-5.4-evolution-3-0-support.patch |  244 -
 mail-notification-5.4-evolution-gtkhtml.patch |   24 
 mail-notification-5.4-evolution.patch |  488 +--
 mail-notification-5.4-gmime.patch |   63 
 mail-notification-5.4-gtk3-support.patch   

[arch-commits] Commit in mail-notification/repos (34 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:50:57
  Author: dreisner
Revision: 146720

db-move: moved mail-notification from [testing] to [extra] (i686)

Added:
  mail-notification/repos/extra-i686/PKGBUILD
(from rev 146713, mail-notification/repos/testing-i686/PKGBUILD)
  mail-notification/repos/extra-i686/dont-update-cache.patch
(from rev 146713, 
mail-notification/repos/testing-i686/dont-update-cache.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-add-fallback-icon.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-add-fallback-icon.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-camel_headers.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-3-0-support.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-evolution.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-evolution.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-gmime.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-gmime.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-gtk3-support.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-icons.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-icons.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-kde-trayicon.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-libx11.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-libx11.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-popup-attach.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-popup-attach.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-sasl_encode64.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-weak.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-weak.patch)
  mail-notification/repos/extra-i686/mail-notification.install
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification.install)
  mail-notification/repos/extra-i686/remove-ubuntu-special-case.patch
(from rev 146713, 
mail-notification/repos/testing-i686/remove-ubuntu-special-case.patch)
Deleted:
  mail-notification/repos/extra-i686/PKGBUILD
  mail-notification/repos/extra-i686/dont-update-cache.patch
  mail-notification/repos/extra-i686/gmime-2.4.patch
  
mail-notification/repos/extra-i686/mail-notification-5.4-add-fallback-icon.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-camel_headers.patch
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-3-0-support.patch
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-gtkhtml.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-evolution.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-gtk3-support.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-icons.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-kde-trayicon.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-popup-attach.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-sasl_encode64.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-weak.patch
  mail-notification/repos/extra-i686/mail-notification.install
  mail-notification/repos/extra-i686/remove-ubuntu-special-case.patch
  mail-notification/repos/testing-i686/

---+
 PKGBUILD  |  167 -
 dont-update-cache.patch   |   44 
 gmime-2.4.patch   |   63 
 mail-notification-5.4-add-fallback-icon.patch |   32 
 mail-notification-5.4-camel_headers.patch |   72 
 mail-notification-5.4-evolution-3-0-support.patch |  244 -
 mail-notification-5.4-evolution-gtkhtml.patch |   24 
 mail-notification-5.4-evolution.patch |  488 +--
 mail-notification-5.4-gmime.patch |   63 
 mail-notification-5.4-gtk3-support.patch  | 2832 ++--
 mail-notification-5.4-icons.patch |   78 
 mail-noti

[arch-commits] Commit in mail-notification/repos (19 files)

2012-01-14 Thread Ionut Biru
Date: Saturday, January 14, 2012 @ 07:24:17
  Author: ibiru
Revision: 146622

db-move: moved mail-notification from [staging] to [testing] (x86_64)

Added:
  mail-notification/repos/testing-x86_64/
  mail-notification/repos/testing-x86_64/PKGBUILD
(from rev 146616, mail-notification/repos/staging-x86_64/PKGBUILD)
  mail-notification/repos/testing-x86_64/dont-update-cache.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/dont-update-cache.patch)
  
mail-notification/repos/testing-x86_64/mail-notification-5.4-add-fallback-icon.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-add-fallback-icon.patch)
  
mail-notification/repos/testing-x86_64/mail-notification-5.4-camel_headers.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution-3-0-support.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-evolution.patch)
  mail-notification/repos/testing-x86_64/mail-notification-5.4-gmime.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-gmime.patch)
  
mail-notification/repos/testing-x86_64/mail-notification-5.4-gtk3-support.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/testing-x86_64/mail-notification-5.4-icons.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-icons.patch)
  
mail-notification/repos/testing-x86_64/mail-notification-5.4-kde-trayicon.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/testing-x86_64/mail-notification-5.4-libx11.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-libx11.patch)
  
mail-notification/repos/testing-x86_64/mail-notification-5.4-popup-attach.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-popup-attach.patch)
  
mail-notification/repos/testing-x86_64/mail-notification-5.4-sasl_encode64.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/testing-x86_64/mail-notification-5.4-weak.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification-5.4-weak.patch)
  mail-notification/repos/testing-x86_64/mail-notification.install
(from rev 146616, 
mail-notification/repos/staging-x86_64/mail-notification.install)
  mail-notification/repos/testing-x86_64/remove-ubuntu-special-case.patch
(from rev 146616, 
mail-notification/repos/staging-x86_64/remove-ubuntu-special-case.patch)
Deleted:
  mail-notification/repos/staging-x86_64/

---+
 PKGBUILD  |   85 +
 dont-update-cache.patch   |   22 
 mail-notification-5.4-add-fallback-icon.patch |   16 
 mail-notification-5.4-camel_headers.patch |   36 
 mail-notification-5.4-evolution-3-0-support.patch |  122 +
 mail-notification-5.4-evolution-gtkhtml.patch |   12 
 mail-notification-5.4-evolution.patch |  244 +++
 mail-notification-5.4-gmime.patch |   63 
 mail-notification-5.4-gtk3-support.patch  | 1416 
 mail-notification-5.4-icons.patch |   39 
 mail-notification-5.4-kde-trayicon.patch  |   72 +
 mail-notification-5.4-libx11.patch|   13 
 mail-notification-5.4-popup-attach.patch  |   45 
 mail-notification-5.4-sasl_encode64.patch |   24 
 mail-notification-5.4-weak.patch  |   11 
 mail-notification.install |   24 
 remove-ubuntu-special-case.patch  |   33 
 17 files changed, 2277 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 146621:146622 to see the changes.


[arch-commits] Commit in mail-notification/repos (19 files)

2012-01-14 Thread Ionut Biru
Date: Saturday, January 14, 2012 @ 07:24:14
  Author: ibiru
Revision: 146621

db-move: moved mail-notification from [staging] to [testing] (i686)

Added:
  mail-notification/repos/testing-i686/
  mail-notification/repos/testing-i686/PKGBUILD
(from rev 146616, mail-notification/repos/staging-i686/PKGBUILD)
  mail-notification/repos/testing-i686/dont-update-cache.patch
(from rev 146616, 
mail-notification/repos/staging-i686/dont-update-cache.patch)
  
mail-notification/repos/testing-i686/mail-notification-5.4-add-fallback-icon.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-add-fallback-icon.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-camel_headers.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/testing-i686/mail-notification-5.4-evolution-3-0-support.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/testing-i686/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-evolution.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-evolution.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-gmime.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-gmime.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-gtk3-support.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-icons.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-icons.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-kde-trayicon.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-libx11.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-libx11.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-popup-attach.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-popup-attach.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-sasl_encode64.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/testing-i686/mail-notification-5.4-weak.patch
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification-5.4-weak.patch)
  mail-notification/repos/testing-i686/mail-notification.install
(from rev 146616, 
mail-notification/repos/staging-i686/mail-notification.install)
  mail-notification/repos/testing-i686/remove-ubuntu-special-case.patch
(from rev 146616, 
mail-notification/repos/staging-i686/remove-ubuntu-special-case.patch)
Deleted:
  mail-notification/repos/staging-i686/

---+
 PKGBUILD  |   85 +
 dont-update-cache.patch   |   22 
 mail-notification-5.4-add-fallback-icon.patch |   16 
 mail-notification-5.4-camel_headers.patch |   36 
 mail-notification-5.4-evolution-3-0-support.patch |  122 +
 mail-notification-5.4-evolution-gtkhtml.patch |   12 
 mail-notification-5.4-evolution.patch |  244 +++
 mail-notification-5.4-gmime.patch |   63 
 mail-notification-5.4-gtk3-support.patch  | 1416 
 mail-notification-5.4-icons.patch |   39 
 mail-notification-5.4-kde-trayicon.patch  |   72 +
 mail-notification-5.4-libx11.patch|   13 
 mail-notification-5.4-popup-attach.patch  |   45 
 mail-notification-5.4-sasl_encode64.patch |   24 
 mail-notification-5.4-weak.patch  |   11 
 mail-notification.install |   24 
 remove-ubuntu-special-case.patch  |   33 
 17 files changed, 2277 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 146620:146621 to see the changes.


[arch-commits] Commit in mail-notification/repos (36 files)

2012-01-13 Thread Ionut Biru
Date: Friday, January 13, 2012 @ 15:32:35
  Author: ibiru
Revision: 146578

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mail-notification/repos/staging-i686/
  mail-notification/repos/staging-i686/PKGBUILD
(from rev 146577, mail-notification/trunk/PKGBUILD)
  mail-notification/repos/staging-i686/dont-update-cache.patch
(from rev 146577, mail-notification/trunk/dont-update-cache.patch)
  
mail-notification/repos/staging-i686/mail-notification-5.4-add-fallback-icon.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-add-fallback-icon.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-camel_headers.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/staging-i686/mail-notification-5.4-evolution-3-0-support.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/staging-i686/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-evolution.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-evolution.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-gmime.patch
(from rev 146577, mail-notification/trunk/mail-notification-5.4-gmime.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-gtk3-support.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-icons.patch
(from rev 146577, mail-notification/trunk/mail-notification-5.4-icons.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-kde-trayicon.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-libx11.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-libx11.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-popup-attach.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-popup-attach.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-sasl_encode64.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/staging-i686/mail-notification-5.4-weak.patch
(from rev 146577, mail-notification/trunk/mail-notification-5.4-weak.patch)
  mail-notification/repos/staging-i686/mail-notification.install
(from rev 146577, mail-notification/trunk/mail-notification.install)
  mail-notification/repos/staging-i686/remove-ubuntu-special-case.patch
(from rev 146577, mail-notification/trunk/remove-ubuntu-special-case.patch)
  mail-notification/repos/staging-x86_64/
  mail-notification/repos/staging-x86_64/PKGBUILD
(from rev 146577, mail-notification/trunk/PKGBUILD)
  mail-notification/repos/staging-x86_64/dont-update-cache.patch
(from rev 146577, mail-notification/trunk/dont-update-cache.patch)
  
mail-notification/repos/staging-x86_64/mail-notification-5.4-add-fallback-icon.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-add-fallback-icon.patch)
  
mail-notification/repos/staging-x86_64/mail-notification-5.4-camel_headers.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/staging-x86_64/mail-notification-5.4-evolution-3-0-support.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/staging-x86_64/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/staging-x86_64/mail-notification-5.4-evolution.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-evolution.patch)
  mail-notification/repos/staging-x86_64/mail-notification-5.4-gmime.patch
(from rev 146577, mail-notification/trunk/mail-notification-5.4-gmime.patch)
  
mail-notification/repos/staging-x86_64/mail-notification-5.4-gtk3-support.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/staging-x86_64/mail-notification-5.4-icons.patch
(from rev 146577, mail-notification/trunk/mail-notification-5.4-icons.patch)
  
mail-notification/repos/staging-x86_64/mail-notification-5.4-kde-trayicon.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/staging-x86_64/mail-notification-5.4-libx11.patch
(from rev 146577, 
mail-notification/trunk/mail-notification-5.4-libx11.patch)
  
mail-notification/repos/staging-x86_64/mail-notification-5.4-popup-attach.patch
(from rev 146577, 
mail-notific

[arch-commits] Commit in mail-notification/trunk (4 files)

2012-01-13 Thread Ionut Biru
Date: Friday, January 13, 2012 @ 15:29:32
  Author: ibiru
Revision: 146577

gmime 2.6 rebuild

Added:
  mail-notification/trunk/mail-notification-5.4-gmime.patch
  mail-notification/trunk/mail-notification-5.4-libx11.patch
Modified:
  mail-notification/trunk/PKGBUILD
Deleted:
  mail-notification/trunk/gmime-2.4.patch

+
 PKGBUILD   |   17 +
 gmime-2.4.patch|   63 ---
 mail-notification-5.4-gmime.patch  |   63 +++
 mail-notification-5.4-libx11.patch |   13 +++
 4 files changed, 86 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-13 20:06:15 UTC (rev 146576)
+++ PKGBUILD2012-01-13 20:29:32 UTC (rev 146577)
@@ -3,12 +3,12 @@
 
 pkgname=mail-notification
 pkgver=5.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Tray icon application that informs you if you have new mail"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/mailnotify/";
 license=('GPL3' 'FDL')
-depends=('gmime' 'libnotify>=0.7.1' 'gnome-keyring' 'hicolor-icon-theme' 
'notification-daemon' 'libgnome')
+depends=('gmime' 'libnotify' 'gnome-keyring' 'hicolor-icon-theme' 
'notification-daemon' 'libgnome')
 makedepends=('gob2' 'intltool' 'evolution' 'gnome-doc-utils' 'gtk2')
 options=('!libtool' '!emptydirs')
 install=mail-notification.install
@@ -16,7 +16,6 @@
 dont-update-cache.patch
 remove-ubuntu-special-case.patch
 mail-notification-5.4-evolution.patch
-gmime-2.4.patch
 mail-notification-5.4-sasl_encode64.patch
 mail-notification-5.4-evolution-gtkhtml.patch
 mail-notification-5.4-camel_headers.patch
@@ -26,12 +25,13 @@
 mail-notification-5.4-kde-trayicon.patch
 mail-notification-5.4-evolution-3-0-support.patch
 mail-notification-5.4-gtk3-support.patch
-mail-notification-5.4-add-fallback-icon.patch)
+mail-notification-5.4-add-fallback-icon.patch
+mail-notification-5.4-gmime.patch
+mail-notification-5.4-libx11.patch)
 md5sums=('c8dc33a61251acb5474e56eab6b18f43'
  '6007bc30e789dab0a8282038e0335eb9'
  '9cadd61bbd9c324b2916ec980231e0f2'
  'aa6f80820899f904c25988772f70ade9'
- '447cc20f035b9cf1a391027684ce1297'
  '125513ed059f62469377eb0ab794dbed'
  'c595a3962ab13a65be24a941e28faa9c'
  'f79939f593b2e8659e302df72c2b54b1'
@@ -41,7 +41,9 @@
  'c7991b831834724eddc1c6802c3e06a6'
  'b370b1085ebb2814bd5d345a6d2b45ea'
  '1ba948759110787dd57097cff157b75a'
- '09df61b4dc29c676ac81ff9054e840ac')
+ '09df61b4dc29c676ac81ff9054e840ac'
+ '0944695e9b9b30f39028f85c83c6a7e2'
+ 'c3f643ef16aab3b4fe9ff5b333bff41a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -49,7 +51,6 @@
   patch -Np0 -i "${srcdir}/dont-update-cache.patch"
   patch -Np0 -i "${srcdir}/remove-ubuntu-special-case.patch"
   patch -Np1 -i "${srcdir}/mail-notification-5.4-evolution.patch"
-  patch -Np1 -i "${srcdir}/gmime-2.4.patch"
   patch -Np1 -i "${srcdir}/mail-notification-5.4-sasl_encode64.patch"
   patch -Np1 -i "${srcdir}/mail-notification-5.4-evolution-gtkhtml.patch"
   patch -Np1 -i "${srcdir}/mail-notification-5.4-camel_headers.patch"
@@ -60,6 +61,8 @@
   patch -Np0 -i "${srcdir}/mail-notification-5.4-evolution-3-0-support.patch"
   patch -Np0 -i "${srcdir}/mail-notification-5.4-gtk3-support.patch"
   patch -Np0 -i "${srcdir}/mail-notification-5.4-add-fallback-icon.patch"
+  patch -Np1 -i "${srcdir}/mail-notification-5.4-gmime.patch"
+  patch -Np1 -i "${srcdir}/mail-notification-5.4-libx11.patch"
 
   gtk-builder-convert ui/mailbox-properties-dialog.glade 
ui/mailbox-properties-dialog.ui
   gtk-builder-convert ui/properties-dialog.glade ui/properties-dialog.ui

Deleted: gmime-2.4.patch
===
--- gmime-2.4.patch 2012-01-13 20:06:15 UTC (rev 146576)
+++ gmime-2.4.patch 2012-01-13 20:29:32 UTC (rev 146577)
@@ -1,63 +0,0 @@
-diff -Nrbu mail-notification-5.4/build/src/mn-base-mbox-mailbox-backend.c 
mail-notification-5.4-OK/build/src/mn-base-mbox-mailbox-backend.c
 mail-notification-5.4/build/src/mn-base-mbox-mailbox-backend.c 
2008-12-23 14:48:49.0 +0300
-+++ mail-notification-5.4-OK/build/src/mn-base-mbox-mailbox-backend.c  
2008-12-23 14:48:28.0 +0300
-@@ -265,7 +265,7 @@
-   mime_message = g_mime_parser_construct_message(parser);
-   if (mime_message)
- {
--  if (g_mime_message_get_header(mime_message, "X-Mozilla-Status"))
-+  if (g_mime_object_get_header(mime_message, "X-Mozilla-Status"))
- {
- #if WITH_MOZILLA
-   type = MN_TYPE_MOZILLA_MAILBOX_BACKEND;
-diff -Nrbu mail-notification-5.4/build/src/mn-mozilla-mailbox-backend.c 
mail-notification-5.4-OK/build

[arch-commits] Commit in mail-notification/repos (64 files)

2011-10-03 Thread Jan de Groot
Date: Monday, October 3, 2011 @ 09:09:05
  Author: jgc
Revision: 139560

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mail-notification/repos/extra-i686/PKGBUILD
(from rev 139558, mail-notification/trunk/PKGBUILD)
  mail-notification/repos/extra-i686/dont-update-cache.patch
(from rev 139558, mail-notification/trunk/dont-update-cache.patch)
  mail-notification/repos/extra-i686/gmime-2.4.patch
(from rev 139558, mail-notification/trunk/gmime-2.4.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-add-fallback-icon.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-add-fallback-icon.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-camel_headers.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-3-0-support.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-evolution.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-evolution.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-gtk3-support.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-icons.patch
(from rev 139558, mail-notification/trunk/mail-notification-5.4-icons.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-kde-trayicon.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-popup-attach.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-popup-attach.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-sasl_encode64.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-weak.patch
(from rev 139558, mail-notification/trunk/mail-notification-5.4-weak.patch)
  mail-notification/repos/extra-i686/mail-notification.install
(from rev 139558, mail-notification/trunk/mail-notification.install)
  mail-notification/repos/extra-i686/remove-ubuntu-special-case.patch
(from rev 139558, mail-notification/trunk/remove-ubuntu-special-case.patch)
  mail-notification/repos/extra-x86_64/PKGBUILD
(from rev 139558, mail-notification/trunk/PKGBUILD)
  mail-notification/repos/extra-x86_64/dont-update-cache.patch
(from rev 139558, mail-notification/trunk/dont-update-cache.patch)
  mail-notification/repos/extra-x86_64/gmime-2.4.patch
(from rev 139558, mail-notification/trunk/gmime-2.4.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-add-fallback-icon.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-add-fallback-icon.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-camel_headers.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-3-0-support.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-evolution.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-gtk3-support.patch
(from rev 139558, 
mail-notification/trunk/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-icons.patch
(from rev 139559, mail-notification/trunk/mail-notification-5.4-icons.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-kde-trayicon.patch
(from rev 139559, 
mail-notification/trunk/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-popup-attach.patch
(from rev 139559, 
mail-notification/trunk/mail-notification-5.4-popup-attach.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-sasl_encode64.patch
(from rev 139559, 
mail-notification/trunk/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-weak.patch
(from rev 139559, mail-notification/trunk/mail-notification-5.4-weak.patch)
  mail-notification/repos/extra-x86_64/mail-notification.install
(from rev 139559, mail-notification/trunk/mail-notification.install)
  mail-notification/re

[arch-commits] Commit in mail-notification/trunk (3 files)

2011-10-03 Thread Jan de Groot
Date: Monday, October 3, 2011 @ 09:04:20
  Author: jgc
Revision: 139558

upgpkg: mail-notification 5.4-9

Update patches from Fedora, fixes FS#25190. Build with Evolution 3.2

Modified:
  mail-notification/trunk/PKGBUILD
  mail-notification/trunk/mail-notification-5.4-evolution-3-0-support.patch
  mail-notification/trunk/mail-notification-5.4-gtk3-support.patch

---+
 PKGBUILD  |   10 +--
 mail-notification-5.4-evolution-3-0-support.patch |   54 +-
 mail-notification-5.4-gtk3-support.patch  |   60 +++-
 3 files changed, 105 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-03 12:57:16 UTC (rev 139557)
+++ PKGBUILD2011-10-03 13:04:20 UTC (rev 139558)
@@ -3,16 +3,16 @@
 
 pkgname=mail-notification
 pkgver=5.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Tray icon application that informs you if you have new mail"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/mailnotify/";
 license=('GPL3' 'FDL')
 depends=('gmime' 'libnotify>=0.7.1' 'gnome-keyring' 'hicolor-icon-theme' 
'notification-daemon' 'libgnome')
-makedepends=('gob2' 'intltool' 'evolution' 'gnome-doc-utils')
+makedepends=('gob2' 'intltool' 'evolution' 'gnome-doc-utils' 'gtk2')
 options=('!libtool' '!emptydirs')
 install=mail-notification.install
-source=(http://savannah.nongnu.org/download/mailnotify/${pkgname}-${pkgver}.tar.bz2
+source=(http://savannah.nongnu.org/download/mailnotify-orig/${pkgname}-${pkgver}.tar.bz2
 dont-update-cache.patch
 remove-ubuntu-special-case.patch
 mail-notification-5.4-evolution.patch
@@ -39,8 +39,8 @@
  '31bde95dfd39449959d8b3316f91429c'
  'cdead6a88d1779f69a5f40dc75d5cb84'
  'c7991b831834724eddc1c6802c3e06a6'
- '49fe910f68393b0f6a1f1bcb7a8bdcd3'
- '55ed1aeb56ca053cc1a0a6062761c2b4'
+ 'b370b1085ebb2814bd5d345a6d2b45ea'
+ '1ba948759110787dd57097cff157b75a'
  '09df61b4dc29c676ac81ff9054e840ac')
 
 build() {

Modified: mail-notification-5.4-evolution-3-0-support.patch
===
--- mail-notification-5.4-evolution-3-0-support.patch   2011-10-03 12:57:16 UTC 
(rev 139557)
+++ mail-notification-5.4-evolution-3-0-support.patch   2011-10-03 13:04:20 UTC 
(rev 139558)
@@ -28,6 +28,18 @@
  #include 
  #include 
  #include "mn-evolution.h"
+@@ -240,7 +241,11 @@
+  EMEventTargetFolder *folder)
+ {
+   if (evo_server)
++#if EDS_CHECK_VERSION(3,1,0)
++mn_evolution_server_folder_changed(evo_server, 
e_mail_folder_uri_build(folder->store, folder->folder_name));
++#else
+ mn_evolution_server_folder_changed(evo_server, folder->uri);
++#endif
+ }
+ 
+ void
 @@ -249,10 +250,16 @@
  {
if (evo_server)
@@ -38,7 +50,7 @@
 +#else
 +  char *url = mail_tools_folder_to_url(message->folder);
 +#endif
- 
+
 -  url = mail_tools_folder_to_url(message->folder);
mn_evolution_server_message_reading(evo_server, url);
 +
@@ -68,3 +80,43 @@
if (folder)
  self_cache_folder(uri, folder);
else
+@@ -677,7 +681,12 @@
+ folder = self_lookup_folder(folder_uri, err);
+ if (folder)
+   {
++#if EDS_CHECK_VERSION(3,1,0)
++  *ret = g_strdup(camel_folder_get_display_name(folder));
++#else
+   *ret = g_strdup(camel_folder_get_name(folder));
++#endif
++
+ #if EDS_CHECK_VERSION(2,31,0)
+   g_object_unref(folder);
+ #else
+@@ -725,8 +734,12 @@
+   shell = e_shell_get_default ();
+   shell_backend = e_shell_get_backend_by_name (shell, "mail");
+ 
+-  browser = e_mail_browser_new (shell_backend);
++  browser = e_mail_browser_new (E_MAIL_BACKEND(shell_backend));
++#if EDS_CHECK_VERSION(3,1,0)
++  e_mail_reader_set_folder (E_MAIL_READER (browser), folder);
++#else
+   e_mail_reader_set_folder (E_MAIL_READER (browser), folder, folder_uri);
++#endif
+   e_mail_reader_set_message (E_MAIL_READER (browser), message_uid);
+   gtk_widget_show (browser);
+ #else
+--- build/src/mn-evolution-folder-tree-server.c.orig   2011-06-17 
22:01:49.226886994 +0200
 build/src/mn-evolution-folder-tree-server.c2011-06-18 
00:34:23.046889847 +0200
+@@ -444,7 +444,9 @@
+ {
+ #line 61 "src/mn-evolution-folder-tree-server.gob"
+   
+-#if EDS_CHECK_VERSION(2,91,0)
++#if EDS_CHECK_VERSION(3,1,0)
++selfp->tree = em_folder_tree_new(NULL, NULL);
++#elif EDS_CHECK_VERSION(2,91,0)
+ selfp->session = e_mail_session_new();
+ selfp->tree = em_folder_tree_new(selfp->session);
+ #elif EDS_CHECK_VERSION(2,29,0)

Modified: mail-notification-5.4-gtk3-support.patch
===
--- mail-notification-5.4-gtk3-support.patch2011-10-03 12:57:16 UTC (rev 
139557)
+++ mail-notification-5.4-gtk3-support.patch2011-10-03 13:04:20 UTC

[arch-commits] Commit in mail-notification/trunk (PKGBUILD)

2011-09-07 Thread Jan de Groot
Date: Wednesday, September 7, 2011 @ 04:27:57
  Author: jgc
Revision: 137330

Remove cyrus-sasl-plugins dependency, this is in libsasl now

Modified:
  mail-notification/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-07 08:18:51 UTC (rev 137329)
+++ PKGBUILD2011-09-07 08:27:57 UTC (rev 137330)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/mailnotify/";
 license=('GPL3' 'FDL')
-depends=('cyrus-sasl-plugins' 'gmime' 'libnotify>=0.7.1' 'gnome-keyring' 
'hicolor-icon-theme' 'notification-daemon' 'libgnome')
+depends=('gmime' 'libnotify>=0.7.1' 'gnome-keyring' 'hicolor-icon-theme' 
'notification-daemon' 'libgnome')
 makedepends=('gob2' 'intltool' 'evolution' 'gnome-doc-utils')
 options=('!libtool' '!emptydirs')
 install=mail-notification.install



[arch-commits] Commit in mail-notification/repos (extra-x86_64 testing-x86_64)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:44:43
  Author: ibiru
Revision: 121764

db-move: moved mail-notification from [testing] to [extra] (x86_64)

Added:
  mail-notification/repos/extra-x86_64/
Deleted:
  mail-notification/repos/testing-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:44:42
  Author: ibiru
Revision: 121763

db-move: mail-notification removed by ibiru for move to [extra] (x86_64)

Deleted:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:44:40
  Author: ibiru
Revision: 121761

db-move: mail-notification removed by ibiru for move to [extra] (i686)

Deleted:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/repos (extra-i686 testing-i686)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:44:40
  Author: ibiru
Revision: 121762

db-move: moved mail-notification from [testing] to [extra] (i686)

Added:
  mail-notification/repos/extra-i686/
Deleted:
  mail-notification/repos/testing-i686/



[arch-commits] Commit in mail-notification/repos (testing-x86_64)

2011-04-14 Thread Jan de Groot
Date: Thursday, April 14, 2011 @ 06:45:10
  Author: jgc
Revision: 119738

archrelease: copy trunk to testing-x86_64

Added:
  mail-notification/repos/testing-x86_64/



[arch-commits] Commit in mail-notification/repos (testing-i686)

2011-04-14 Thread Jan de Groot
Date: Thursday, April 14, 2011 @ 06:44:55
  Author: jgc
Revision: 119735

archrelease: copy trunk to testing-i686

Added:
  mail-notification/repos/testing-i686/



[arch-commits] Commit in mail-notification/trunk (13 files)

2011-04-14 Thread Jan de Groot
Date: Thursday, April 14, 2011 @ 06:44:43
  Author: jgc
Revision: 119734

upgpkg: mail-notification 5.4-8
Sync patches with Fedora, build with gtk3 and add evolution 3.0 support

Added:
  mail-notification/trunk/mail-notification-5.4-add-fallback-icon.patch
  mail-notification/trunk/mail-notification-5.4-evolution-3-0-support.patch
  mail-notification/trunk/mail-notification-5.4-evolution-gtkhtml.patch
  mail-notification/trunk/mail-notification-5.4-evolution.patch
  mail-notification/trunk/mail-notification-5.4-gtk3-support.patch
  mail-notification/trunk/mail-notification-5.4-kde-trayicon.patch
  mail-notification/trunk/mail-notification-5.4-popup-attach.patch
  mail-notification/trunk/mail-notification-5.4-sasl_encode64.patch
  mail-notification/trunk/mail-notification-5.4-weak.patch
Modified:
  mail-notification/trunk/PKGBUILD
  mail-notification/trunk/mail-notification-5.4-icons.patch
Deleted:
  mail-notification/trunk/evolution-gtkhtml.patch
  mail-notification/trunk/evolution.patch

---+
 PKGBUILD  |   54 
 evolution-gtkhtml.patch   |   11 
 evolution.patch   |  102 -
 mail-notification-5.4-add-fallback-icon.patch |   16 
 mail-notification-5.4-evolution-3-0-support.patch |   70 +
 mail-notification-5.4-evolution-gtkhtml.patch |   12 
 mail-notification-5.4-evolution.patch |  244 +++
 mail-notification-5.4-gtk3-support.patch  | 1382 
 mail-notification-5.4-icons.patch |   37 
 mail-notification-5.4-kde-trayicon.patch  |   72 +
 mail-notification-5.4-popup-attach.patch  |   45 
 mail-notification-5.4-sasl_encode64.patch |   24 
 mail-notification-5.4-weak.patch  |   11 
 13 files changed, 1937 insertions(+), 143 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 119733:119734 to see the changes.


[arch-commits] Commit in mail-notification/repos (extra-x86_64 testing-x86_64)

2011-03-16 Thread Ionut Biru
Date: Wednesday, March 16, 2011 @ 07:57:00
  Author: ibiru
Revision: 114950

db-move: moved mail-notification from [testing] to [extra] (x86_64)

Added:
  mail-notification/repos/extra-x86_64/
Deleted:
  mail-notification/repos/testing-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2011-03-16 Thread Ionut Biru
Date: Wednesday, March 16, 2011 @ 07:56:59
  Author: ibiru
Revision: 114949

db-move: mail-notification removed by ibiru for move to [extra] (x86_64)

Deleted:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-i686 testing-i686)

2011-03-16 Thread Ionut Biru
Date: Wednesday, March 16, 2011 @ 07:56:56
  Author: ibiru
Revision: 114948

db-move: moved mail-notification from [testing] to [extra] (i686)

Added:
  mail-notification/repos/extra-i686/
Deleted:
  mail-notification/repos/testing-i686/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2011-03-16 Thread Ionut Biru
Date: Wednesday, March 16, 2011 @ 07:56:52
  Author: ibiru
Revision: 114947

db-move: mail-notification removed by ibiru for move to [extra] (i686)

Deleted:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/repos (staging-x86_64 testing-x86_64)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 04:18:04
  Author: ibiru
Revision: 113148

db-move: moved mail-notification from [staging] to [testing] (x86_64)

Added:
  mail-notification/repos/testing-x86_64/
Deleted:
  mail-notification/repos/staging-x86_64/



[arch-commits] Commit in mail-notification/repos (staging-i686 testing-i686)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 04:18:03
  Author: ibiru
Revision: 113147

db-move: moved mail-notification from [staging] to [testing] (i686)

Added:
  mail-notification/repos/testing-i686/
Deleted:
  mail-notification/repos/staging-i686/



[arch-commits] Commit in mail-notification/repos (staging-x86_64)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 04:47:23
  Author: ibiru
Revision: 112860

archrelease: copy trunk to staging-x86_64

Added:
  mail-notification/repos/staging-x86_64/



[arch-commits] Commit in mail-notification/repos (staging-i686)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 04:47:07
  Author: ibiru
Revision: 112859

archrelease: copy trunk to staging-i686

Added:
  mail-notification/repos/staging-i686/



[arch-commits] Commit in mail-notification/trunk (3 files)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 04:46:50
  Author: ibiru
Revision: 112858

upgpkg: mail-notification 5.4-7
libnotify 0.7 rebuild

Added:
  mail-notification/trunk/mail-notification-5.4-camel_headers.patch
Modified:
  mail-notification/trunk/PKGBUILD
  mail-notification/trunk/evolution-gtkhtml.patch

---+
 PKGBUILD  |   15 +++
 evolution-gtkhtml.patch   |2 -
 mail-notification-5.4-camel_headers.patch |   36 
 3 files changed, 46 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 09:20:00 UTC (rev 112857)
+++ PKGBUILD2011-03-07 09:46:50 UTC (rev 112858)
@@ -3,13 +3,13 @@
 
 pkgname=mail-notification
 pkgver=5.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Tray icon application that informs you if you have new mail"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/mailnotify/";
 license=('GPL3' 'FDL')
-depends=('cyrus-sasl-plugins' 'gmime>=2.4.10' 'libnotify>=0.4.5' 
'gnome-keyring>=2.32.0' 'hicolor-icon-theme' 'notification-daemon' 
'libgnomeui>=2.24.2')
-makedepends=('gob2' 'intltool' 'evolution>=2.28.0' 'gnome-doc-utils>=0.18.0')
+depends=('cyrus-sasl-plugins' 'gmime' 'libnotify>=0.7.1' 'gnome-keyring' 
'hicolor-icon-theme' 'notification-daemon' 'libgnomeui')
+makedepends=('gob2' 'intltool' 'evolution' 'gnome-doc-utils')
 options=('!libtool' '!emptydirs')
 install=mail-notification.install
 
source=(http://savannah.nongnu.org/download/mailnotify/${pkgname}-${pkgver}.tar.bz2
@@ -18,14 +18,16 @@
 gmime-2.4.patch
 evolution-gtkhtml.patch
 evolution.patch
-mail-notification-5.4-icons.patch)
+mail-notification-5.4-icons.patch
+mail-notification-5.4-camel_headers.patch)
 md5sums=('c8dc33a61251acb5474e56eab6b18f43'
  '6007bc30e789dab0a8282038e0335eb9'
  '9cadd61bbd9c324b2916ec980231e0f2'
  '447cc20f035b9cf1a391027684ce1297'
- '0be19731decffc2e64602b2abebabca4'
+ '500b2e42fbc5078e61407923a07b6e94'
  '46568640b7f97ab9ab7b54d49bee7e8e'
- '8f602891a694ceaa91f845d97ae51b39')
+ '8f602891a694ceaa91f845d97ae51b39'
+ 'f79939f593b2e8659e302df72c2b54b1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -36,6 +38,7 @@
   patch -Np1 -i "${srcdir}/evolution-gtkhtml.patch"
   patch -Np0 -i "${srcdir}/evolution.patch"
   patch -Np0 -i "${srcdir}/mail-notification-5.4-icons.patch"
+  patch -Np1 -i "${srcdir}/mail-notification-5.4-camel_headers.patch"
 
   ./jb configure prefix=/usr sysconfdir=/etc \
   localstatedir=/var destdir="${pkgdir}" \

Modified: evolution-gtkhtml.patch
===
--- evolution-gtkhtml.patch 2011-03-07 09:20:00 UTC (rev 112857)
+++ evolution-gtkhtml.patch 2011-03-07 09:46:50 UTC (rev 112858)
@@ -5,7 +5,7 @@
  minversion = "2.12";
  
 -  packages = g_strdup_printf("evolution-plugin >= %s", minversion);
-+  packages = g_strdup_printf("evolution-plugin >= %s gtkhtml-editor", 
minversion);
++  packages = g_strdup_printf("evolution-plugin >= %s libgtkhtml-3.14 
gtkhtml-editor-3.14", minversion);
result = jb_check_packages("Evolution", "evolution-plugin", packages);
g_free(packages);
  

Added: mail-notification-5.4-camel_headers.patch
===
--- mail-notification-5.4-camel_headers.patch   (rev 0)
+++ mail-notification-5.4-camel_headers.patch   2011-03-07 09:46:50 UTC (rev 
112858)
@@ -0,0 +1,36 @@
+diff -Nrbu mail-notification-5.4/build/src/mn-evolution-message.c 
mail-notification-5.4-OK/build/src/mn-evolution-message.c
+--- mail-notification-5.4/build/src/mn-evolution-message.c 2008-05-22 
19:47:51.0 +0400
 mail-notification-5.4-OK/build/src/mn-evolution-message.c  2010-05-04 
18:13:31.0 +0400
+@@ -25,7 +25,7 @@
+ #line 24 "src/mn-evolution-message.gob"
+ 
+ #include 
+-#include 
++#include 
+ #include "mn-evolution-mailbox.h"
+ #include "mn-message-private.h"
+ #include "mn-evolution-client.h"
+diff -Nrbu mail-notification-5.4/build/src/mn-evolution-server.c 
mail-notification-5.4-OK/build/src/mn-evolution-server.c
+--- mail-notification-5.4/build/src/mn-evolution-server.c  2010-05-04 
18:12:56.0 +0400
 mail-notification-5.4-OK/build/src/mn-evolution-server.c   2010-05-04 
18:13:39.0 +0400
+@@ -28,7 +28,7 @@
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
+ #if EDS_CHECK_VERSION(2,29,0)
+ #include 
+ #include 
+diff -Nrbu mail-notification-5.4/src/mn-evolution-plugin.c 
mail-notification-5.4-OK/src/mn-evolution-plugin.c
+--- mail-notification-5.4/src/mn-evolution-plugin.c2010-05-04 
18:12:56.0 +0400
 mail-notification-5.4-OK/src/mn-evolution-plugin.c 2010-05-04 
18:13:20.0 +0400
+@@ -24,7 +24,7 @@
+ #include 
+ #include 
+ #inc

[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2010-10-07 Thread Ionut Biru
Date: Thursday, October 7, 2010 @ 07:35:44
  Author: ibiru
Revision: 94489

archrelease: copy trunk to extra-x86_64

Added:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2010-10-07 Thread Ionut Biru
Date: Thursday, October 7, 2010 @ 07:35:31
  Author: ibiru
Revision: 94488

archrelease: remove extra-x86_64

Deleted:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2010-10-07 Thread Ionut Biru
Date: Thursday, October 7, 2010 @ 07:35:25
  Author: ibiru
Revision: 94487

archrelease: copy trunk to extra-i686

Added:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2010-10-07 Thread Ionut Biru
Date: Thursday, October 7, 2010 @ 07:35:11
  Author: ibiru
Revision: 94486

archrelease: remove extra-i686

Deleted:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/trunk (PKGBUILD)

2010-10-07 Thread Ionut Biru
Date: Thursday, October 7, 2010 @ 07:35:04
  Author: ibiru
Revision: 94485

upgpkg: mail-notification 5.4-6
eds rebuild

Modified:
  mail-notification/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-07 11:12:55 UTC (rev 94484)
+++ PKGBUILD2010-10-07 11:35:04 UTC (rev 94485)
@@ -3,12 +3,12 @@
 
 pkgname=mail-notification
 pkgver=5.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Tray icon application that informs you if you have new mail"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/mailnotify/";
 license=('GPL3' 'FDL')
-depends=('cyrus-sasl-plugins' 'gmime>=2.4.10' 'libnotify>=0.4.5' 
'gnome-keyring>=2.28.0' 'hicolor-icon-theme' 'notification-daemon' 
'libgnomeui>=2.24.2')
+depends=('cyrus-sasl-plugins' 'gmime>=2.4.10' 'libnotify>=0.4.5' 
'gnome-keyring>=2.32.0' 'hicolor-icon-theme' 'notification-daemon' 
'libgnomeui>=2.24.2')
 makedepends=('gob2' 'intltool' 'evolution>=2.28.0' 'gnome-doc-utils>=0.18.0')
 options=('!libtool' '!emptydirs')
 install=mail-notification.install
@@ -30,22 +30,22 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  patch -Np0 -i "${srcdir}/dont-update-cache.patch" || return 1
-  patch -Np0 -i "${srcdir}/remove-ubuntu-special-case.patch" || return 1
-  patch -Np1 -i "${srcdir}/gmime-2.4.patch" || return 1
-  patch -Np1 -i "${srcdir}/evolution-gtkhtml.patch" || return 1
-  patch -Np0 -i "${srcdir}/evolution.patch" || return 1
-  patch -Np0 -i "${srcdir}/mail-notification-5.4-icons.patch" || return 1
+  patch -Np0 -i "${srcdir}/dont-update-cache.patch"
+  patch -Np0 -i "${srcdir}/remove-ubuntu-special-case.patch"
+  patch -Np1 -i "${srcdir}/gmime-2.4.patch"
+  patch -Np1 -i "${srcdir}/evolution-gtkhtml.patch"
+  patch -Np0 -i "${srcdir}/evolution.patch"
+  patch -Np0 -i "${srcdir}/mail-notification-5.4-icons.patch"
 
   ./jb configure prefix=/usr sysconfdir=/etc \
   localstatedir=/var destdir="${pkgdir}" \
   gconf-schemas-dir=/etc/gconf/schemas install-gconf-schemas=yes \
   cflags="${CFLAGS}" cppflags="${CXXFLAGS}" ldflags="${LDFLAGS}" \
-  library-mode=0755 || return 1
-  ./jb build || return 1
-  GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 ./jb install || return 1
+  library-mode=0755
+  ./jb build
+  GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 ./jb install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain mail-notification ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain mail-notification ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-} 
+}



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:50:20
  Author: giovanni
Revision: 85721

archrelease: copy trunk to extra-x86_64

Added:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:49:59
  Author: giovanni
Revision: 85720

archrelease: remove extra-x86_64

Deleted:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:49:51
  Author: giovanni
Revision: 85719

archrelease: copy trunk to extra-i686

Added:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:49:31
  Author: giovanni
Revision: 85718

archrelease: remove extra-i686

Deleted:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/trunk (mail-notification-5.4-icons.patch)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:49:23
  Author: giovanni
Revision: 85717

upgpkg: mail-notification 5.4-5
Added patch by Fedora to use icons that are available in Gnome 2.30+ Thanks to 
Rados?\197?\130aw Dominiak

Added:
  mail-notification/trunk/mail-notification-5.4-icons.patch

---+
 mail-notification-5.4-icons.patch |   36 
 1 file changed, 36 insertions(+)

Added: mail-notification-5.4-icons.patch
===
--- mail-notification-5.4-icons.patch   (rev 0)
+++ mail-notification-5.4-icons.patch   2010-07-17 20:49:23 UTC (rev 85717)
@@ -0,0 +1,36 @@
+Patch by Fedora to use icons that are available in Gnome 2.30+
+
+https://bugzilla.redhat.com/show_bug.cgi?id=573809
+
+--- src/mn-stock.c.icons   2008-05-22 16:45:35.0 +0100
 src/mn-stock.c 2010-05-20 21:53:20.306859177 +0100
+@@ -32,11 +32,11 @@
+ const char*icon_name;
+ const char*source_stock_id;
+   } icons[] = {
+-{ MN_STOCK_MAIL,  NULL, "stock_mail" },
+-{ MN_STOCK_NO_MAIL,   NULL, "stock_inbox" },
++{ MN_STOCK_MAIL,  NULL, "mail-notification" },
++{ MN_STOCK_NO_MAIL,   NULL, "mail-notification" },
+ { MN_STOCK_LOCAL, NULL, "stock_folder" },
+ { MN_STOCK_REMOTE,NULL, "stock_internet" },
+-{ MN_STOCK_UNKNOWN,   NULL, "stock_unknown" },
++{ MN_STOCK_UNKNOWN,   NULL, "unknown" },
+ { MN_STOCK_ERROR, NULL, NULL, GTK_STOCK_DIALOG_ERROR },
+ #if WITH_GMAIL
+ { MN_STOCK_GMAIL, PKGDATADIR G_DIR_SEPARATOR_S 
"gmail.png" },
+@@ -51,11 +51,11 @@
+ { MN_STOCK_SYSTEM_MAILBOX,NULL, "system" },
+ #endif
+ #if WITH_EVOLUTION
+-{ MN_STOCK_EVOLUTION_MAILBOX, NULL, "evolution" },
++{ MN_STOCK_EVOLUTION_MAILBOX, NULL, "stock_mail-unread" },
+ #endif
+-{ MN_STOCK_MAIL_READER,   NULL, "stock_mail-handling" },
++{ MN_STOCK_MAIL_READER,   NULL, "stock_mail-compose" },
+ { MN_STOCK_OPEN_MESSAGE,  NULL, "stock_mail-open" },
+-{ MN_STOCK_CONSIDER_NEW_MAIL_AS_READ, NULL, "stock_mark" }
++{ MN_STOCK_CONSIDER_NEW_MAIL_AS_READ, NULL, "mail-mark-read" }
+   };
+   GtkIconFactory *factory;
+   GtkIconTheme *icon_theme;



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:48:52
  Author: giovanni
Revision: 85716

archrelease: copy trunk to extra-x86_64

Added:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:48:32
  Author: giovanni
Revision: 85715

archrelease: remove extra-x86_64

Deleted:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:48:21
  Author: giovanni
Revision: 85714

archrelease: copy trunk to extra-i686

Added:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:48:01
  Author: giovanni
Revision: 85713

archrelease: remove extra-i686

Deleted:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/trunk (PKGBUILD)

2010-07-17 Thread Giovanni Scafora
Date: Saturday, July 17, 2010 @ 16:47:50
  Author: giovanni
Revision: 85712

upgpkg: mail-notification 5.4-5
Added patch by Fedora to use icons that are available in Gnome 2.30+ Thanks to 
Rados?\197?\130aw Dominiak

Modified:
  mail-notification/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-17 19:43:40 UTC (rev 85711)
+++ PKGBUILD2010-07-17 20:47:50 UTC (rev 85712)
@@ -3,7 +3,7 @@
 
 pkgname=mail-notification
 pkgver=5.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Tray icon application that informs you if you have new mail"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/mailnotify/";
@@ -17,13 +17,15 @@
 remove-ubuntu-special-case.patch
 gmime-2.4.patch
 evolution-gtkhtml.patch
-evolution.patch)
+evolution.patch
+mail-notification-5.4-icons.patch)
 md5sums=('c8dc33a61251acb5474e56eab6b18f43'
  '6007bc30e789dab0a8282038e0335eb9'
  '9cadd61bbd9c324b2916ec980231e0f2'
  '447cc20f035b9cf1a391027684ce1297'
  '0be19731decffc2e64602b2abebabca4'
- '46568640b7f97ab9ab7b54d49bee7e8e')
+ '46568640b7f97ab9ab7b54d49bee7e8e'
+ '8f602891a694ceaa91f845d97ae51b39')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -33,6 +35,7 @@
   patch -Np1 -i "${srcdir}/gmime-2.4.patch" || return 1
   patch -Np1 -i "${srcdir}/evolution-gtkhtml.patch" || return 1
   patch -Np0 -i "${srcdir}/evolution.patch" || return 1
+  patch -Np0 -i "${srcdir}/mail-notification-5.4-icons.patch" || return 1
 
   ./jb configure prefix=/usr sysconfdir=/etc \
   localstatedir=/var destdir="${pkgdir}" \



[arch-commits] Commit in mail-notification/repos (extra-x86_64 testing-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:06:05
  Author: pierre
Revision: 76698

db-move: moved mail-notification from [testing] to [extra] (x86_64)

Added:
  mail-notification/repos/extra-x86_64/
Deleted:
  mail-notification/repos/testing-x86_64/



[arch-commits] Commit in mail-notification/repos (extra-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:06:04
  Author: pierre
Revision: 76697

db-move: mail-notification removed by pierre for move to extra

Deleted:
  mail-notification/repos/extra-x86_64/



[arch-commits] Commit in mail-notification/repos (core-i686 extra-i686)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 16:52:55
  Author: pierre
Revision: 76466

db-move: moved mail-notification from [core] to [extra] (i686)

Added:
  mail-notification/repos/extra-i686/
Deleted:
  mail-notification/repos/core-i686/



[arch-commits] Commit in mail-notification/repos (extra-i686)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 16:52:54
  Author: pierre
Revision: 76465

db-move: mail-notification removed by pierre for move to extra

Deleted:
  mail-notification/repos/extra-i686/



[arch-commits] Commit in mail-notification/repos (core-i686 testing-i686)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 16:35:24
  Author: pierre
Revision: 76296

db-move: moved mail-notification from [testing] to [core] (i686)

Added:
  mail-notification/repos/core-i686/
Deleted:
  mail-notification/repos/testing-i686/



[arch-commits] Commit in mail-notification/repos (testing-x86_64)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 21:34:20
  Author: giovanni
Revision: 75649

archrelease: copy trunk to testing-x86_64

Added:
  mail-notification/repos/testing-x86_64/



[arch-commits] Commit in mail-notification/repos (testing-x86_64)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 21:34:03
  Author: giovanni
Revision: 75648

archrelease: remove testing-x86_64

Deleted:
  mail-notification/repos/testing-x86_64/



[arch-commits] Commit in mail-notification/repos (testing-i686)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 21:33:56
  Author: giovanni
Revision: 75647

archrelease: copy trunk to testing-i686

Added:
  mail-notification/repos/testing-i686/



[arch-commits] Commit in mail-notification/repos (testing-i686)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 21:33:39
  Author: giovanni
Revision: 75646

archrelease: remove testing-i686

Deleted:
  mail-notification/repos/testing-i686/



[arch-commits] Commit in mail-notification/trunk (evolution.patch)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 21:33:32
  Author: giovanni
Revision: 75645

upgpkg: mail-notification 5.4-4
openssl-1 rebuild

Added:
  mail-notification/trunk/evolution.patch

-+
 evolution.patch |  102 ++
 1 file changed, 102 insertions(+)

Added: evolution.patch
===
--- evolution.patch (rev 0)
+++ evolution.patch 2010-04-02 01:33:32 UTC (rev 75645)
@@ -0,0 +1,102 @@
+--- build/src/mn-evolution-server.c.orig   2008-09-30 15:30:07.756216978 
+0200
 build/src/mn-evolution-server.c2008-09-30 15:30:49.950220711 +0200
+@@ -27,6 +27,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -595,7 +596,12 @@
+ 
+   for (i = 0; i < summary->len; i++)
+ {
++#if EDS_CHECK_VERSION(2,23,5)
++  char *uid = summary->pdata[i];
++  CamelMessageInfo *info = camel_folder_get_message_info(folder, uid);
++#else
+   CamelMessageInfo *info = summary->pdata[i];
++#endif
+ 
+   if ((camel_message_info_flags(info) & CAMEL_MESSAGE_SEEN) == 0)
+ g_ptr_array_add(*ret, 
self_camel_message_info_to_dbus_struct(info));
+--- build/src/mn-evolution-folder-tree-server.c.evolution  2010-02-01 
10:00:12.128683776 -0500
 build/src/mn-evolution-folder-tree-server.c2010-02-01 
10:02:32.809697243 -0500
+@@ -26,5 +26,8 @@
+ #include 
++#include 
++#if !EDS_CHECK_VERSION(2,29,0)
+ #include 
++#endif
+ #include 
+ #include "mn-evolution-plugin.h"
+ #include "mn-evolution.h"
+@@ -396,7 +399,11 @@ mn_evolution_folder_tree_server_construc
+   
++#if EDS_CHECK_VERSION(2,29,0)
++selfp->tree = em_folder_tree_new();
++#else
+ EMFolderTreeModel *model;
+
+ model = mail_component_peek_tree_model(mail_component_peek());
+ selfp->tree = em_folder_tree_new_with_model(model);
++#endif
+ 
+ selfp->plug = gtk_plug_new((GdkNativeWindow) selfp->id);
+--- build/src/mn-evolution-server.c.evolution  2010-02-01 10:06:36.484698060 
-0500
 build/src/mn-evolution-server.c2010-02-01 10:09:01.946682081 -0500
+@@ -28,9 +28,14 @@
+ #include 
+ #include 
+ #include 
++#if EDS_CHECK_VERSION(2,29,0)
++#include 
++#include 
++#else
+ #include 
+ #include 
+ #include 
++#endif
+ #include 
+ #include 
+ #include 
+@@ -568,6 +573,19 @@ mn_evolution_server_open_message (MNEvol
+ folder = self_lookup_folder(folder_uri, err);
+ if (folder)
+   {
++#if EDS_CHECK_VERSION(2,29,0)
++  EShell *shell;
++  EShellBackend *shell_backend;
++  GtkWidget *browser;
++
++  shell = e_shell_get_default ();
++  shell_backend = e_shell_get_backend_by_name (shell, "mail");
++
++  browser = e_mail_browser_new (shell_backend);
++  e_mail_reader_set_folder (E_MAIL_READER (browser), folder, folder_uri);
++  e_mail_reader_set_message (E_MAIL_READER (browser), message_uid);
++  gtk_widget_show (browser);
++#else
+   GtkWidget *browser;
+ 
+   /* modelled after Evolution's handleuri_got_folder() */
+@@ -578,6 +596,7 @@ mn_evolution_server_open_message (MNEvol
+   em_folder_view_set_folder((EMFolderView *) browser, folder, folder_uri);
+   em_folder_view_set_message((EMFolderView *) browser, message_uid, 
FALSE);
+   gtk_widget_show(((EMMessageBrowser *) browser)->window);
++#endif
+ 
+   camel_object_unref(folder);
+   }
+--- src/mn-evolution-plugin.c.evolution2008-05-22 11:45:35.0 
-0400
 src/mn-evolution-plugin.c  2010-02-01 11:52:06.141664757 -0500
+@@ -204,7 +204,7 @@ connect_to_session_bus (void)
+ }
+ 
+ int
+-e_plugin_lib_enable (EPluginLib *ep, int enable)
++e_plugin_lib_enable (EPlugin *ep, int enable)
+ {
+   static gboolean enabled = FALSE;
+   GError *err = NULL;



[arch-commits] Commit in mail-notification/repos (testing-x86_64)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 21:33:12
  Author: giovanni
Revision: 75644

archrelease: copy trunk to testing-x86_64

Added:
  mail-notification/repos/testing-x86_64/



[arch-commits] Commit in mail-notification/repos (testing-i686)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 21:32:49
  Author: giovanni
Revision: 75638

archrelease: copy trunk to testing-i686

Added:
  mail-notification/repos/testing-i686/



[arch-commits] Commit in mail-notification/trunk (PKGBUILD)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 21:32:27
  Author: giovanni
Revision: 75637

upgpkg: mail-notification 5.4-4
openssl-1 rebuild

Modified:
  mail-notification/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-02 01:24:58 UTC (rev 75636)
+++ PKGBUILD2010-04-02 01:32:27 UTC (rev 75637)
@@ -3,7 +3,7 @@
 
 pkgname=mail-notification
 pkgver=5.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Tray icon application that informs you if you have new mail"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/mailnotify/";
@@ -16,12 +16,14 @@
 dont-update-cache.patch
 remove-ubuntu-special-case.patch
 gmime-2.4.patch
-evolution-gtkhtml.patch)
+evolution-gtkhtml.patch
+evolution.patch)
 md5sums=('c8dc33a61251acb5474e56eab6b18f43'
  '6007bc30e789dab0a8282038e0335eb9'
  '9cadd61bbd9c324b2916ec980231e0f2'
  '447cc20f035b9cf1a391027684ce1297'
- '0be19731decffc2e64602b2abebabca4')
+ '0be19731decffc2e64602b2abebabca4'
+ '46568640b7f97ab9ab7b54d49bee7e8e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -30,6 +32,7 @@
   patch -Np0 -i "${srcdir}/remove-ubuntu-special-case.patch" || return 1
   patch -Np1 -i "${srcdir}/gmime-2.4.patch" || return 1
   patch -Np1 -i "${srcdir}/evolution-gtkhtml.patch" || return 1
+  patch -Np0 -i "${srcdir}/evolution.patch" || return 1
 
   ./jb configure prefix=/usr sysconfdir=/etc \
   localstatedir=/var destdir="${pkgdir}" \