[arch-commits] Commit in gnome-screensaver/repos (6 files)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 04:08:52
  Author: ibiru
Revision: 112853

libnotify 0.7 rebuild

Added:
  gnome-screensaver/repos/staging-i686/
  
gnome-screensaver/repos/staging-i686/gnome-screensaver-2.30.2-libnotify-0.7.patch
  gnome-screensaver/repos/staging-x86_64/
  
gnome-screensaver/repos/staging-x86_64/gnome-screensaver-2.30.2-libnotify-0.7.patch
Modified:
  gnome-screensaver/repos/staging-i686/PKGBUILD
  gnome-screensaver/repos/staging-x86_64/PKGBUILD

-+
 PKGBUILD|   24 +
 staging-i686/gnome-screensaver-2.30.2-libnotify-0.7.patch   |   26 ++
 staging-x86_64/gnome-screensaver-2.30.2-libnotify-0.7.patch |   26 ++
 3 files changed, 66 insertions(+), 10 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 14:16:33 UTC (rev 112757)
+++ staging-i686/PKGBUILD   2011-03-07 09:08:52 UTC (rev 112853)
@@ -3,26 +3,28 @@
 
 pkgname=gnome-screensaver
 pkgver=2.30.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Screensaver designed to integrate well with the GNOME desktop.
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://live.gnome.org/GnomeScreensaver;
 backup=(etc/pam.d/gnome-screensaver)
-depends=('gnome-menus=2.30.4' 'libgnomekbd=2.32.0' 'libgl' 
'libnotify=0.4.5' 'gnome-desktop=2.32.0')
+depends=('gnome-menus=2.30.4' 'libgnomekbd=2.32.0' 'libgl' 
'libnotify=0.7.1' 'gnome-desktop=2.32.0')
 makedepends=('pkgconfig' 'intltool' 'mesa' 'xscreensaver' 'libxss' 'libxslt')
 optdepends=('xscreensaver')
 groups=('gnome')
 options=(!emptydirs)
 install=gnome-screensaver.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
- gnome-screensaver.pam)
+ gnome-screensaver.pam
+  gnome-screensaver-2.30.2-libnotify-0.7.patch)
 sha256sums=('dd52ef278b23ec5abe5974548c2d576eeaeb5294c85e9f2efd6231ecc9ca09fa'
-'2744d1fc39da46fc681b7cf1c9230d2035b2bb8d9f510213fbe439c114eb76a2')
+'2744d1fc39da46fc681b7cf1c9230d2035b2bb8d9f510213fbe439c114eb76a2'
+'fd79843008fb93d6caa5f84dd4766c99895ce520517b17a2a334da8c869041bb')
 
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/gnome-screensaver-2.30.2-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-screensaver \
   --localstatedir=/var \

Added: staging-i686/gnome-screensaver-2.30.2-libnotify-0.7.patch
===
--- staging-i686/gnome-screensaver-2.30.2-libnotify-0.7.patch   
(rev 0)
+++ staging-i686/gnome-screensaver-2.30.2-libnotify-0.7.patch   2011-03-07 
09:08:52 UTC (rev 112853)
@@ -0,0 +1,26 @@
+diff -Nur gnome-screensaver-2.30.2.orig/src/gs-lock-plug.c 
gnome-screensaver-2.30.2/src/gs-lock-plug.c
+--- gnome-screensaver-2.30.2.orig/src/gs-lock-plug.c   2010-09-28 
13:36:51.0 -0700
 gnome-screensaver-2.30.2/src/gs-lock-plug.c2011-03-07 
00:54:44.086669840 -0800
+@@ -47,6 +47,10 @@
+ #include libnotify/notify.h
+ #endif
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ #include gs-lock-plug.h
+ 
+ #include gs-debug.h
+@@ -1090,7 +1094,11 @@
+ strftime (summary, 128, %X, tmp);
+ 
+ notify_init (gnome-screensaver-dialog);
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++note = notify_notification_new (summary, escaped_text, NULL);
++#else
+ note = notify_notification_new (summary, escaped_text, NULL, NULL);
++#endif
+ notify_notification_set_timeout (note, NOTIFY_EXPIRES_NEVER);
+ notify_notification_show (note, NULL);
+ g_object_unref (note);

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 14:16:33 UTC (rev 112757)
+++ staging-x86_64/PKGBUILD 2011-03-07 09:08:52 UTC (rev 112853)
@@ -3,26 +3,28 @@
 
 pkgname=gnome-screensaver
 pkgver=2.30.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Screensaver designed to integrate well with the GNOME desktop.
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://live.gnome.org/GnomeScreensaver;
 backup=(etc/pam.d/gnome-screensaver)
-depends=('gnome-menus=2.30.4' 'libgnomekbd=2.32.0' 'libgl' 
'libnotify=0.4.5' 'gnome-desktop=2.32.0')
+depends=('gnome-menus=2.30.4' 'libgnomekbd=2.32.0' 'libgl' 
'libnotify=0.7.1' 'gnome-desktop=2.32.0')
 makedepends=('pkgconfig' 'intltool' 'mesa' 'xscreensaver' 'libxss' 'libxslt')
 optdepends=('xscreensaver')
 groups=('gnome')
 options=(!emptydirs)
 install=gnome-screensaver.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
- gnome-screensaver.pam)
+ gnome-screensaver.pam
+  gnome-screensaver-2.30.2-libnotify-0.7.patch)
 

[arch-commits] Commit in gnome-user-share/repos (6 files)

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

libnotify 0.7 rebuild

Added:
  gnome-user-share/repos/staging-i686/
  
gnome-user-share/repos/staging-i686/gnome-user-share-2.30.1-libnotify-0.7.patch
  gnome-user-share/repos/staging-x86_64/
  
gnome-user-share/repos/staging-x86_64/gnome-user-share-2.30.1-libnotify-0.7.patch
Modified:
  gnome-user-share/repos/staging-i686/PKGBUILD
  gnome-user-share/repos/staging-x86_64/PKGBUILD

+
 PKGBUILD   |   22 ---
 staging-i686/gnome-user-share-2.30.1-libnotify-0.7.patch   |   31 +++
 staging-x86_64/gnome-user-share-2.30.1-libnotify-0.7.patch |   31 +++
 3 files changed, 76 insertions(+), 8 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 09:08:52 UTC (rev 112853)
+++ staging-i686/PKGBUILD   2011-03-07 09:18:18 UTC (rev 112854)
@@ -3,20 +3,23 @@
 
 pkgname=gnome-user-share
 pkgver=2.30.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Easy to use user-level file sharing for GNOME.
 arch=('i686' 'x86_64')
 url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
 license=('GPL')
-depends=('mod_dnssd=0.6-3' 'gconf=2.32.0' 'hicolor-icon-theme' 
'libnotify=0.4.5' 'gnome-bluetooth=2.31.90' 'libcanberra=0.25')
+depends=('mod_dnssd=0.6-3' 'gconf=2.32.0' 'hicolor-icon-theme' 
'libnotify=0.7.1' 'gnome-bluetooth=2.31.90' 'libcanberra=0.25')
 makedepends=('intltool' 'gnome-doc-utils=0.20.1' 'nautilus')
 options=('!emptydirs' '!libtool')
 install=gnome-user-share.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('30ba07420a495450f80b4be001601150453ddc3504ff23c486fd1541ff5a1bfe')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
+gnome-user-share-2.30.1-libnotify-0.7.patch)
+sha256sums=('30ba07420a495450f80b4be001601150453ddc3504ff23c486fd1541ff5a1bfe'
+'60fcfe4a7120b7a917e2aec227f3a40fe4993bc9c80f2722f856fbe4e6e4994e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/gnome-user-share-2.30.1-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-user-share \
   --localstatedir=/var

Added: staging-i686/gnome-user-share-2.30.1-libnotify-0.7.patch
===
--- staging-i686/gnome-user-share-2.30.1-libnotify-0.7.patch
(rev 0)
+++ staging-i686/gnome-user-share-2.30.1-libnotify-0.7.patch2011-03-07 
09:18:18 UTC (rev 112854)
@@ -0,0 +1,31 @@
+http://pkgs.fedoraproject.org/gitweb/?p=gnome-user-share.git;a=blob;f=notify.patch;hb=HEAD
+
+--- src/obexpush.c
 src/obexpush.c
+@@ -139,10 +139,9 @@ show_notification (const char *filename)
+   /* Translators: %s is the name of the filename received */
+   notification_text = g_strdup_printf(_(You received \%s\ via 
Bluetooth), display);
+   g_free (display);
+-  notification = notify_notification_new_with_status_icon (_(You 
received a file),
+-   
notification_text,
+-   
dialog-information,
+-   
GTK_STATUS_ICON (statusicon));
++  notification = notify_notification_new (_(You received a file),
++   notification_text,
++   dialog-information);
+ 
+   notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);
+ 
+@@ -218,10 +217,10 @@ device_is_authorised (const char *bdaddr
+   char *device_path;
+   GHashTable *props;
+ 
+-  g_message (checking adapter %s, g_ptr_array_index (adapters, 
i));
++  g_message (checking adapter %s, (char *)g_ptr_array_index 
(adapters, i));
+ 
+   adapter = dbus_g_proxy_new_for_name (connection, org.bluez,
+-  g_ptr_array_index 
(adapters, i), org.bluez.Adapter);
++  (char *)g_ptr_array_index 
(adapters, i), org.bluez.Adapter);
+ 
+   if (dbus_g_proxy_call (adapter, FindDevice, NULL,
+  G_TYPE_STRING, bdaddr, G_TYPE_INVALID,

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 09:08:52 UTC (rev 112853)
+++ staging-x86_64/PKGBUILD 2011-03-07 09:18:18 UTC (rev 112854)
@@ -3,20 +3,23 @@
 
 pkgname=gnome-user-share
 pkgver=2.30.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Easy to use user-level file sharing for GNOME.
 arch=('i686' 'x86_64')
 url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
 

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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 04:19:13
  Author: ibiru
Revision: 112855

db-remove: gossip removed by ibiru

Deleted:
  gossip/repos/extra-i686/



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 04:19:24
  Author: ibiru
Revision: 112856

db-remove: gossip removed by ibiru

Deleted:
  gossip/repos/extra-x86_64/



[arch-commits] Commit in (gossip)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 04:20:00
  Author: ibiru
Revision: 112857

DEAD

Deleted:
  gossip/



[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 glib/gi18n.h
+-#include camel/camel-folder-summary.h
++#include camel/camel.h
+ #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 libintl.h
+ #include gobject/gvaluecollector.h
+ #include libedataserver/eds-version.h
+-#include camel/camel-folder.h
++#include camel/camel.h
+ #if EDS_CHECK_VERSION(2,29,0)
+ #include shell/e-shell.h
+ #include mail/e-mail-browser.h
+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

[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/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 xchat-gnome/trunk (2 files)

2011-03-07 Thread Eric Bélanger
Date: Monday, March 7, 2011 @ 05:29:01
  Author: eric
Revision: 112861

upgpkg: xchat-gnome 0.26.1-5
Rebuilt against libnotify 0.7

Added:
  xchat-gnome/trunk/xchat-gnome-0.26.1-deprecated-symbol.patch
Modified:
  xchat-gnome/trunk/PKGBUILD

+
 PKGBUILD   |   19 ---
 xchat-gnome-0.26.1-deprecated-symbol.patch |   22 ++
 2 files changed, 34 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 09:47:23 UTC (rev 112860)
+++ PKGBUILD2011-03-07 10:29:01 UTC (rev 112861)
@@ -4,7 +4,7 @@
 
 pkgname=xchat-gnome
 pkgver=0.26.1
-pkgrel=4
+pkgrel=5
 pkgdesc=GNOME frontend to the popular X-Chat IRC client.
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,20 +12,25 @@
 depends=('libgnomeui=2.18.1-2' 'libsexy=0.1.11' 'gconf=2.18.0.1-4'
  'hicolor-icon-theme' 'desktop-file-utils' 'libcanberra' 'libsm')
 makedepends=('gettext' 'perlxml' 'python2' 'tcl' 'libnotify' 
'gnome-doc-utils=0.10.3'
- 'intltool' 'pkgconfig')
+ 'intltool' 'pkg-config')
 optdepends=('libnotify: notifications'
 'python2: plugin'
 'tcl: plugin')
+options=('!libtool')
 install=xchat-gnome.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.26/${pkgname}-${pkgver}.tar.gz
-gtk2-2.20.patch)
-md5sums=('e355d71d76cd97a0764e37bfacf09101'
- 'dafc2536a0c5ee3f8015af81fce69656')
-options=('!libtool')
+gtk2-2.20.patch xchat-gnome-0.26.1-deprecated-symbol.patch)
+md5sums=('e355d71d76cd97a0764e37bfacf09101' 'dafc2536a0c5ee3f8015af81fce69656'\
+ 'f82417277f0b5e83334147c4bf63d531')
+sha1sums=('303bfbf2f1bda83fbc4edab148df4764cb4b8998' 
'f1bfc5af50be7c10a9db96be20185325636d8da9'\
+ '9aa0abc4b7999e09cafdeb8da1ad4641552a421b')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/gtk2-2.20.patch
+  patch -Np1 -i $srcdir/gtk2-2.20.patch
+  patch -Np1 -i $srcdir/xchat-gnome-0.26.1-deprecated-symbol.patch
+  sed -i 's/notify_notification_new (summary, escaped, NULL, 
NULL);/notify_notification_new (summary, escaped, NULL);/' 
plugins/notify-osd/notify-osd.c
+  sed -i -e s/   /\t/ src/common/dbus/Makefile.in
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \

Added: xchat-gnome-0.26.1-deprecated-symbol.patch
===
--- xchat-gnome-0.26.1-deprecated-symbol.patch  (rev 0)
+++ xchat-gnome-0.26.1-deprecated-symbol.patch  2011-03-07 10:29:01 UTC (rev 
112861)
@@ -0,0 +1,22 @@
+From 8d35b36baa8204b68c9520ec92327e34c1d7c580 Mon Sep 17 00:00:00 2001
+From: Ritesh Khadgaray khadga...@gmail.com
+Date: Sun, 04 Jul 2010 09:52:07 +
+Subject: remove deprecated GTK+ symbols, GTK_WIDGET_SET_FLAGS.
+
+---
+diff --git a/src/fe-gnome/xtext.c b/src/fe-gnome/xtext.c
+index 92562a3..51503f8 100644
+--- a/src/fe-gnome/xtext.c
 b/src/fe-gnome/xtext.c
+@@ -963,7 +963,7 @@ gtk_xtext_realize (GtkWidget * widget)
+   GdkColor col;
+   GdkColormap *cmap;
+ 
+-  GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED);
++  gtk_widget_set_realized (widget, TRUE);
+   xtext = GTK_XTEXT (widget);
+ 
+   attributes.x = widget-allocation.x;
+--
+cgit v0.8.3.1
+



[arch-commits] Commit in xchat-gnome/repos (staging-i686)

2011-03-07 Thread Eric Bélanger
Date: Monday, March 7, 2011 @ 05:29:26
  Author: eric
Revision: 112862

archrelease: copy trunk to staging-i686

Added:
  xchat-gnome/repos/staging-i686/



[arch-commits] Commit in xchat-gnome/repos (staging-x86_64)

2011-03-07 Thread Eric Bélanger
Date: Monday, March 7, 2011 @ 05:29:50
  Author: eric
Revision: 112863

archrelease: copy trunk to staging-x86_64

Added:
  xchat-gnome/repos/staging-x86_64/



[arch-commits] Commit in network-manager-applet/repos (6 files)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 06:16:19
  Author: ibiru
Revision: 112864

libnotify 0.7 rebuild

Added:
  network-manager-applet/repos/staging-i686/
  network-manager-applet/repos/staging-i686/nm-applet-0.8.2-libnotify-0.7.patch
  network-manager-applet/repos/staging-x86_64/
  
network-manager-applet/repos/staging-x86_64/nm-applet-0.8.2-libnotify-0.7.patch
Modified:
  network-manager-applet/repos/staging-i686/PKGBUILD
  network-manager-applet/repos/staging-x86_64/PKGBUILD

+
 PKGBUILD   |   18 ++---
 staging-i686/nm-applet-0.8.2-libnotify-0.7.patch   |   36 +++
 staging-x86_64/nm-applet-0.8.2-libnotify-0.7.patch |   36 +++
 3 files changed, 84 insertions(+), 6 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 10:29:50 UTC (rev 112863)
+++ staging-i686/PKGBUILD   2011-03-07 11:16:19 UTC (rev 112864)
@@ -7,7 +7,7 @@
 
 pkgname=network-manager-applet
 pkgver=0.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc=GNOME frontends to NetWorkmanager
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,11 +17,14 @@
 optdepends=('gnome-bluetooth: for PAN/DUN support')
 options=('!libtool')
 install=network-manager-applet.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.8/network-manager-applet-${pkgver}.tar.bz2)
-sha256sums=('c6f8723031092bd1c7db452df5578ec9ca8e9f98c2ea493dba7d40dbe0e02391')
+source=(http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.8/network-manager-applet-${pkgver}.tar.bz2
+nm-applet-0.8.2-libnotify-0.7.patch)
+sha256sums=('c6f8723031092bd1c7db452df5578ec9ca8e9f98c2ea493dba7d40dbe0e02391'
+'542e0c3a5f851f72e5672f982c7e86c45b79868f3d16500b930d58cf8f039b5d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/nm-applet-0.8.2-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib/networkmanager \

Added: staging-i686/nm-applet-0.8.2-libnotify-0.7.patch
===
--- staging-i686/nm-applet-0.8.2-libnotify-0.7.patch
(rev 0)
+++ staging-i686/nm-applet-0.8.2-libnotify-0.7.patch2011-03-07 11:16:19 UTC 
(rev 112864)
@@ -0,0 +1,36 @@
+--- src/applet.c
 src/applet.c
+@@ -58,6 +58,10 @@
+ #include gnome-keyring.h
+ #include libnotify/notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ #include applet.h
+ #include applet-device-wired.h
+ #include applet-device-wifi.h
+@@ -626,12 +630,20 @@
+   escaped = utils_escape_notify_message (message);
+   notify = notify_notification_new (summary,
+ escaped,
+-icon ? icon : GTK_STOCK_NETWORK,
+-NULL);
++icon ? icon : GTK_STOCK_NETWORK
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++);
++#else
++  , NULL);
++#endif
+   g_free (escaped);
+   applet-notification = notify;
+ 
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++/* notify_notification_attach_to_status_icon was removed */
++#else
+   notify_notification_attach_to_status_icon (notify, applet-status_icon);
++#endif
+   notify_notification_set_urgency (notify, urgency);
+   notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);
+ 

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 10:29:50 UTC (rev 112863)
+++ staging-x86_64/PKGBUILD 2011-03-07 11:16:19 UTC (rev 112864)
@@ -7,7 +7,7 @@
 
 pkgname=network-manager-applet
 pkgver=0.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc=GNOME frontends to NetWorkmanager
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,11 +17,14 @@
 optdepends=('gnome-bluetooth: for PAN/DUN support')
 options=('!libtool')
 install=network-manager-applet.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.8/network-manager-applet-${pkgver}.tar.bz2)
-sha256sums=('c6f8723031092bd1c7db452df5578ec9ca8e9f98c2ea493dba7d40dbe0e02391')
+source=(http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.8/network-manager-applet-${pkgver}.tar.bz2
+nm-applet-0.8.2-libnotify-0.7.patch)
+sha256sums=('c6f8723031092bd1c7db452df5578ec9ca8e9f98c2ea493dba7d40dbe0e02391'
+'542e0c3a5f851f72e5672f982c7e86c45b79868f3d16500b930d58cf8f039b5d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/nm-applet-0.8.2-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib/networkmanager \

Added: 

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

2011-03-07 Thread Stéphane Gaudreault
Date: Monday, March 7, 2011 @ 06:27:12
  Author: stephane
Revision: 112865

upgpkg: gettext 0.18.1.1-3
drop emacs dependecy

Modified:
  gettext/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 11:16:19 UTC (rev 112864)
+++ PKGBUILD2011-03-07 11:27:12 UTC (rev 112865)
@@ -3,15 +3,14 @@
 
 pkgname=gettext
 pkgver=0.18.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc=GNU internationalization library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gettext/;
 license=('GPL')
 groups=('base')
-depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libxml2')
+depends=('gcc-libs' 'acl' 'sh' 'glib2')
 optdepends=('cvs: for autopoint tool')
-makedepends=('emacs') # for po-mode.el (fix FS#21542)
 options=(!libtool)
 install=gettext.install
 source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz)



[arch-commits] Commit in notification-daemon/repos (6 files)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 06:32:09
  Author: ibiru
Revision: 112866

libnotify 0.7 rebuild

Added:
  notification-daemon/repos/staging-i686/
  
notification-daemon/repos/staging-i686/notification-daemon-0.4.0-libnotify-0.7.patch
  notification-daemon/repos/staging-x86_64/
  
notification-daemon/repos/staging-x86_64/notification-daemon-0.4.0-libnotify-0.7.patch
Modified:
  notification-daemon/repos/staging-i686/PKGBUILD
  notification-daemon/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   38 +-
 staging-i686/notification-daemon-0.4.0-libnotify-0.7.patch   |   29 +++
 staging-x86_64/notification-daemon-0.4.0-libnotify-0.7.patch |   29 +++
 3 files changed, 80 insertions(+), 16 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 11:16:19 UTC (rev 112864)
+++ staging-i686/PKGBUILD   2011-03-07 11:32:09 UTC (rev 112866)
@@ -4,28 +4,31 @@
 
 pkgname=notification-daemon
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Notification daemon for the desktop notifications framework
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.galago-project.org/specs/notification/;
-depends=('libsexy=0.1.11' 'libwnck=2.28.0' 'gconf=2.28.0' 
'gstreamer0.10-base=0.10.25' 'libnotify=0.4.5' 'libglade=2.6.4' 
'hicolor-icon-theme')
+depends=('libsexy=0.1.11' 'libwnck=2.28.0' 'gconf=2.28.0' 
'gstreamer0.10-base=0.10.25' 'libnotify=0.7.1' 'libglade=2.6.4' 
'hicolor-icon-theme')
 groups=('gnome')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
 install=notification-daemon.install
-source=(http://www.galago-project.org/files/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e61eff9782551d81045bb53e8a801d58')
+source=(http://www.galago-project.org/files/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+notification-daemon-0.4.0-libnotify-0.7.patch)
+md5sums=('e61eff9782551d81045bb53e8a801d58'
+ '1708e98353cab38a7c057b4385826c04')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/notification-daemon-0.4.0-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/notification-daemon-1.0 \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
+  --localstatedir=/var --disable-static
+  make
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
 
   install -d -m755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain notification-daemon ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain notification-daemon ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }

Added: staging-i686/notification-daemon-0.4.0-libnotify-0.7.patch
===
--- staging-i686/notification-daemon-0.4.0-libnotify-0.7.patch  
(rev 0)
+++ staging-i686/notification-daemon-0.4.0-libnotify-0.7.patch  2011-03-07 
11:32:09 UTC (rev 112866)
@@ -0,0 +1,29 @@
+diff -Nur notification-daemon-0.4.0.orig/src/capplet/notification-properties.c 
notification-daemon-0.4.0/src/capplet/notification-properties.c
+--- notification-daemon-0.4.0.orig/src/capplet/notification-properties.c   
2008-11-20 02:46:16.0 -0800
 notification-daemon-0.4.0/src/capplet/notification-properties.c
2011-03-07 03:23:07.293334003 -0800
+@@ -28,6 +28,10 @@
+ #include string.h
+ #include libnotify/notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ #include ../daemon/stack.h
+ 
+ #define GCONF_KEY_DAEMON /apps/notification-daemon
+@@ -434,8 +438,12 @@
+ 
+   dialog-preview = notify_notification_new(_(Notification Test),
+   
  _(Just a test),
+-  
  gnome-util,
+-  
  NULL);
++  
  gnome-util
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  
);
++#else
++  
 , NULL);
++#endif
+ 
+   if (!notify_notification_show(dialog-preview, error))
+   {

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 

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

2011-03-07 Thread Stéphane Gaudreault
Date: Monday, March 7, 2011 @ 06:37:57
  Author: stephane
Revision: 112867

archrelease: copy trunk to testing-i686

Added:
  gettext/repos/testing-i686/



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

2011-03-07 Thread Stéphane Gaudreault
Date: Monday, March 7, 2011 @ 06:38:12
  Author: stephane
Revision: 112868

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 06:45:31
  Author: ibiru
Revision: 112869

upgpkg: rhythmbox 0.13.3-2
libnotify 0.7 rebuild

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 11:38:12 UTC (rev 112868)
+++ PKGBUILD2011-03-07 11:45:31 UTC (rev 112869)
@@ -4,7 +4,7 @@
 
 pkgname=rhythmbox
 pkgver=0.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc=An iTunes-like music player/libary
 arch=('i686' 'x86_64')
 license=('GPL')



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 06:45:55
  Author: ibiru
Revision: 112870

archrelease: copy trunk to staging-i686

Added:
  rhythmbox/repos/staging-i686/



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 06:46:14
  Author: ibiru
Revision: 112871

archrelease: copy trunk to staging-x86_64

Added:
  rhythmbox/repos/staging-x86_64/



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

2011-03-07 Thread Daniel Isenmann
Date: Monday, March 7, 2011 @ 07:41:38
  Author: daniel
Revision: 112872

upgpkg: mono 2.10.1-2
Fixed FS#22494 - [mono] build jay also

Modified:
  mono/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 11:46:14 UTC (rev 112871)
+++ PKGBUILD2011-03-07 12:41:38 UTC (rev 112872)
@@ -4,7 +4,7 @@
 
 pkgname=mono
 pkgver=2.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
@@ -25,12 +25,21 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --with-libgdiplus=installed 
   make || return 1
+
+  # build jay
+  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make || return 1
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 
+  # install jay
+  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   # install daemons and pathes
   mkdir -p ${pkgdir}/etc/rc.d
   install -m755 ${srcdir}/mono.rc.d ${pkgdir}/etc/rc.d/mono



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

2011-03-07 Thread Daniel Isenmann
Date: Monday, March 7, 2011 @ 07:49:49
  Author: daniel
Revision: 112873

archrelease: remove extra-i686

Deleted:
  mono/repos/extra-i686/



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

2011-03-07 Thread Daniel Isenmann
Date: Monday, March 7, 2011 @ 07:50:08
  Author: daniel
Revision: 112874

archrelease: copy trunk to extra-i686

Added:
  mono/repos/extra-i686/



[arch-commits] Commit in seahorse/repos (6 files)

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

libnotify 0.7 rebuild

Added:
  seahorse/repos/staging-i686/
  seahorse/repos/staging-i686/seahorse-2.32.0-libnotify-0.7.patch
  seahorse/repos/staging-x86_64/
  seahorse/repos/staging-x86_64/seahorse-2.32.0-libnotify-0.7.patch
Modified:
  seahorse/repos/staging-i686/PKGBUILD
  seahorse/repos/staging-x86_64/PKGBUILD

+
 PKGBUILD   |   22 ++--
 staging-i686/seahorse-2.32.0-libnotify-0.7.patch   |   26 +++
 staging-x86_64/seahorse-2.32.0-libnotify-0.7.patch |   26 +++
 3 files changed, 66 insertions(+), 8 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 11:46:14 UTC (rev 112871)
+++ staging-i686/PKGBUILD   2011-03-07 12:51:47 UTC (rev 112875)
@@ -4,21 +4,24 @@
 
 pkgname=seahorse
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
 license=('GPL')
 url=http://projects.gnome.org/seahorse/;
-depends=('libgnome-keyring=2.32.0' 'avahi=0.6.27' 'libnotify=0.4.5' 
'libsoup=2.32.0' 'gpgme=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf=2.32.0' 'gnome-keyring')
+depends=('libgnome-keyring=2.32.0' 'avahi=0.6.27' 'libnotify=0.7.1' 
'libsoup=2.32.0' 'gpgme=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf=2.32.0' 'gnome-keyring')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.20.1' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2)
-sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2
+seahorse-2.32.0-libnotify-0.7.patch)
+sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d'
+'8f7b2fc0ad1cb572de3c31ed694e5131e8ec6373e9f3e202d98858a12902c467')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/seahorse-2.32.0-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \

Added: staging-i686/seahorse-2.32.0-libnotify-0.7.patch
===
--- staging-i686/seahorse-2.32.0-libnotify-0.7.patch
(rev 0)
+++ staging-i686/seahorse-2.32.0-libnotify-0.7.patch2011-03-07 12:51:47 UTC 
(rev 112875)
@@ -0,0 +1,26 @@
+--- libseahorse/seahorse-notification.c
 libseahorse/seahorse-notification.c
+@@ -37,6 +37,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ /* 
-
+@@ -231,7 +234,12 @@
+ heading = format_key_text (snotif-heading);
+ message = format_key_text (snotif-message);
+ 
+-notif = notify_notification_new (heading, message, snotif-icon, 
attachto);
++notif = notify_notification_new (heading, message, snotif-icon
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++);
++#else
++, attachto);
++#endif
+ 
+ g_free (heading);
+ g_free (message);

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 11:46:14 UTC (rev 112871)
+++ staging-x86_64/PKGBUILD 2011-03-07 12:51:47 UTC (rev 112875)
@@ -4,21 +4,24 @@
 
 pkgname=seahorse
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
 license=('GPL')
 url=http://projects.gnome.org/seahorse/;
-depends=('libgnome-keyring=2.32.0' 'avahi=0.6.27' 'libnotify=0.4.5' 
'libsoup=2.32.0' 'gpgme=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf=2.32.0' 'gnome-keyring')
+depends=('libgnome-keyring=2.32.0' 'avahi=0.6.27' 'libnotify=0.7.1' 
'libsoup=2.32.0' 'gpgme=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf=2.32.0' 'gnome-keyring')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.20.1' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2)
-sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2
+seahorse-2.32.0-libnotify-0.7.patch)
+sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d'
+'8f7b2fc0ad1cb572de3c31ed694e5131e8ec6373e9f3e202d98858a12902c467')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch 

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

2011-03-07 Thread Daniel Isenmann
Date: Monday, March 7, 2011 @ 07:58:26
  Author: daniel
Revision: 112876

archrelease: remove extra-x86_64

Deleted:
  mono/repos/extra-x86_64/



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

2011-03-07 Thread Daniel Isenmann
Date: Monday, March 7, 2011 @ 07:58:44
  Author: daniel
Revision: 112877

archrelease: copy trunk to extra-x86_64

Added:
  mono/repos/extra-x86_64/



[arch-commits] Commit in telepathy-logger/trunk (PKGBUILD)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 07:59:51
  Author: ibiru
Revision: 112878

upgpkg: telepathy-logger 0.2.5-1
update to 0.2.5

Modified:
  telepathy-logger/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 12:58:44 UTC (rev 112877)
+++ PKGBUILD2011-03-07 12:59:51 UTC (rev 112878)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=telepathy-logger
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc=Telepathy framework logging daemon
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f0e0560d52340aa5d367577c1c1db081')
+md5sums=('629791e89436933aa6a2c4bd8ce39898')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -22,7 +22,6 @@
 --disable-static \
 --disable-scrollkeeper \
 --disable-schemas-compile
-
   make
 }
 



[arch-commits] Commit in telepathy-logger/repos (gnome-unstable-i686)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 07:59:57
  Author: ibiru
Revision: 112879

archrelease: remove gnome-unstable-i686

Deleted:
  telepathy-logger/repos/gnome-unstable-i686/



[arch-commits] Commit in telepathy-logger/repos (gnome-unstable-i686)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 08:00:10
  Author: ibiru
Revision: 112880

archrelease: copy trunk to gnome-unstable-i686

Added:
  telepathy-logger/repos/gnome-unstable-i686/



[arch-commits] Commit in telepathy-logger/repos (gnome-unstable-x86_64)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 08:00:16
  Author: ibiru
Revision: 112881

archrelease: remove gnome-unstable-x86_64

Deleted:
  telepathy-logger/repos/gnome-unstable-x86_64/



[arch-commits] Commit in telepathy-logger/repos (gnome-unstable-x86_64)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 08:00:31
  Author: ibiru
Revision: 112882

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  telepathy-logger/repos/gnome-unstable-x86_64/



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

2011-03-07 Thread Andrea Scarpino
Date: Monday, March 7, 2011 @ 09:20:19
  Author: andrea
Revision: 112883

upgpkg: kdelibs 4.6.1-2
add docbook-xsl to avoid a bit of trouble

Modified:
  kdelibs/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 13:00:31 UTC (rev 112882)
+++ PKGBUILD2011-03-07 14:20:19 UTC (rev 112883)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -12,10 +12,10 @@
 depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'heimdal'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
-'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor')
-optdepends=('docbook-xsl: needed by meinproc4 to build doc')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell'
+'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor'
 'docbook-xsl')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl'
+'hspell')
 replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;



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

2011-03-07 Thread Andrea Scarpino
Date: Monday, March 7, 2011 @ 09:20:35
  Author: andrea
Revision: 112884

archrelease: remove extra-i686

Deleted:
  kdelibs/repos/extra-i686/



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

2011-03-07 Thread Andrea Scarpino
Date: Monday, March 7, 2011 @ 09:20:48
  Author: andrea
Revision: 112885

archrelease: copy trunk to extra-i686

Added:
  kdelibs/repos/extra-i686/



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

2011-03-07 Thread Andrea Scarpino
Date: Monday, March 7, 2011 @ 09:21:01
  Author: andrea
Revision: 112886

archrelease: remove extra-x86_64

Deleted:
  kdelibs/repos/extra-x86_64/



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

2011-03-07 Thread Andrea Scarpino
Date: Monday, March 7, 2011 @ 09:21:15
  Author: andrea
Revision: 112887

archrelease: copy trunk to extra-x86_64

Added:
  kdelibs/repos/extra-x86_64/



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

2011-03-07 Thread Paul Mattal
Date: Monday, March 7, 2011 @ 09:35:42
  Author: paul
Revision: 112888

upgpkg: eclipse 3.6.2-1
upstream update to 3.6.2

Modified:
  eclipse/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 14:21:15 UTC (rev 112887)
+++ PKGBUILD2011-03-07 14:35:42 UTC (rev 112888)
@@ -4,10 +4,10 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=eclipse
-pkgver=3.6.1
-_internal_pkgver=3.6.1
+pkgver=3.6.2
+_internal_pkgver=3.6.2
 pkgrel=1
-_date=201009090800
+_date=201102101200
 pkgdesc=An IDE for Java and other languages
 arch=('i686' 'x86_64')
 url=http://eclipse.org;
@@ -18,13 +18,13 @@
 
source=(ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-${pkgver}-${_date}/${pkgname}-SDK-${pkgver}-linux-gtk.tar.gz;
'eclipse.svg' 'eclipse.sh' 'eclipse.desktop'
'eclipse.ini.patch')
-md5sums=('2bc114d4d3b513ef68a175654e5f44f3'
+md5sums=('a21debf1e05591731ac5c93b6bb6'
'77cff7543ccf7e177cb6667f5a20ce19'
'7ea99a30fbaf06ec29261541b8eb1e23'
'ba8a37e30a7ebd69774cec87c69e8c44'
'017b2a68edc48a752a7e27c7aceef797')
 [ $CARCH = x86_64 ]  
source[0]=ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-${pkgver}-${_date}/${pkgname}-SDK-${pkgver}-linux-gtk-${CARCH}.tar.gz;
-[ $CARCH = x86_64 ]  md5sums[0]='7215b722ad397c5680f80fb2493453e2'
+[ $CARCH = x86_64 ]  md5sums[0]='b82be4ed2dabf9dc53188b9dc3891f32'
 
 package() {
   cd ${srcdir}/eclipse



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

2011-03-07 Thread Paul Mattal
Date: Monday, March 7, 2011 @ 09:37:46
  Author: paul
Revision: 112889

archrelease: remove extra-i686

Deleted:
  eclipse/repos/extra-i686/



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

2011-03-07 Thread Paul Mattal
Date: Monday, March 7, 2011 @ 09:37:54
  Author: paul
Revision: 112890

archrelease: copy trunk to extra-i686

Added:
  eclipse/repos/extra-i686/



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

2011-03-07 Thread Paul Mattal
Date: Monday, March 7, 2011 @ 09:39:57
  Author: paul
Revision: 112891

archrelease: remove extra-x86_64

Deleted:
  eclipse/repos/extra-x86_64/



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

2011-03-07 Thread Paul Mattal
Date: Monday, March 7, 2011 @ 09:40:07
  Author: paul
Revision: 112892

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in seahorse-plugins/trunk (2 files)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 10:53:09
  Author: ibiru
Revision: 112893

upgpkg: seahorse-plugins 2.30.1-3
libnotify 0.7 rebuild

Added:
  seahorse-plugins/trunk/seahorse-plugins-2.30.1-libnotify-0.7.patch
Modified:
  seahorse-plugins/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 seahorse-plugins-2.30.1-libnotify-0.7.patch |   26 ++
 2 files changed, 33 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 14:40:07 UTC (rev 112892)
+++ PKGBUILD2011-03-07 15:53:09 UTC (rev 112893)
@@ -3,7 +3,7 @@
 
 pkgname=seahorse-plugins
 pkgver=2.30.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Seahorse plugins
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,16 +12,19 @@
 optdepends=('gnome-panel-bonobo: applet support')
 groups=('gnome-extra')
 url=http://www.gnome.org;
-options=(!libtool !emptydirs)
+options=('!libtool' '!emptydirs')
 install=seahorse-plugins.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
-gpgme-init.patch)
+gpgme-init.patch
+seahorse-plugins-2.30.1-libnotify-0.7.patch)
 sha256sums=('1fdfed1aef2c22a29a9abc00eae67752854e466a66cee2a8c1c278277e832d66'
-'418d67892b348d02885e968c5299416baf545b12cf8f58b23579f79e87776ab2')
+'418d67892b348d02885e968c5299416baf545b12cf8f58b23579f79e87776ab2'
+'9da8c5552217a56f4b7d12e28a425b3980b20953d8312c3017378e5a71536905')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/gpgme-init.patch
+  patch -Np0 -i ${srcdir}/seahorse-plugins-2.30.1-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper \
   --disable-update-mime-database \

Added: seahorse-plugins-2.30.1-libnotify-0.7.patch
===
--- seahorse-plugins-2.30.1-libnotify-0.7.patch (rev 0)
+++ seahorse-plugins-2.30.1-libnotify-0.7.patch 2011-03-07 15:53:09 UTC (rev 
112893)
@@ -0,0 +1,26 @@
+--- libseahorse/seahorse-notification.c
 libseahorse/seahorse-notification.c
+@@ -34,6 +34,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ /* 
-
+@@ -213,7 +216,12 @@
+ heading = format_key_text (snotif-heading);
+ message = format_key_text (snotif-message);
+ 
+-notif = notify_notification_new (heading, message, snotif-icon, 
attachto);
++notif = notify_notification_new (heading, message, snotif-icon
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++);
++#else
++, attachto);
++#endif
+ 
+ g_free (heading);
+ g_free (message);



[arch-commits] Commit in seahorse-plugins/repos (staging-i686)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 10:53:28
  Author: ibiru
Revision: 112894

archrelease: copy trunk to staging-i686

Added:
  seahorse-plugins/repos/staging-i686/



[arch-commits] Commit in seahorse-plugins/repos (staging-x86_64)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 10:53:45
  Author: ibiru
Revision: 112895

archrelease: copy trunk to staging-x86_64

Added:
  seahorse-plugins/repos/staging-x86_64/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 12:02:35
  Author: andyrtr
Revision: 112896

upgpkg: dovecot 2.0.11-1
upstream update 2.0.11

Modified:
  dovecot/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 15:53:45 UTC (rev 112895)
+++ PKGBUILD2011-03-07 17:02:35 UTC (rev 112896)
@@ -6,7 +6,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=dovecot
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
etc/ssl/dovecot-openssl.cnf)
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('1338b446b4044c5af4f1b7c4c16335d7'
+md5sums=('088a850d6583a7ec0a8074ce929b3496'
  'd020d43eab4ded6fb379dadc570a9490')
 
 build() {
@@ -34,6 +34,7 @@
   # configure with openssl, mysql, and postgresql support
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
+   --disable-static \
--with-nss \
--with-pam \
--with-mysql \



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 12:02:55
  Author: andyrtr
Revision: 112897

archrelease: remove extra-i686

Deleted:
  dovecot/repos/extra-i686/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 12:03:13
  Author: andyrtr
Revision: 112898

archrelease: copy trunk to extra-i686

Added:
  dovecot/repos/extra-i686/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 12:03:34
  Author: andyrtr
Revision: 112899

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 12:03:53
  Author: andyrtr
Revision: 112900

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



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

2011-03-07 Thread Ionut Biru
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
===
--- PKGBUILD2011-03-07 17:03:53 UTC (rev 112900)
+++ PKGBUILD2011-03-07 18:08:29 UTC (rev 112901)
@@ -4,7 +4,7 @@
 # Contributor: Anders Bostrom anders.bost...@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.patch2011-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.0 +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;
+ 



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 13:08:50
  Author: ibiru
Revision: 112902

archrelease: copy trunk to staging-i686

Added:
  thunderbird/repos/staging-i686/



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 13:09:21
  Author: ibiru
Revision: 112903

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:23:05
  Author: andyrtr
Revision: 112904

upgpkg: midori 0.3.2-2
libnotify rebuild

Modified:
  midori/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:09:21 UTC (rev 112903)
+++ PKGBUILD2011-03-07 18:23:05 UTC (rev 112904)
@@ -6,14 +6,14 @@
 pkgname=midori
 #_gitdate=20090306
 pkgver=0.3.2 #_git${_gitdate}
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight web browser based on Gtk WebKit
 arch=('i686' 'x86_64')
 url=http://www.twotoasts.de/index.php?/pages/midori_summary.html;
 license=('LGPL2.1')
 install=midori.install
-depends=('libwebkit' 'libunique' 'hicolor-icon-theme' 'desktop-file-utils' 
'libnotify' 'libxss' 'sqlite3' 'glib2')
-makedepends=('pkgconfig' 'libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2' 
'vala' 'docutils') # 'git'
+depends=('libwebkit' 'libunique' 'hicolor-icon-theme' 'desktop-file-utils' 
'libnotify=0.7.1' 'libxss' 'sqlite3' 'glib2')
+makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2=2.7.1' 'vala' 
'docutils') # 'git'
 optdepends=('vala: for use in extensions')
 source=(http://archive.xfce.org/src/apps/$pkgname/0.3/$pkgname-$pkgver.tar.bz2
#midori-${_gitdate}.tar.bz2
@@ -34,7 +34,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 #  cd ${srcdir}/${pkgname}-${_gitdate}
   # python2 
-#  export PYTHON=python2
+  export PYTHON=/usr/bin/python2
   sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| wscript waf
   
   ./configure --prefix=/usr --jobs=${MAKEFLAGS/-j/} \



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:23:32
  Author: andyrtr
Revision: 112905

archrelease: copy trunk to staging-i686

Added:
  midori/repos/staging-i686/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:23:59
  Author: andyrtr
Revision: 112906

archrelease: copy trunk to staging-x86_64

Added:
  midori/repos/staging-x86_64/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:26:07
  Author: andyrtr
Revision: 112907

upgpkg: orage 4.8.1-2
libnotify rebuild

Modified:
  orage/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:23:59 UTC (rev 112906)
+++ PKGBUILD2011-03-07 18:26:07 UTC (rev 112907)
@@ -4,13 +4,13 @@
 
 pkgname=orage
 pkgver=4.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple calendar application with reminders for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/projects/orage/;
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libical' 'popt' 'libnotify=0.7.1' 
'hicolor-icon-theme')
 makedepends=('intltool' 'xfce4-dev-tools' 'popt')
 options=('!libtool')
 replaces=('xfcalendar')



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:26:51
  Author: andyrtr
Revision: 112908

archrelease: copy trunk to staging-i686

Added:
  orage/repos/staging-i686/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:27:34
  Author: andyrtr
Revision: 112909

archrelease: copy trunk to staging-x86_64

Added:
  orage/repos/staging-x86_64/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:29:57
  Author: andyrtr
Revision: 112910

upgpkg: thunar 1.2.1-2
libnotify rebuild

Modified:
  thunar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:27:34 UTC (rev 112909)
+++ PKGBUILD2011-03-07 18:29:57 UTC (rev 112910)
@@ -4,13 +4,13 @@
 
 pkgname=thunar
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=modern file manager for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://thunar.xfce.org;
 groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 
'libnotify=0.7.1' 'udev'
  'gtk2' 'exo=0.6.0' 'libxfce4util=4.8.1' 'libxfce4ui' 'libpng')
 makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.8.0')
 optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:30:49
  Author: andyrtr
Revision: 112911

archrelease: copy trunk to staging-i686

Added:
  thunar/repos/staging-i686/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:31:46
  Author: andyrtr
Revision: 112912

archrelease: copy trunk to staging-x86_64

Added:
  thunar/repos/staging-x86_64/



[arch-commits] Commit in thunar-volman/trunk (PKGBUILD)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:34:43
  Author: andyrtr
Revision: 112913

upgpkg: thunar-volman 0.6.0-2
libnotify rebuild

Modified:
  thunar-volman/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:31:46 UTC (rev 112912)
+++ PKGBUILD2011-03-07 18:34:43 UTC (rev 112913)
@@ -4,14 +4,14 @@
 
 pkgname=thunar-volman
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=automatic management for removeable devices in thunar
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://foo-projects.org/~benny/projects/thunar-volman;
 groups=('xfce4-goodies')
 depends=('thunar=1.2.0' 'libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkgconfig')
+makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in thunar-volman/repos (staging-i686)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:35:09
  Author: andyrtr
Revision: 112914

archrelease: copy trunk to staging-i686

Added:
  thunar-volman/repos/staging-i686/



[arch-commits] Commit in thunar-volman/repos (staging-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:35:36
  Author: andyrtr
Revision: 112915

archrelease: copy trunk to staging-x86_64

Added:
  thunar-volman/repos/staging-x86_64/



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 13:39:17
  Author: ibiru
Revision: 112916

upgpkg: xulrunner 1.9.2.15-2
libnotify 0.7 rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:35:36 UTC (rev 112915)
+++ PKGBUILD2011-03-07 18:39:17 UTC (rev 112916)
@@ -4,7 +4,7 @@
 pkgname=xulrunner
 pkgver=1.9.2.15
 _ffoxver=3.6.15
-pkgrel=1
+pkgrel=2
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -20,7 +20,8 @@
 xulrunner-version.patch
 xulrunner-png14.patch
 enable-x86_64-tracemonkey.patch
-python2.7.patch)
+python2.7.patch
+mozilla-notify.patch)
 md5sums=('fcf8042948d91f1f3d9c33599b79cf35'
  '01b1b13ac37122fbcb3b3c9198867a46'
  'd839d1c4ef736e6d89ccf91b23b965a4'
@@ -28,7 +29,8 @@
  '371303c5bdc4fa0d955d14521b93b69d'
  '3bd0566180ad2daa32743b3ce58b2095'
  'cbd938cd1fb8210cd8a2c41833489af9'
- 'ab3dc9aecae7f08b9492fb3c00a5fd28')
+ 'ab3dc9aecae7f08b9492fb3c00a5fd28'
+ '7d411e5c7476e73d2a4419e41dad9f44')
 
 build() {
   cd ${srcdir}/mozilla-1.9.2
@@ -51,6 +53,7 @@
 
   #python2.7
   patch -Np0 -i ${srcdir}/python2.7.patch
+  patch -Np2 -i ${srcdir}/mozilla-notify.patch
 
   unset CFLAGS
   unset CXXFLAGS

Added: mozilla-notify.patch
===
--- mozilla-notify.patch(rev 0)
+++ mozilla-notify.patch2011-03-07 18:39:17 UTC (rev 112916)
@@ -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.0 +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;
+ 



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 13:39:43
  Author: ibiru
Revision: 112917

archrelease: copy trunk to staging-i686

Added:
  xulrunner/repos/staging-i686/



[arch-commits] Commit in xfce4-power-manager/trunk (2 files)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:39:50
  Author: andyrtr
Revision: 112918

upgpkg: xfce4-power-manager 1.0.10-2
libnotify rebuild

Added:
  xfce4-power-manager/trunk/xfce4-power-manager-1.0.10-libnotify-0.7.patch
Modified:
  xfce4-power-manager/trunk/PKGBUILD

+
 PKGBUILD   |   13 +
 xfce4-power-manager-1.0.10-libnotify-0.7.patch |   14 ++
 2 files changed, 23 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:39:43 UTC (rev 112917)
+++ PKGBUILD2011-03-07 18:39:50 UTC (rev 112918)
@@ -4,21 +4,26 @@
 
 pkgname=xfce4-power-manager
 pkgver=1.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc=power manager for xfce4 desktop
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://xfce-goodies.berlios.de/;
 groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4' 'upower' 'udisks' 'libnotify' 
'hicolor-icon-theme' 'librsvg')
+depends=('xfce4-panel=4.7.4' 'upower' 'udisks' 'libnotify=0.7.1' 
'hicolor-icon-theme' 'librsvg')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('38cbd272eb30e36ae538d9f38858bd38')
+source=(http://archive.xfce.org/src/apps/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2
+   xfce4-power-manager-1.0.10-libnotify-0.7.patch)
+md5sums=('38cbd272eb30e36ae538d9f38858bd38'
+ 'c790f973c29654701bb0748f842be4f7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/xfce4-power-manager-1.0.10-libnotify-0.7.patch
+  
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \

Added: xfce4-power-manager-1.0.10-libnotify-0.7.patch
===
--- xfce4-power-manager-1.0.10-libnotify-0.7.patch  
(rev 0)
+++ xfce4-power-manager-1.0.10-libnotify-0.7.patch  2011-03-07 18:39:50 UTC 
(rev 112918)
@@ -0,0 +1,14 @@
+diff --git a/src/xfpm-notify.c b/src/xfpm-notify.c
+index c93a843..311b0fd 100644
+--- a/src/xfpm-notify.c
 b/src/xfpm-notify.c
+@@ -233,9 +233,6 @@ xfpm_notify_new_notification_internal (const gchar *title, 
const gchar *message,
+ #if !NOTIFY_CHECK_VERSION (0, 7, 0) 
+ if ( icon )
+   notify_notification_attach_to_status_icon (n, icon);
+-#else
+-if ( icon )
+-  notify_notification_attach_to_status_icon (n, icon);
+ #endif
+ #endif
+   



[arch-commits] Commit in xfce4-power-manager/repos (staging-i686)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:40:21
  Author: andyrtr
Revision: 112919

archrelease: copy trunk to staging-i686

Added:
  xfce4-power-manager/repos/staging-i686/



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 13:40:23
  Author: ibiru
Revision: 112920

archrelease: copy trunk to staging-x86_64

Added:
  xulrunner/repos/staging-x86_64/



[arch-commits] Commit in xfce4-power-manager/repos (staging-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:40:53
  Author: andyrtr
Revision: 112921

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-power-manager/repos/staging-x86_64/



[arch-commits] Commit in xfce4-sensors-plugin/trunk (2 files)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:49:40
  Author: andyrtr
Revision: 112922

upgpkg: xfce4-sensors-plugin 1.0.0-4
libnotify rebuild

Added:
  xfce4-sensors-plugin/trunk/xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch
Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

+
 PKGBUILD   |   15 +
 xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch |   25 +++
 2 files changed, 35 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:40:53 UTC (rev 112921)
+++ PKGBUILD2011-03-07 18:49:40 UTC (rev 112922)
@@ -4,26 +4,31 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A lm_sensors plugin for the Xfce panel
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'lm_sensors' 'libnotify' 
'hicolor-icon-theme')
+depends=('xfce4-panel' 'libxfcegui4' 'lm_sensors' 'libnotify=0.7.1' 
'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool' 'hddtemp=0.3.beta15.45-2' 'gnu-netcat' 
'xfce4-dev-tools')
 optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool)
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2
-   xfce4-sensors-plugin-1.0.0-underlink.patch)
+   xfce4-sensors-plugin-1.0.0-underlink.patch
+   xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch)
 md5sums=('74d83628246536d575f954c76724982b'
- 'f0295e3a7c6beb267355f64fc0ed44d5')
+ 'f0295e3a7c6beb267355f64fc0ed44d5'
+ 'b5e9013de01cd8f2b4a72c8f052d2c37')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-# panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=7095
+  # panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=7095
   patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-underlink.patch
+
+  patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch
+
   xdt-autogen
   ./configure --prefix=/usr \
--sysconfdir=/etc \

Added: xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch
===
--- xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch  
(rev 0)
+++ xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch  2011-03-07 18:49:40 UTC 
(rev 112922)
@@ -0,0 +1,25 @@
+diff -dur xfce4-sensors-plugin-1.0.0.orig/lib/hddtemp.c 
xfce4-sensors-plugin-1.0.0/lib/hddtemp.c
+--- xfce4-sensors-plugin-1.0.0.orig/lib/hddtemp.c  2010-03-27 
16:11:48.0 +0100
 xfce4-sensors-plugin-1.0.0/lib/hddtemp.c   2010-11-06 20:50:11.71702 
+0100
+@@ -102,7 +102,7 @@
+ if (!notify_is_initted())
+ notify_init(PACKAGE); /* NOTIFY_APPNAME */
+ 
+-nn = notify_notification_new (summary, body, icon, NULL);
++nn = notify_notification_new (summary, body, icon);
+ /* FIXME: Use channels or propagate private object or use static global 
variable */
+ //notify_notification_add_action (nn,
+ //confirmed,
+diff -dur xfce4-sensors-plugin-1.0.0.orig/lib/sensors-interface.c 
xfce4-sensors-plugin-1.0.0/lib/sensors-interface.c
+--- xfce4-sensors-plugin-1.0.0.orig/lib/sensors-interface.c2010-03-27 
16:11:48.0 +0100
 xfce4-sensors-plugin-1.0.0/lib/sensors-interface.c 2010-11-06 
20:50:24.360007993 +0100
+@@ -105,7 +105,7 @@
+ if (!notify_is_initted())
+ notify_init(PACKAGE); /* NOTIFY_APPNAME */
+ 
+-nn = notify_notification_new(summary, body, icon, NULL);
++nn = notify_notification_new(summary, body, icon);
+ notify_notification_show(nn, error);
+ #else
+ DBG(%s\n%s, summary, body);
+



[arch-commits] Commit in xfce4-sensors-plugin/repos (staging-i686)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:50:07
  Author: andyrtr
Revision: 112923

archrelease: copy trunk to staging-i686

Added:
  xfce4-sensors-plugin/repos/staging-i686/



[arch-commits] Commit in xfce4-sensors-plugin/repos (staging-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:50:31
  Author: andyrtr
Revision: 112924

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-sensors-plugin/repos/staging-x86_64/



[arch-commits] Commit in xfce4-settings/trunk (PKGBUILD)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:53:16
  Author: andyrtr
Revision: 112925

upgpkg: xfce4-settings 4.8.1-2
libnotify rebuild

Modified:
  xfce4-settings/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:50:31 UTC (rev 112924)
+++ PKGBUILD2011-03-07 18:53:16 UTC (rev 112925)
@@ -5,14 +5,14 @@
 
 pkgname=xfce4-settings
 pkgver=4.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Settings manager for xfce
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=('exo=0.6.0' 'libxfce4ui' 'libnotify' 'libxklavier' 
'tango-icon-theme' 'gnome-icon-theme' 'gtk-engines' 'gtk-xfce-engine') # 
'libwnck' 
-makedepends=('intltool') #'libcanberra')
+depends=('exo=0.6.0' 'libxfce4ui' 'libnotify=0.7.1' 'libxklavier' 
'tango-icon-theme' 'gnome-icon-theme' 'gtk-engines' 'gtk-xfce-engine')
+makedepends=('intltool')
 optdepends=('libcanberra: for sound control')
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2
xfce4-settings-4.6.0.patch)
@@ -23,8 +23,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   # enable Tango icon theme, clearlooks theme and font hinting by 
default(taken from Fedora)
   patch -Np1 -i ${srcdir}/xfce4-settings-4.6.0.patch || return 1
-  # git fixes
-  
+
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \



[arch-commits] Commit in xfce4-settings/repos (staging-i686)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:53:47
  Author: andyrtr
Revision: 112926

archrelease: copy trunk to staging-i686

Added:
  xfce4-settings/repos/staging-i686/



[arch-commits] Commit in xfce4-settings/repos (staging-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:54:11
  Author: andyrtr
Revision: 112927

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-settings/repos/staging-x86_64/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:58:22
  Author: andyrtr
Revision: 112928

upgpkg: xfdesktop 4.8.1-2
libnotify rebuild

Modified:
  xfdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 18:54:11 UTC (rev 112927)
+++ PKGBUILD2011-03-07 18:58:22 UTC (rev 112928)
@@ -4,7 +4,7 @@
 
 pkgname=xfdesktop
 pkgver=4.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A desktop manager for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:59:02
  Author: andyrtr
Revision: 112929

archrelease: copy trunk to staging-i686

Added:
  xfdesktop/repos/staging-i686/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:59:40
  Author: andyrtr
Revision: 112930

archrelease: copy trunk to staging-x86_64

Added:
  xfdesktop/repos/staging-x86_64/



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

2011-03-07 Thread Ray Rashif
Date: Monday, March 7, 2011 @ 14:25:47
  Author: schiv
Revision: 112931

db-move: jack removed by schiv for move to [extra] (i686)

Deleted:
  jack/repos/extra-i686/



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

2011-03-07 Thread Ray Rashif
Date: Monday, March 7, 2011 @ 14:25:48
  Author: schiv
Revision: 112932

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

Added:
  jack/repos/extra-i686/
Deleted:
  jack/repos/testing-i686/



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

2011-03-07 Thread Ray Rashif
Date: Monday, March 7, 2011 @ 14:25:49
  Author: schiv
Revision: 112933

db-move: jack removed by schiv for move to [extra] (x86_64)

Deleted:
  jack/repos/extra-x86_64/



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

2011-03-07 Thread Ray Rashif
Date: Monday, March 7, 2011 @ 14:25:50
  Author: schiv
Revision: 112934

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

Added:
  jack/repos/extra-x86_64/
Deleted:
  jack/repos/testing-x86_64/



[arch-commits] Commit in vino/repos (4 files)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 14:28:46
  Author: ibiru
Revision: 112935

libnotify 0.7 rebuild

Added:
  vino/repos/staging-i686/
  vino/repos/staging-x86_64/
Modified:
  vino/repos/staging-i686/PKGBUILD
  vino/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 18:59:40 UTC (rev 112930)
+++ staging-i686/PKGBUILD   2011-03-07 19:28:46 UTC (rev 112935)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=vino
-pkgver=2.32.0
-pkgrel=2
+pkgver=2.32.1
+pkgrel=1
 pkgdesc=a VNC server for the GNOME desktop
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libnotify=0.5.2' 'libxtst' 'libunique=1.1.6' 'libsm' 
'gconf=2.32.0' 'libsoup=2.32.1' 'telepathy-glib=0.12.4' 'gtk2=2.22.1' 
+depends=('libnotify=0.7.1' 'libxtst' 'libunique=1.1.6' 'libsm' 
'gconf=2.32.0' 'libsoup=2.32.1' 'telepathy-glib=0.12.4' 'gtk2=2.22.1' 
  'libgnome-keyring=2.32' 'avahi=0.6.27')
-makedepends=('intltool' 'networkmanager' 'namcap')
+makedepends=('intltool' 'networkmanager')
 groups=('gnome-extra')
 url=http://www.gnome.org;
 options=(!emptydirs)
 install=vino.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('00446f52eb03893be9d69dadbb3899b58676c122f33db670f46dc19e4a7d3d6d')
+sha256sums=('8ec3cb84216323660d6301e02f5853f928789c20be68ded538dd849eafac4087')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 18:59:40 UTC (rev 112930)
+++ staging-x86_64/PKGBUILD 2011-03-07 19:28:46 UTC (rev 112935)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=vino
-pkgver=2.32.0
-pkgrel=2
+pkgver=2.32.1
+pkgrel=1
 pkgdesc=a VNC server for the GNOME desktop
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libnotify=0.5.2' 'libxtst' 'libunique=1.1.6' 'libsm' 
'gconf=2.32.0' 'libsoup=2.32.1' 'telepathy-glib=0.12.4' 'gtk2=2.22.1' 
+depends=('libnotify=0.7.1' 'libxtst' 'libunique=1.1.6' 'libsm' 
'gconf=2.32.0' 'libsoup=2.32.1' 'telepathy-glib=0.12.4' 'gtk2=2.22.1' 
  'libgnome-keyring=2.32' 'avahi=0.6.27')
-makedepends=('intltool' 'networkmanager' 'namcap')
+makedepends=('intltool' 'networkmanager')
 groups=('gnome-extra')
 url=http://www.gnome.org;
 options=(!emptydirs)
 install=vino.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('00446f52eb03893be9d69dadbb3899b58676c122f33db670f46dc19e4a7d3d6d')
+sha256sums=('8ec3cb84216323660d6301e02f5853f928789c20be68ded538dd849eafac4087')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in zenity/repos (6 files)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 14:37:34
  Author: ibiru
Revision: 112936

libnotify 0.7 rebuild

Added:
  zenity/repos/staging-i686/
  zenity/repos/staging-i686/zenity-2.32.1-libnotify-0.7.patch
  zenity/repos/staging-x86_64/
  zenity/repos/staging-x86_64/zenity-2.32.1-libnotify-0.7.patch
Modified:
  zenity/repos/staging-i686/PKGBUILD
  zenity/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   22 ++---
 staging-i686/zenity-2.32.1-libnotify-0.7.patch   |   27 +
 staging-x86_64/zenity-2.32.1-libnotify-0.7.patch |   27 +
 3 files changed, 68 insertions(+), 8 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 19:28:46 UTC (rev 112935)
+++ staging-i686/PKGBUILD   2011-03-07 19:37:34 UTC (rev 112936)
@@ -3,19 +3,22 @@
 
 pkgname=zenity
 pkgver=2.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Display graphical dialog boxes from shell scripts
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libnotify=0.4.5')
+depends=('libnotify=0.7.1' 'gtk2')
 makedepends=('intltool' 'gnome-doc-utils=0.20.2')
 groups=('gnome-extra')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+zenity-2.32.1-libnotify-0.7.patch)
+sha256sums=('8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac'
+'98bf6ca77f0fef14a5f0b8788595710b7eb88db121103a72c4a38bb912038431')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/zenity-2.32.1-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper
   make

Added: staging-i686/zenity-2.32.1-libnotify-0.7.patch
===
--- staging-i686/zenity-2.32.1-libnotify-0.7.patch  
(rev 0)
+++ staging-i686/zenity-2.32.1-libnotify-0.7.patch  2011-03-07 19:37:34 UTC 
(rev 112936)
@@ -0,0 +1,27 @@
+--- src/notification.c
 src/notification.c
+@@ -30,6 +30,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #include zenity.h
+@@ -184,10 +187,14 @@
+ icon = freeme = g_filename_to_uri (icon_file, NULL, NULL);
+   }
+ 
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  /* notify_notification_new_with_status_icon was removed */
++#else
+   notif = notify_notification_new_with_status_icon (
+   message[0] /* title */,
+   message[1] /* summary */,
+   icon, status_icon);
++#endif
+ 
+   g_strfreev (message);
+   g_free (freeme);

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 19:28:46 UTC (rev 112935)
+++ staging-x86_64/PKGBUILD 2011-03-07 19:37:34 UTC (rev 112936)
@@ -3,19 +3,22 @@
 
 pkgname=zenity
 pkgver=2.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Display graphical dialog boxes from shell scripts
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libnotify=0.4.5')
+depends=('libnotify=0.7.1' 'gtk2')
 makedepends=('intltool' 'gnome-doc-utils=0.20.2')
 groups=('gnome-extra')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+zenity-2.32.1-libnotify-0.7.patch)
+sha256sums=('8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac'
+'98bf6ca77f0fef14a5f0b8788595710b7eb88db121103a72c4a38bb912038431')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/zenity-2.32.1-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper
   make

Added: staging-x86_64/zenity-2.32.1-libnotify-0.7.patch
===
--- staging-x86_64/zenity-2.32.1-libnotify-0.7.patch
(rev 0)
+++ staging-x86_64/zenity-2.32.1-libnotify-0.7.patch2011-03-07 19:37:34 UTC 
(rev 112936)
@@ -0,0 +1,27 @@
+--- src/notification.c
 src/notification.c
+@@ -30,6 +30,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #include zenity.h
+@@ -184,10 +187,14 @@
+ icon = freeme = g_filename_to_uri (icon_file, NULL, NULL);
+   }
+ 

[arch-commits] Commit in gtk-xfce-engine/trunk (PKGBUILD)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 14:48:01
  Author: andyrtr
Revision: 112937

upgpkg: gtk-xfce-engine 2.8.1-1
upstream update 2.8.1

Modified:
  gtk-xfce-engine/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 19:37:34 UTC (rev 112936)
+++ PKGBUILD2011-03-07 19:48:01 UTC (rev 112937)
@@ -3,7 +3,7 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=gtk-xfce-engine
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc=A port of Xfce engine to GTK+-2.0
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/xfce/$pkgname/2.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('195f4dc2e6632143ca9ca6bd17ca4680')
+md5sums=('8a6527b61b0554cda11d06f66a567314')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtk-xfce-engine/repos (extra-i686)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 14:48:09
  Author: andyrtr
Revision: 112938

archrelease: remove extra-i686

Deleted:
  gtk-xfce-engine/repos/extra-i686/



[arch-commits] Commit in gtk-xfce-engine/repos (extra-i686)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 14:48:26
  Author: andyrtr
Revision: 112939

archrelease: copy trunk to extra-i686

Added:
  gtk-xfce-engine/repos/extra-i686/



[arch-commits] Commit in gtk-xfce-engine/repos (extra-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 14:48:34
  Author: andyrtr
Revision: 112940

archrelease: remove extra-x86_64

Deleted:
  gtk-xfce-engine/repos/extra-x86_64/



[arch-commits] Commit in gtk-xfce-engine/repos (extra-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 14:48:52
  Author: andyrtr
Revision: 112941

archrelease: copy trunk to extra-x86_64

Added:
  gtk-xfce-engine/repos/extra-x86_64/



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 14:54:06
  Author: andyrtr
Revision: 112942

upgpkg: tzdata 2011c-1
upstream update 2011c

Modified:
  tzdata/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 19:48:52 UTC (rev 112941)
+++ PKGBUILD2011-03-07 19:54:06 UTC (rev 112942)
@@ -2,10 +2,10 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2011b
+pkgver=2011c
 pkgrel=1
-_tzcode=2011b
-_tzdata=2011b
+_tzcode=2011c
+_tzdata=2011c
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('i686' 'x86_64')
 url=http://www.twinsun.com/tz/tz-link.htm;
@@ -17,8 +17,8 @@
 source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz \
 ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
 Makefile.patch)
-md5sums=('c63a1425f7252aef1fe54a258cdccff8'
- '9eaf3ca354c42a32bd28e623539bf0e0'
+md5sums=('35c09d1cd46c1f40985562334521a7e5'
+ '1a01b1a3346c1531daab4970d0a2cd14'
  'a64ed97d1fc03c66ee8612c0d9f40507')
 
 build() {



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 14:54:28
  Author: andyrtr
Revision: 112943

archrelease: copy trunk to testing-i686

Added:
  tzdata/repos/testing-i686/



[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-libnotify-0.7.patch)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 14:54:36
  Author: ibiru
Revision: 112944

upgpkg: vlc 1.1.7-5
libnotify 0.7 rebuild

Added:
  vlc/trunk/vlc-libnotify-0.7.patch
Modified:
  vlc/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 vlc-libnotify-0.7.patch |   29 +
 2 files changed, 36 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 19:54:28 UTC (rev 112943)
+++ PKGBUILD2011-03-07 19:54:36 UTC (rev 112944)
@@ -6,7 +6,7 @@
 pkgbase=vlc
 pkgname=('vlc' 'vlc-plugin')
 pkgver=1.1.7
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
 license=('GPL')
@@ -21,14 +21,17 @@
  'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse')
 options=('!libtool')
 
source=(http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2;
-vlc-1.1.7-libmatroska.patch)
+vlc-1.1.7-libmatroska.patch
+vlc-libnotify-0.7.patch)
 md5sums=('932ce1fa4afa54b56ac0ccc0655667b6'
- 'd03b0a4f3d2a0ece5c0a9e1a2919dec0')
+ 'd03b0a4f3d2a0ece5c0a9e1a2919dec0'
+ '122ae89daed6ebfe6e95455506ee0a1e')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
-  patch -Np1 -i ${srcdir}/vlc-1.1.7-libmatroska.patch
+  patch -Np1 -i ${srcdir}/vlc-1.1.7-libmatroska.patch
+  patch -Np1 -i ${srcdir}/vlc-libnotify-0.7.patch
   sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
   ./configure --prefix=/usr \
   --disable-rpath \

Added: vlc-libnotify-0.7.patch
===
--- vlc-libnotify-0.7.patch (rev 0)
+++ vlc-libnotify-0.7.patch 2011-03-07 19:54:36 UTC (rev 112944)
@@ -0,0 +1,29 @@
+diff --git a/modules/misc/notify/notify.c b/modules/misc/notify/notify.c
+index 1e97c9e..b663caa 100644
+--- a/modules/misc/notify/notify.c
 b/modules/misc/notify/notify.c
+@@ -38,6 +38,10 @@
+ #include gdk-pixbuf/gdk-pixbuf.h
+ #include libnotify/notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ /*
+  * Module descriptor
+  /
+@@ -312,7 +316,12 @@ static int Notify( vlc_object_t *p_this, const char 
*psz_temp, GdkPixbuf *pix,
+ }
+ 
+ notification = notify_notification_new( _(Now Playing),
+-psz_temp, NULL, NULL );
++psz_temp, NULL
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL );
++#endif
+ notify_notification_set_timeout( notification,
+ var_InheritInteger(p_this, notify-timeout) 
);
+ notify_notification_set_urgency( notification, NOTIFY_URGENCY_LOW );



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

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 14:54:52
  Author: andyrtr
Revision: 112945

archrelease: copy trunk to testing-x86_64

Added:
  tzdata/repos/testing-x86_64/



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 14:55:05
  Author: ibiru
Revision: 112946

archrelease: copy trunk to staging-i686

Added:
  vlc/repos/staging-i686/



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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 14:55:30
  Author: ibiru
Revision: 112947

archrelease: copy trunk to staging-x86_64

Added:
  vlc/repos/staging-x86_64/



[arch-commits] Commit in wpa_supplicant/trunk (PKGBUILD config)

2011-03-07 Thread Jan Steffens
Date: Monday, March 7, 2011 @ 18:26:54
  Author: heftig
Revision: 112948

upgpkg: wpa_supplicant 0.7.3-3
Revert libnl to 1.0, add dbus.patch required by NetworkManager 0.8.995

Modified:
  wpa_supplicant/trunk/PKGBUILD
  wpa_supplicant/trunk/config

--+
 PKGBUILD |9 ++---
 config   |3 ---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 19:55:30 UTC (rev 112947)
+++ PKGBUILD2011-03-07 23:26:54 UTC (rev 112948)
@@ -3,7 +3,7 @@
 
 pkgname=wpa_supplicant
 pkgver=0.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A utility providing key negotiation for WPA wireless networks
 url=http://hostap.epitest.fi/wpa_supplicant;
 arch=('i686' 'x86_64')
@@ -13,12 +13,15 @@
 groups=('base')
 backup=('etc/wpa_supplicant.conf')
 source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
-config)
+config dbus.patch)
 sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
-'59a6ae585f3d236f4de82807d8215faa2422ef349f5fcedfd2bacd156cc118f6')
+'6a0837f18e5ff179ccd6954f7952dfc2e6aa69f353194ee4cb29c1ed2ef68c5d'
+'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  # Required by NetworkManager 0.8.995
+  patch -Np2 -i $srcdir/dbus.patch
   cp ${srcdir}/config ./.config
   sed -i 's@/usr/local@$(PREFIX)@g' Makefile
   make

Modified: config
===
--- config  2011-03-07 19:55:30 UTC (rev 112947)
+++ config  2011-03-07 23:26:54 UTC (rev 112948)
@@ -402,6 +402,3 @@
 #LIBS += -lbfd -liberty -lz
 #LIBS_p += -lbfd -liberty -lz
 #LIBS_c += -lbfd -liberty -lz
-
-# Use libnl 2
-CONFIG_LIBNL20=y



[arch-commits] Commit in wpa_supplicant/trunk (dbus.patch)

2011-03-07 Thread Jan Steffens
Date: Monday, March 7, 2011 @ 18:28:27
  Author: heftig
Revision: 112949

Actually add the patch

Added:
  wpa_supplicant/trunk/dbus.patch

+
 dbus.patch |   61 +++
 1 file changed, 61 insertions(+)

Added: dbus.patch
===
--- dbus.patch  (rev 0)
+++ dbus.patch  2011-03-07 23:28:27 UTC (rev 112949)
@@ -0,0 +1,61 @@
+From b80b5639935d37b95d00f86b57f2844a9c775f57 Mon Sep 17 00:00:00 2001
+From: Dan Williams d...@redhat.com
+Date: Fri, 17 Dec 2010 15:56:01 +0200
+Subject: [PATCH] dbus: Emit property changed events when adding/removing BSSes
+
+The supplicant was not emitting property changed events when the BSSs
+property changed.
+
+Signed-off-by: Dan Williams d...@redhat.com
+(cherry picked from commit 1e6288df6b07a353a9246b77e0de2a840b5f2c72)
+---
+ wpa_supplicant/dbus/dbus_new.c |6 ++
+ wpa_supplicant/dbus/dbus_new.h |1 +
+ 2 files changed, 7 insertions(+), 0 deletions(-)
+
+diff --git a/wpa_supplicant/dbus/dbus_new.c b/wpa_supplicant/dbus/dbus_new.c
+index bdfbbac..c66640a 100644
+--- a/wpa_supplicant/dbus/dbus_new.c
 b/wpa_supplicant/dbus/dbus_new.c
+@@ -691,6 +691,10 @@ void wpas_dbus_signal_prop_changed(struct wpa_supplicant 
*wpa_s,
+   wpas_dbus_getter_current_network;
+   prop = CurrentNetwork;
+   break;
++  case WPAS_DBUS_PROP_BSSS:
++  getter = (WPADBusPropertyAccessor) wpas_dbus_getter_bsss;
++  prop = BSSs;
++  break;
+   default:
+   wpa_printf(MSG_ERROR, dbus: %s: Unknown Property value %d,
+  __func__, property);
+@@ -1199,6 +1203,7 @@ int wpas_dbus_unregister_bss(struct wpa_supplicant 
*wpa_s,
+   }
+ 
+   wpas_dbus_signal_bss_removed(wpa_s, bss_obj_path);
++  wpas_dbus_signal_prop_changed(wpa_s, WPAS_DBUS_PROP_BSSS);
+ 
+   return 0;
+ }
+@@ -1263,6 +1268,7 @@ int wpas_dbus_register_bss(struct wpa_supplicant *wpa_s,
+   }
+ 
+   wpas_dbus_signal_bss_added(wpa_s, bss_obj_path);
++  wpas_dbus_signal_prop_changed(wpa_s, WPAS_DBUS_PROP_BSSS);
+ 
+   return 0;
+ 
+diff --git a/wpa_supplicant/dbus/dbus_new.h b/wpa_supplicant/dbus/dbus_new.h
+index 80ea98c..9cdefcb 100644
+--- a/wpa_supplicant/dbus/dbus_new.h
 b/wpa_supplicant/dbus/dbus_new.h
+@@ -30,6 +30,7 @@ enum wpas_dbus_prop {
+   WPAS_DBUS_PROP_STATE,
+   WPAS_DBUS_PROP_CURRENT_BSS,
+   WPAS_DBUS_PROP_CURRENT_NETWORK,
++  WPAS_DBUS_PROP_BSSS,
+ };
+ 
+ enum wpas_dbus_bss_prop {
+-- 
+1.7.4-rc1
+



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

2011-03-07 Thread Jan Steffens
Date: Monday, March 7, 2011 @ 18:28:56
  Author: heftig
Revision: 112950

archrelease: copy trunk to testing-i686

Added:
  wpa_supplicant/repos/testing-i686/



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

2011-03-07 Thread Jan Steffens
Date: Monday, March 7, 2011 @ 18:29:13
  Author: heftig
Revision: 112951

archrelease: copy trunk to testing-x86_64

Added:
  wpa_supplicant/repos/testing-x86_64/



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

2011-03-07 Thread Gaetan Bisson
Date: Monday, March 7, 2011 @ 18:45:40
  Author: bisson
Revision: 112952

upstream update, remove static library

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 23:29:13 UTC (rev 112951)
+++ PKGBUILD2011-03-07 23:45:40 UTC (rev 112952)
@@ -3,7 +3,7 @@
 # Contributor: Roman Cheplyaka r...@ro-che.info
 
 pkgname=libedit
-pkgver=20100424_3.0
+pkgver=20110227_3.0
 pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 license=('BSD')
 depends=('ncurses')
 source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
-sha1sums=('bbc9b77daf95c2482bf406e07d69cdbe0fa29db7')
+sha1sums=('afe84b9e16fc903d5a3eceda90013d7ad03db794')
 options=('!libtool')
 
 build() {
cd ${srcdir}/$pkgname-${pkgver/_/-}
-   ./configure --prefix=/usr --enable-widec
+   ./configure --prefix=/usr --enable-widec --enable-static=no
make
 }
 



  1   2   >