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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 05:02:23
  Author: giovanni
Revision: 112720

upgpkg: amule 10463-1
upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 04:33:34 UTC (rev 112719)
+++ PKGBUILD2011-03-06 10:02:23 UTC (rev 112720)
@@ -5,7 +5,7 @@
 # Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
 
 pkgname=amule
-pkgver=10454
+pkgver=10463
 pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('wxgtk' 'gd' 'geoip' 'libupnp')
 makedepends=('crypto++')
 source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2)
-md5sums=('bad067e3226a6944bca1eb67bbb218c6')
+md5sums=('2710572ed3344f9c49f828c254b1f6d6')
 
 build() {
   cd ${srcdir}/aMule-SVN-r${pkgver}



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 05:02:35
  Author: giovanni
Revision: 112721

archrelease: remove extra-i686

Deleted:
  amule/repos/extra-i686/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 05:02:47
  Author: giovanni
Revision: 112722

archrelease: copy trunk to extra-i686

Added:
  amule/repos/extra-i686/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 05:02:58
  Author: giovanni
Revision: 112723

archrelease: remove extra-x86_64

Deleted:
  amule/repos/extra-x86_64/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 05:03:11
  Author: giovanni
Revision: 112724

archrelease: copy trunk to extra-x86_64

Added:
  amule/repos/extra-x86_64/



[arch-commits] Commit in (6 files)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:15:30
  Author: andrea
Revision: 112725

Moved from [community]

Added:
  oxygen-gtk/
  oxygen-gtk/repos/
  oxygen-gtk/trunk/
  oxygen-gtk/trunk/PKGBUILD
Modified:
  soprano/trunk/PKGBUILD
Deleted:
  kwebkitpart/

---+
 oxygen-gtk/trunk/PKGBUILD |   30 ++
 soprano/trunk/PKGBUILD|5 ++---
 2 files changed, 32 insertions(+), 3 deletions(-)

Added: oxygen-gtk/trunk/PKGBUILD
===
--- oxygen-gtk/trunk/PKGBUILD   (rev 0)
+++ oxygen-gtk/trunk/PKGBUILD   2011-03-06 12:15:30 UTC (rev 112725)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=oxygen-gtk
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK
+arch=('i686' 'x86_64')
+url=http://kde-look.org/content/show.php/?content=136216;
+license=('LGPL')
+depends=('gtk2')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6a4f2e648d5cf7f381f018c9003d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: oxygen-gtk/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Modified: soprano/trunk/PKGBUILD
===
--- soprano/trunk/PKGBUILD  2011-03-06 10:03:11 UTC (rev 112724)
+++ soprano/trunk/PKGBUILD  2011-03-06 12:15:30 UTC (rev 112725)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://soprano.sourceforge.net/'
 license=('GPL' 'LGPL')
-depends=('qt' 'clucene' 'virtuoso' 'libiodbc' 'raptor1')
+depends=('qt' 'clucene' 'redland-storage-virtuoso' 'libiodbc' 'raptor1')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')
@@ -23,8 +23,7 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_REDLAND_BACKEND=ON
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:16:10
  Author: andrea
Revision: 112726

archrelease: copy trunk to extra-i686

Added:
  oxygen-gtk/repos/extra-i686/



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:16:27
  Author: andrea
Revision: 112727

archrelease: copy trunk to extra-x86_64

Added:
  oxygen-gtk/repos/extra-x86_64/



[arch-commits] Commit in (5 files)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:19:29
  Author: andrea
Revision: 112728

restore kwebkitpart dir

Added:
  kwebkitpart/
  kwebkitpart/repos/
  kwebkitpart/trunk/
  kwebkitpart/trunk/PKGBUILD
  kwebkitpart/trunk/kwebkitpart.install

-+
 PKGBUILD|   30 ++
 kwebkitpart.install |   11 +++
 2 files changed, 41 insertions(+)

Added: kwebkitpart/trunk/PKGBUILD
===
--- kwebkitpart/trunk/PKGBUILD  (rev 0)
+++ kwebkitpart/trunk/PKGBUILD  2011-03-06 12:19:29 UTC (rev 112728)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwebkitpart
+pkgver=1.1
+pkgrel=1
+pkgdesc=A web browser component for KDE
+url=http://opendesktop.org/content/show.php?content=127960;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('1a72499b91d668409ed8ea8e5e71b398')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: kwebkitpart/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: kwebkitpart/trunk/kwebkitpart.install
===
--- kwebkitpart/trunk/kwebkitpart.install   (rev 0)
+++ kwebkitpart/trunk/kwebkitpart.install   2011-03-06 12:19:29 UTC (rev 
112728)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:19:55
  Author: andrea
Revision: 112729

archrelease: copy trunk to extra-i686

Added:
  kwebkitpart/repos/extra-i686/



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:20:25
  Author: andrea
Revision: 112730

archrelease: copy trunk to extra-x86_64

Added:
  kwebkitpart/repos/extra-x86_64/



[arch-commits] Commit in (12 files)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:25:05
  Author: andrea
Revision: 112731

moved KDevelop plugins from AUR

Added:
  kdevelop-pg-qt/
  kdevelop-pg-qt/repos/
  kdevelop-pg-qt/trunk/
  kdevelop-pg-qt/trunk/PKGBUILD
  kdevelop-php-docs/
  kdevelop-php-docs/repos/
  kdevelop-php-docs/trunk/
  kdevelop-php-docs/trunk/PKGBUILD
  kdevelop-php/
  kdevelop-php/repos/
  kdevelop-php/trunk/
  kdevelop-php/trunk/PKGBUILD

--+
 kdevelop-pg-qt/trunk/PKGBUILD|   29 +
 kdevelop-php-docs/trunk/PKGBUILD |   30 ++
 kdevelop-php/trunk/PKGBUILD  |   30 ++
 3 files changed, 89 insertions(+)

Added: kdevelop-pg-qt/trunk/PKGBUILD
===
--- kdevelop-pg-qt/trunk/PKGBUILD   (rev 0)
+++ kdevelop-pg-qt/trunk/PKGBUILD   2011-03-06 12:25:05 UTC (rev 112731)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-pg-qt
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('06e25c81cc34a5bddda3091ed3280e71')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: kdevelop-pg-qt/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: kdevelop-php/trunk/PKGBUILD
===
--- kdevelop-php/trunk/PKGBUILD (rev 0)
+++ kdevelop-php/trunk/PKGBUILD 2011-03-06 12:25:05 UTC (rev 112731)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-php
+pkgver=1.2.0
+_pkgver=4.2.0
+pkgrel=1
+pkgdesc=PHP plugin for Kdevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop-pg-qt')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fc48c194e7b87c9fd0850b2d7fc2a78b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: kdevelop-php/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: kdevelop-php-docs/trunk/PKGBUILD
===
--- kdevelop-php-docs/trunk/PKGBUILD(rev 0)
+++ kdevelop-php-docs/trunk/PKGBUILD2011-03-06 12:25:05 UTC (rev 112731)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-php-docs
+pkgver=1.2.0
+_pkgver=4.2.0
+pkgrel=1
+pkgdesc=PHP docs plugin for Kdevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=(kdevelop-php=${pkgver})
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5e7c3c33d9e0767bbf3b3df02147dfae')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: kdevelop-php-docs/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in kdevelop-pg-qt/repos (extra-i686)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:29:28
  Author: andrea
Revision: 112732

archrelease: copy trunk to extra-i686

Added:
  kdevelop-pg-qt/repos/extra-i686/



[arch-commits] Commit in kdevelop-pg-qt/repos (extra-x86_64)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:29:48
  Author: andrea
Revision: 112733

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-pg-qt/repos/extra-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 07:38:58
  Author: ibiru
Revision: 112734

push to staging to start rebuilding

Added:
  libnotify/repos/staging-i686/
  libnotify/repos/staging-i686/PKGBUILD
  libnotify/repos/staging-i686/libnotify-0.7.1-gtk3-tests.patch
  libnotify/repos/staging-x86_64/
  libnotify/repos/staging-x86_64/PKGBUILD
  libnotify/repos/staging-x86_64/libnotify-0.7.1-gtk3-tests.patch

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-i686/libnotify-0.7.1-gtk3-tests.patch   |  110 ++
 staging-x86_64/PKGBUILD |   30 ++
 staging-x86_64/libnotify-0.7.1-gtk3-tests.patch |  110 ++
 4 files changed, 280 insertions(+)

Added: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-03-06 12:38:58 UTC (rev 112734)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libnotify
+pkgver=0.7.1
+pkgrel=1.1
+pkgdesc=Desktop notification library
+arch=('i686' 'x86_64')
+url=http://library.gnome.org/devel/notification-spec/;
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2
+libnotify-0.7.1-gtk3-tests.patch)
+sha256sums=('84dc2a77defb25521d2f1cb7ac34b4d23b55254ba361442658430efb928536c8'
+'d9ee539a58a30ccd213b9857003c2ba04a0cf343763ed566ca0d769cbfc34664')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+patch -Np1 -i ${srcdir}/libnotify-0.7.1-gtk3-tests.patch
+autoreconf -fi
+./configure --prefix=/usr --disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: libnotify/repos/staging-i686/PKGBUILD
___
Added: svn:keywords
   + Id

Added: staging-i686/libnotify-0.7.1-gtk3-tests.patch
===
--- staging-i686/libnotify-0.7.1-gtk3-tests.patch   
(rev 0)
+++ staging-i686/libnotify-0.7.1-gtk3-tests.patch   2011-03-06 12:38:58 UTC 
(rev 112734)
@@ -0,0 +1,110 @@
+From 92983cacd36fa9b050f911bc4de09b8c4fb9f3b2 Mon Sep 17 00:00:00 2001
+From: Gilles Dartiguelongue e...@gentoo.org
+Date: Thu, 16 Dec 2010 00:01:13 +0100
+Subject: [PATCH] gentoo: do not build gtk+:3 tests if not required
+
+---
+ configure.ac  |5 +
+ tests/Makefile.am |   30 +-
+ 2 files changed, 22 insertions(+), 13 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 71609ed..7767c5b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -97,10 +97,15 @@ AC_SUBST(PACKAGE_LIBS)
+ AC_SUBST(PACKAGE_CFLAGS)
+ AC_SUBST(pkg_modules)
+ 
++AC_ARG_ENABLE([tests],
++  AS_HELP_STRING([--enable-tests], [Check for extra dependencies to build 
all tests]))
++AS_IF([test $enable_tests = yes], [
+ tests_modules=gtk+-3.0 = $REQ_GTK_VERSION
+ PKG_CHECK_MODULES(TESTS, [$tests_modules])
++])
+ AC_SUBST(TESTS_LIBS)
+ AC_SUBST(TESTS_CFLAGS)
++AM_CONDITIONAL([MORE_TESTS], [test $enable_tests = yes])
+ 
+ GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
+ AC_SUBST(GLIB_GENMARSHAL)
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index 7acf9a3..2856a82 100644
+--- a/tests/Makefile.am
 b/tests/Makefile.am
+@@ -2,18 +2,15 @@ INCLUDES = \
+   -I$(top_srcdir) \
+   $(TESTS_CFLAGS)
+ 
+-noinst_PROGRAMS = \
++check_PROGRAMS = \
+   test-replace \
+-  test-replace-widget \
+   test-server-info \
+   test-default-action \
+   test-multi-actions \
+   test-action-icons \
+-  test-image \
+   test-basic \
+   test-error \
+   test-markup \
+-  test-persistence \
+   test-resident \
+   test-rtl \
+   test-size-changes \
+@@ -23,6 +20,22 @@ noinst_PROGRAMS = \
+   test-xy-actions \
+   test-xy-stress
+ 
++#if MORE_TESTS
++check_PROGRAMS += \
++  test-image \
++  test-replace-widget \
++  test-persistence
++
++test_replace_widget_SOURCES = test-replace-widget.c
++test_replace_widget_LDADD  = $(common_ldflags)
++
++test_image_SOURCES = test-image.c
++test_image_LDADD  = $(common_ldflags)
++
++test_persistence_SOURCES = test-persistence.c
++test_persistence_LDADD = $(common_ldflags)
++#endif
++
+ common_ldflags = \
+   $(top_builddir)/libnotify/libnotify.la \
+   $(TESTS_LIBS)
+@@ -30,9 +43,6 @@ common_ldflags = \
+ test_replace_SOURCES = test-replace.c
+ test_replace_LDADD  = $(common_ldflags)
+ 
+-test_replace_widget_SOURCES = test-replace-widget.c
+-test_replace_widget_LDADD  = $(common_ldflags)
+-
+ test_server_info_SOURCES = test-server-info.c
+ test_server_info_LDADD   = $(common_ldflags)
+ 
+@@ -48,9 +58,6 

[arch-commits] Commit in (9 files)

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:44:20
  Author: giovanni
Revision: 112735

added as optional dep of gparted

Added:
  gpart/
  gpart/repos/
  gpart/trunk/
  gpart/trunk/PKGBUILD
  gpart/trunk/gpart-0.1h-PIC.patch
  gpart/trunk/gpart-0.1h-errno.patch
  gpart/trunk/gpart-0.1h-no-_syscall.patch
  gpart/trunk/gpart-0.1h-ntfs.patch
  gpart/trunk/gpart-0.1h-vfat.patch

--+
 PKGBUILD |   43 +++
 gpart-0.1h-PIC.patch |   20 ++
 gpart-0.1h-errno.patch   |   20 ++
 gpart-0.1h-no-_syscall.patch |   15 
 gpart-0.1h-ntfs.patch|   75 +
 gpart-0.1h-vfat.patch|   17 +
 6 files changed, 190 insertions(+)

Added: gpart/trunk/PKGBUILD
===
--- gpart/trunk/PKGBUILD(rev 0)
+++ gpart/trunk/PKGBUILD2011-03-06 12:44:20 UTC (rev 112735)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dale d...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gpart
+pkgver=0.1h
+pkgrel=4
+pkgdesc=A program for recovering corrupt partition tables
+arch=('i686' 'x86_64')
+url=http://www.stud.uni-hannover.de/user/76201/gpart/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.sfr-fresh.com/linux/misc/${pkgname}-${pkgver}.tar.gz 
+gpart-0.1h-errno.patch 
+gpart-0.1h-vfat.patch 
+gpart-0.1h-ntfs.patch 
+gpart-0.1h-PIC.patch 
+gpart-0.1h-no-_syscall.patch)
+md5sums=('ee3a2d2dde70bcf404eb354b3d1ee6d4' 
+   '81eee5d9985df9bf9c23624e46cf945f'
+   'ae6d86b0268618d34e618824dcd82754' 
+   '8161c02116ee4575906587eb09e35bde'
+   'd3f5b05d12816375f5dcd9a251f72f61' 
+   'f811c6e132b2c0cd2d9cb0fd4933063a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/gpart-0.1h-errno.patch
+  patch -Np1 -i ${srcdir}/gpart-0.1h-vfat.patch
+  patch -Np1 -i ${srcdir}/gpart-0.1h-ntfs.patch
+  patch -Np1 -i ${srcdir}/gpart-0.1h-PIC.patch
+  patch -Np0 -i ${srcdir}/gpart-0.1h-no-_syscall.patch
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man install
+}


Property changes on: gpart/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gpart/trunk/gpart-0.1h-PIC.patch
===
--- gpart/trunk/gpart-0.1h-PIC.patch(rev 0)
+++ gpart/trunk/gpart-0.1h-PIC.patch2011-03-06 12:44:20 UTC (rev 112735)
@@ -0,0 +1,20 @@
+--- gpart-0.1h/src/l64seek.c
 gpart-0.1h/src/l64seek.c
+@@ -26,7 +26,7 @@
+ } ostck[OSTACKLEN];
+ static intosptr = -1;
+ 
+-#if defined(__linux__)  defined(__i386__)
++#if defined(__linux__)  defined(__i386__)  ! defined(__PIC__)
+ _syscall5(int,_llseek,uint,fd,ulong,hi,ulong,lo,loff_t *,res,uint,wh)
+ #endif
+ 
+@@ -36,7 +36,7 @@
+ {
+   off64_t ret = (off64_t)-1;
+ 
+-#if defined(__linux__)  defined(__i386__)
++#if defined(__linux__)  defined(__i386__)  ! defined(__PIC__)
+   int iret;
+   unsigned long   ohi, olo;
+ 

Added: gpart/trunk/gpart-0.1h-errno.patch
===
--- gpart/trunk/gpart-0.1h-errno.patch  (rev 0)
+++ gpart/trunk/gpart-0.1h-errno.patch  2011-03-06 12:44:20 UTC (rev 112735)
@@ -0,0 +1,20 @@
+--- gpart-0.1h/src/l64seek.c
 gpart-0.1h-working/src/l64seek.c
+@@ -16,6 +16,7 @@
+ 
+ #include l64seek.h
+ 
++#include errno.h
+ 
+ #define OSTACKLEN 16
+ static struct
+--- gpart-0.1h/src/disku.c
 gpart-0.1h-working/src/disku.c
+@@ -20,6 +20,7 @@
+ #include string.h
+ #include sys/ioctl.h
+ #include gpart.h
++#include errno.h
+ 
+ #if defined(__linux__)
+ #include sys/mount.h

Added: gpart/trunk/gpart-0.1h-no-_syscall.patch
===
--- gpart/trunk/gpart-0.1h-no-_syscall.patch(rev 0)
+++ gpart/trunk/gpart-0.1h-no-_syscall.patch2011-03-06 12:44:20 UTC (rev 
112735)
@@ -0,0 +1,15 @@
+use syscall() rather than _syscall#()
+
+http://bugs.gentoo.org/163800
+
+--- src/l64seek.c
 src/l64seek.c
+@@ -27,7 +27,7 @@
+ static intosptr = -1;
+ 
+ #if defined(__linux__)  defined(__i386__)  ! defined(__PIC__)
+-_syscall5(int,_llseek,uint,fd,ulong,hi,ulong,lo,loff_t *,res,uint,wh)
++#define _llseek(fd,hi,lo,res,wh) syscall(__NR__llseek,fd,hi,lo,res,wh)
+ #endif
+ 
+ 

Added: gpart/trunk/gpart-0.1h-ntfs.patch
===
--- gpart/trunk/gpart-0.1h-ntfs.patch   (rev 0)
+++ 

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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:47:10
  Author: giovanni
Revision: 112736

archrelease: copy trunk to extra-i686

Added:
  gpart/repos/extra-i686/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:47:24
  Author: giovanni
Revision: 112737

archrelease: copy trunk to extra-x86_64

Added:
  gpart/repos/extra-x86_64/



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:49:54
  Author: andrea
Revision: 112738

upgpkg: kdevelop-php 1.2.0-1
use default makeflags

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 12:47:24 UTC (rev 112737)
+++ PKGBUILD2011-03-06 12:49:54 UTC (rev 112738)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdevelop-pg-qt')
+depends=(kdevelop=${_pkgver} 'kdevelop-pg-qt')
 makedepends=('cmake' 'automoc4')
+options=('!makeflags')
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('fc48c194e7b87c9fd0850b2d7fc2a78b')
 



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:50:35
  Author: andrea
Revision: 112739

archrelease: copy trunk to extra-i686

Added:
  kdevelop-php/repos/extra-i686/



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 07:50:59
  Author: andrea
Revision: 112740

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-php/repos/extra-x86_64/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:56:57
  Author: giovanni
Revision: 112741

upgpkg: gparted 0.8.0-2
Fixed FS22927

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 12:50:59 UTC (rev 112740)
+++ PKGBUILD2011-03-06 12:56:57 UTC (rev 112741)
@@ -4,7 +4,7 @@
 
 pkgname=gparted
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;
@@ -17,7 +17,8 @@
 'ntfsprogs: for ntfs partitions'
 'reiserfsprogs: for reiser partitions'
 'xfsprogs: for xfs partitions'
-'gksu: to run gparted directly from menu')
+'gksu: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables')
 install=gparted.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('29adfe33df34c03b7f800ce5374e957a')



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:57:05
  Author: giovanni
Revision: 112742

archrelease: remove extra-i686

Deleted:
  gparted/repos/extra-i686/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:57:17
  Author: giovanni
Revision: 112743

archrelease: copy trunk to extra-i686

Added:
  gparted/repos/extra-i686/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:57:25
  Author: giovanni
Revision: 112744

archrelease: remove extra-x86_64

Deleted:
  gparted/repos/extra-x86_64/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:57:38
  Author: giovanni
Revision: 112745

archrelease: copy trunk to extra-x86_64

Added:
  gparted/repos/extra-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 07:58:45
  Author: ibiru
Revision: 112747

archrelease: remove gnome-unstable-i686

Deleted:
  libnotify/repos/gnome-unstable-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 07:58:58
  Author: ibiru
Revision: 112748

archrelease: copy trunk to gnome-unstable-i686

Added:
  libnotify/repos/gnome-unstable-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 07:59:03
  Author: ibiru
Revision: 112749

archrelease: remove gnome-unstable-x86_64

Deleted:
  libnotify/repos/gnome-unstable-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 07:59:15
  Author: ibiru
Revision: 112750

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libnotify/repos/gnome-unstable-x86_64/



[arch-commits] Commit in kdevelop-php-docs/repos (extra-i686)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 08:10:34
  Author: andrea
Revision: 112751

archrelease: copy trunk to extra-i686

Added:
  kdevelop-php-docs/repos/extra-i686/



[arch-commits] Commit in kdevelop-php-docs/repos (extra-x86_64)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 08:10:51
  Author: andrea
Revision: 112752

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-php-docs/repos/extra-x86_64/



[arch-commits] Commit in crypto++/trunk (PKGBUILD libcrypto++.pc)

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 09:15:54
  Author: giovanni
Revision: 112753

upgpkg: crypto++ 5.6.1-2
Fixed FS23005 and FS23008

Added:
  crypto++/trunk/libcrypto++.pc
Modified:
  crypto++/trunk/PKGBUILD

+
 PKGBUILD   |   22 +++---
 libcrypto++.pc |   11 +++
 2 files changed, 26 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 13:10:51 UTC (rev 112752)
+++ PKGBUILD2011-03-06 14:15:54 UTC (rev 112753)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Kritoke krit...@gamebox.net
 # Contributor: jlvsimoes jlvsim...@oninet.pt
@@ -7,21 +8,28 @@
 pkgname=crypto++
 pkgver=5.6.1
 _srcver=561
-pkgrel=1
+pkgrel=2
 pkgdesc=A free C++ class library of cryptographic schemes.
 arch=('i686' 'x86_64')
+url=http://www.cryptopp.com/;
 license=('custom')
+depends=('gcc-libs')
 makedepends=('unzip')
-url=http://www.cryptopp.com/;
-source=(http://www.cryptopp.com/cryptopp${_srcver}.zip)
-md5sums=('96cbeba0907562b077e26bcffb483828')
+source=(http://www.cryptopp.com/cryptopp${_srcver}.zip
+libcrypto++.pc)
+md5sums=('96cbeba0907562b077e26bcffb483828'
+   '2337c6edbc552d9142cae8e0854715e7')
 
 build() {
   cd ${srcdir}
   sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile
-  make -f GNUmakefile || return 1
-  install -d ${pkgdir}/usr/{lib,include/cryptopp}
+  export CXXFLAGS=${CXXFLAGS} -DNDEBUG -fPIC
+  make -f GNUmakefile  
+  make libcryptopp.so
+  install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
   install -m644 *.h ${pkgdir}/usr/include/cryptopp/
-  install -m644 libcryptopp.a ${pkgdir}/usr/lib/
+  install -m644 libcryptopp.a ${pkgdir}/usr/lib/libcryptopp.a
+  install -m644 libcryptopp.so ${pkgdir}/usr/lib/libcryptopp.so
+  install -m644 ${srcdir}/libcrypto++.pc 
${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc
   install -D -m644 License.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Added: libcrypto++.pc
===
--- libcrypto++.pc  (rev 0)
+++ libcrypto++.pc  2011-03-06 14:15:54 UTC (rev 112753)
@@ -0,0 +1,11 @@
+# Written by Alexander Rødseth rods...@gmail.com
+
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libcrypto++-5.6.1
+Description: Class library of cryptographic schemes
+Version: 5.6.1
+Libs: -L${libdir} -lcryptopp
+Cflags: -I${includedir} 



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 09:16:00
  Author: giovanni
Revision: 112754

archrelease: remove extra-i686

Deleted:
  crypto++/repos/extra-i686/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 09:16:13
  Author: giovanni
Revision: 112755

archrelease: copy trunk to extra-i686

Added:
  crypto++/repos/extra-i686/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 09:16:20
  Author: giovanni
Revision: 112756

archrelease: remove extra-x86_64

Deleted:
  crypto++/repos/extra-x86_64/



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

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 09:16:33
  Author: giovanni
Revision: 112757

archrelease: copy trunk to extra-x86_64

Added:
  crypto++/repos/extra-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 10:51:00
  Author: ibiru
Revision: 112758

db-remove: gettext removed by ibiru

Deleted:
  gettext/repos/testing-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 10:51:08
  Author: ibiru
Revision: 112759

db-remove: gettext removed by ibiru

Deleted:
  gettext/repos/testing-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:10:30
  Author: ibiru
Revision: 112760

db-remove: crda removed by ibiru

Deleted:
  crda/repos/staging-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:10:38
  Author: ibiru
Revision: 112761

db-remove: iw removed by ibiru

Deleted:
  iw/repos/staging-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:10:46
  Author: ibiru
Revision: 112762

db-remove: libnl removed by ibiru

Deleted:
  libnl/repos/staging-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:11:06
  Author: ibiru
Revision: 112763

db-remove: libpcap removed by ibiru

Deleted:
  libpcap/repos/staging-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:11:21
  Author: ibiru
Revision: 112764

db-remove: wpa_supplicant removed by ibiru

Deleted:
  wpa_supplicant/repos/staging-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:19:48
  Author: ibiru
Revision: 112765

db-move: moved transmission from [gnome-unstable] to [staging] (i686)

Added:
  transmission/repos/staging-i686/
Deleted:
  transmission/repos/gnome-unstable-i686/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:19:49
  Author: ibiru
Revision: 112766

db-move: moved transmission from [gnome-unstable] to [staging] (x86_64)

Added:
  transmission/repos/staging-x86_64/
Deleted:
  transmission/repos/gnome-unstable-x86_64/



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

2011-03-06 Thread Thomas Bächler
Date: Sunday, March 6, 2011 @ 11:24:51
  Author: thomas
Revision: 112767

syslinux 4.03-4: Update the install script

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-install_update

-+
 PKGBUILD|4 +--
 syslinux-install_update |   51 +-
 2 files changed, 30 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 16:19:49 UTC (rev 112766)
+++ PKGBUILD2011-03-06 16:24:51 UTC (rev 112767)
@@ -4,7 +4,7 @@
 
 pkgname=syslinux
 pkgver=4.03
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
 url=http://syslinux.zytor.com/;
@@ -24,7 +24,7 @@
 sha256sums=('c65567e324f9d1f7f794ae8f9578a0292bbd47d7b8d895a004d2f0152d0bda38'
 '7e9301e37113d8bcddadc3a7d2fd6f3f433ef20ef6fa6df9fe9e256fa8868753'
 'b4ba8f9daa67ec35da6e05adb610469bc8c4facf488468c1ec3e5860ba75313d'
-'5586e2f8c27de46629ec2991a56f60dfdbf3e212169e20cf2cf1aa4f10b4d4ba')
+'49573a3b65362326c8b1e9bfa49e83225e0bf9d3710454de4070abc9481c614c')
 
 build() {
   # Do not try to build syslinux with our default LDFLAGS, it will fail

Modified: syslinux-install_update
===
--- syslinux-install_update 2011-03-06 16:19:49 UTC (rev 112766)
+++ syslinux-install_update 2011-03-06 16:24:51 UTC (rev 112767)
@@ -151,8 +151,8 @@
 
 # Use DATA from findmnt see rc.sysint for more info
 if [[ -f /proc/self/mountinfo ]]; then
-read rootdev rootfs  (findmnt -run -o SOURCE,FSTYPE $CHROOT/)
-read bootdev bootfs  (findmnt -run -o SOURCE,FSTYPE $CHROOT/boot)
+read rootdev rootfs  (findmnt -run -t noautofs -o SOURCE,FSTYPE 
$CHROOT/)
+read bootdev bootfs  (findmnt -run -t noautofs -o SOURCE,FSTYPE 
$CHROOT/boot)
 else
 echo Could not find /proc/self/mountinfo
 echo Are you running a kernel greater than 2.6.24?
@@ -294,9 +294,6 @@
 }
 
 _install() {
-# Find which device contains /boot
-get_boot_devices
-
 # Copy files to /boot
 for file in ${com32_files[@]}; do
 # Symlink files even if links exist
@@ -331,10 +328,6 @@
 fi
 
 touch $CHROOT/$autoupdate_file
-
-[[ $SET_ACTIVE ]]  set_active
-
-[[ $MBR ]]  install_mbr
 }
 
 update() {
@@ -401,7 +394,12 @@
 SET_ACTIVE=True
 ;;
 s)
-AUTOUPDATE=True
+# If AUTOUPDATE_FILE does not exist exit the script
+if [[ -f $autoupdate_file ]]; then
+UPDATE=True
+else
+exit 0
+fi
 ;;
 *)
 usage
@@ -410,42 +408,49 @@
 esac
 done
 
+# Display Usage Information if both Install and Update are passed
 if [[ $INSTALL  $UPDATE ]]; then
 usage
 exit 1
 fi
 
+# If a chroot dir is path set variables to reflect chroot
 if [[ $CHROOT ]]; then
 libpath=$CHROOT$libpath
 bootpath=$CHROOT$bootpath
 extlinux=$CHROOT$extlinux
 fi
 
-[[ $AUTOUPDATE  -f $autoupdate_file ]]  UPDATE=True
-
+# Exit if no /boot path exists
 if ( f=($bootpath/*); (( ! ${#f[@]} )) ); then
 echo Error: $bootpath is empty!
 echo Is /boot mounted?
 exit 1
 fi
 
-getBoot
+# Get the boot device if any of these options are passed
+if [[ $INSTALL || $UPDATE || $SET_ACTIVE || $MBR ]]; then
+getBoot
+fi
 
-#UPDATE is the only function that does not need boot_devices
-[[ $UPDATE ]]  update
+# Install or Update
+if [[ $INSTALL ]]; then
+_install || exit
+elif [[ $UPDATE ]]; then
+update || exit
+fi
 
-# Install will take care of executing get_boot_devices, set_active, and 
install_mbr
-# Otherwise accept other combonations
-if [[ $INSTALL ]]; then
-_install
-exit 0
-elif [[ $SET_ACTIVE ]] || [[ $MBR ]]; then
+
+# SET_ACTIVE and MBR
+if [[ $SET_ACTIVE ]] || [[ $MBR ]]; then
 get_boot_devices
+
 if [[ $SET_ACTIVE ]]; then
-set_active || exit $?
+set_active || exit
 fi
+
 if [[ $MBR ]]; then
-install_mbr || exit $?
+install_mbr || exit
 fi
 fi
 



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

2011-03-06 Thread Thomas Bächler
Date: Sunday, March 6, 2011 @ 11:25:08
  Author: thomas
Revision: 112768

archrelease: remove testing-i686

Deleted:
  syslinux/repos/testing-i686/



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

2011-03-06 Thread Thomas Bächler
Date: Sunday, March 6, 2011 @ 11:25:17
  Author: thomas
Revision: 112769

archrelease: copy trunk to testing-i686

Added:
  syslinux/repos/testing-i686/



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

2011-03-06 Thread Thomas Bächler
Date: Sunday, March 6, 2011 @ 11:25:31
  Author: thomas
Revision: 112770

archrelease: remove testing-x86_64

Deleted:
  syslinux/repos/testing-x86_64/



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

2011-03-06 Thread Thomas Bächler
Date: Sunday, March 6, 2011 @ 11:25:40
  Author: thomas
Revision: 112771

archrelease: copy trunk to testing-x86_64

Added:
  syslinux/repos/testing-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:43:00
  Author: ibiru
Revision: 112772

libnotify 0.7 rebuild

Added:
  ekiga/repos/extra-i686/ekiga-3.2.7-libnotify-0.7.patch
  ekiga/repos/extra-x86_64/ekiga-3.2.7-libnotify-0.7.patch
Modified:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/PKGBUILD  |9 ++-
 extra-i686/ekiga-3.2.7-libnotify-0.7.patch   |   62 +
 extra-x86_64/PKGBUILD|9 ++-
 extra-x86_64/ekiga-3.2.7-libnotify-0.7.patch |   62 +
 4 files changed, 136 insertions(+), 6 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 16:25:40 UTC (rev 112771)
+++ extra-i686/PKGBUILD 2011-03-06 16:43:00 UTC (rev 112772)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.2.7
-pkgrel=3
+pkgrel=4
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -16,11 +16,14 @@
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2
+ekiga-3.2.7-libnotify-0.7.patch)
+sha256sums=('f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f'
+'ad850d4e81a958081220f450a49ba9c10209d03f066f6afee99477c815c23daf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/ekiga-3.2.7-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus

Added: extra-i686/ekiga-3.2.7-libnotify-0.7.patch
===
--- extra-i686/ekiga-3.2.7-libnotify-0.7.patch  (rev 0)
+++ extra-i686/ekiga-3.2.7-libnotify-0.7.patch  2011-03-06 16:43:00 UTC (rev 
112772)
@@ -0,0 +1,62 @@
+--- lib/engine/components/libnotify/libnotify-main.cpp
 lib/engine/components/libnotify/libnotify-main.cpp
+@@ -40,6 +40,10 @@
+ 
+ #include libnotify/notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ #include services.h
+ #include notification-core.h
+ 
+@@ -158,7 +162,12 @@
+ 
+   notif = notify_notification_new (notification-get_title ().c_str (),
+  notification-get_body ().c_str (),
+- urgency, NULL);
++ urgency
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++ );
++#else
++ , NULL);
++#endif
+ 
+   g_signal_connect (notif, closed,
+   G_CALLBACK (on_notif_closed), notification.get ());
+--- src/gui/main.cpp
 src/gui/main.cpp
+@@ -84,6 +84,9 @@
+ 
+ #ifdef HAVE_NOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #if defined(P_FREEBSD) || defined (P_MACOSX)
+@@ -2820,12 +2823,21 @@
+ 
+   body = g_strdup_printf (%s\n%s\n%s, uri, app, account);
+   
+-  notify = notify_notification_new (title, body, GM_ICON_LOGO, NULL);
++  notify = notify_notification_new (title, body, GM_ICON_LOGO
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
++#endif
+   notify_notification_add_action (notify, accept, _(Accept), 
notify_action_cb, mw, NULL);
+   notify_notification_add_action (notify, reject, _(Reject), 
notify_action_cb, mw, NULL);
+   notify_notification_set_timeout (notify, NOTIFY_EXPIRES_NEVER);
+   notify_notification_set_urgency (notify, NOTIFY_URGENCY_CRITICAL);
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  // notify_notification_attach_to_status_icon was removed
++#else
+   notify_notification_attach_to_status_icon (notify, statusicon);
++#endif
+   if (!notify_notification_show (notify, NULL)) {
+ ekiga_main_window_incoming_call_dialog_show (mw, call);
+   }

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-06 16:25:40 UTC (rev 112771)
+++ extra-x86_64/PKGBUILD   2011-03-06 16:43:00 UTC (rev 112772)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.2.7
-pkgrel=3
+pkgrel=4
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -16,11 +16,14 @@
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f')

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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:47:48
  Author: ibiru
Revision: 112773

it should be in staging

Added:
  ekiga/repos/staging-i686/
  ekiga/repos/staging-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 11:49:19
  Author: ibiru
Revision: 112774

libnotify 0.7 shouldn't be in extra

Modified:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-x86_64/PKGBUILD
Deleted:
  ekiga/repos/extra-i686/ekiga-3.2.7-libnotify-0.7.patch
  ekiga/repos/extra-x86_64/ekiga-3.2.7-libnotify-0.7.patch

--+
 extra-i686/PKGBUILD  |   19 +++
 extra-i686/ekiga-3.2.7-libnotify-0.7.patch   |   62 -
 extra-x86_64/PKGBUILD|   19 +++
 extra-x86_64/ekiga-3.2.7-libnotify-0.7.patch |   62 -
 4 files changed, 16 insertions(+), 146 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 16:47:48 UTC (rev 112773)
+++ extra-i686/PKGBUILD 2011-03-06 16:49:19 UTC (rev 112774)
@@ -4,33 +4,30 @@
 
 pkgname=ekiga
 pkgver=3.2.7
-pkgrel=4
+pkgrel=2
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal=3.6.8' 'evolution-data-server=2.32.0' 'libsigc++=2.2.8' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.27')
+depends=('opal=3.6.8' 'evolution-data-server=2.30.2.1' 'libsigc++=2.2.8' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.25')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.20.0')
 provides=('gnomemeeting')
 replaces=('gnomemeeting')
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2
-ekiga-3.2.7-libnotify-0.7.patch)
-sha256sums=('f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f'
-'ad850d4e81a958081220f450a49ba9c10209d03f066f6afee99477c815c23daf')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/ekiga-3.2.7-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus
-  make
-  make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+  --disable-scrollkeeper --enable-dbus || return 1
+  make || return 1
+  make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install || 
return 1
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }

Deleted: extra-i686/ekiga-3.2.7-libnotify-0.7.patch
===
--- extra-i686/ekiga-3.2.7-libnotify-0.7.patch  2011-03-06 16:47:48 UTC (rev 
112773)
+++ extra-i686/ekiga-3.2.7-libnotify-0.7.patch  2011-03-06 16:49:19 UTC (rev 
112774)
@@ -1,62 +0,0 @@
 lib/engine/components/libnotify/libnotify-main.cpp
-+++ lib/engine/components/libnotify/libnotify-main.cpp
-@@ -40,6 +40,10 @@
- 
- #include libnotify/notify.h
- 
-+#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,z) 0
-+#endif
-+
- #include services.h
- #include notification-core.h
- 
-@@ -158,7 +162,12 @@
- 
-   notif = notify_notification_new (notification-get_title ().c_str (),
-  notification-get_body ().c_str (),
-- urgency, NULL);
-+ urgency
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ );
-+#else
-+ , NULL);
-+#endif
- 
-   g_signal_connect (notif, closed,
-   G_CALLBACK (on_notif_closed), notification.get ());
 src/gui/main.cpp
-+++ src/gui/main.cpp
-@@ -84,6 +84,9 @@
- 
- #ifdef HAVE_NOTIFY
- #include libnotify/notify.h
-+#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,z) 0
-+#endif
- #endif
- 
- #if defined(P_FREEBSD) || defined (P_MACOSX)
-@@ -2820,12 +2823,21 @@
- 
-   body = g_strdup_printf (%s\n%s\n%s, uri, app, account);
-   
--  notify = notify_notification_new (title, body, GM_ICON_LOGO, NULL);
-+  notify = notify_notification_new (title, body, GM_ICON_LOGO
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+  );
-+#else
-+  , NULL);
-+#endif
-   notify_notification_add_action (notify, accept, _(Accept), 
notify_action_cb, mw, NULL);
-   notify_notification_add_action (notify, reject, _(Reject), 
notify_action_cb, mw, NULL);
-   notify_notification_set_timeout (notify, NOTIFY_EXPIRES_NEVER);
-   notify_notification_set_urgency (notify, NOTIFY_URGENCY_CRITICAL);
-+#if 

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

2011-03-06 Thread Gaetan Bisson
Date: Sunday, March 6, 2011 @ 12:04:17
  Author: bisson
Revision: 112775

libnotify-0.7

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 16:49:19 UTC (rev 112774)
+++ PKGBUILD2011-03-06 17:04:17 UTC (rev 112775)
@@ -4,7 +4,7 @@
 
 pkgname=audacious-plugins
 pkgver=2.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 arch=('i686' 'x86_64')
 url='http://audacious-media-player.org/'



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

2011-03-06 Thread Gaetan Bisson
Date: Sunday, March 6, 2011 @ 12:04:29
  Author: bisson
Revision: 112776

archrelease: copy trunk to staging-i686

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



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

2011-03-06 Thread Gaetan Bisson
Date: Sunday, March 6, 2011 @ 12:04:42
  Author: bisson
Revision: 112777

archrelease: copy trunk to staging-x86_64

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



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 12:05:25
  Author: ibiru
Revision: 112778

libnotify 0.7 rebuild

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

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

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 16:49:19 UTC (rev 112774)
+++ staging-i686/PKGBUILD   2011-03-06 17:05:25 UTC (rev 112778)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
 pkgver=2.32.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
@@ -20,11 +20,16 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+empathy-2.32.2-libnotify-0.7.patch)
+sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861'
+'8f7280c95fb67a2f91dc38984523f8ae4be95643e7404ea672d88d6541987ca8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/empathy-2.32.2-libnotify-0.7.patch
+  sed -i -e '/libnotify/s:0.7::' configure
   ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 16:49:19 UTC (rev 112774)
+++ staging-x86_64/PKGBUILD 2011-03-06 17:05:25 UTC (rev 112778)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
 pkgver=2.32.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
@@ -20,11 +20,16 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+empathy-2.32.2-libnotify-0.7.patch)
+sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861'
+'8f7280c95fb67a2f91dc38984523f8ae4be95643e7404ea672d88d6541987ca8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/empathy-2.32.2-libnotify-0.7.patch
+  sed -i -e '/libnotify/s:0.7::' configure
   ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 13:16:38
  Author: ibiru
Revision: 112779

libnotify 0.7 rebuild

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

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

Modified: staging-i686/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-06 17:05:25 UTC (rev 112778)
+++ staging-i686/PKGBUILD   2011-03-06 18:16:38 UTC (rev 112779)
@@ -3,11 +3,11 @@
 
 pkgname=evolution
 pkgver=2.32.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libnotify=0.5.2' 'gtkhtml=3.32.2' 'evolution-data-server=2.32.2' 
'gstreamer0.10=0.10.30' 'libpst=0.6.41' 'libytnef=0.1.5' 
'gnome-desktop=2.32.0' 'libcanberra=0.26' 'gtkimageview=1.6.4' 'libunique' 
'desktop-file-utils')
+depends=('libnotify=0.7.1' 'gtkhtml=3.32.2' 'evolution-data-server=2.32.2' 
'gstreamer0.10=0.10.30' 'libpst=0.6.41' 'libytnef=0.1.5' 
'gnome-desktop=2.32.0' 'libcanberra=0.26' 'gtkimageview=1.6.4' 'libunique' 
'desktop-file-utils')
 makedepends=('gnome-doc-utils=0.20.1' 'intltool' 'networkmanager')
 optdepends=('bogofilter: possible junk filter plugin'
 'spamassassin: possible junk filter plugin')
@@ -15,11 +15,16 @@
 options=('!libtool' '!emptydirs')
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+evolution-2.32.1-libnotify-0.7.patch)
+sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb'
+'73746e65a3ba190ace8bd1e5fc9d52f6a67556fac0ba8727d7705ffe74e3ce0d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/evolution-2.32.1-libnotify-0.7.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib \

Modified: staging-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-06 17:05:25 UTC (rev 112778)
+++ staging-x86_64/PKGBUILD 2011-03-06 18:16:38 UTC (rev 112779)
@@ -3,11 +3,11 @@
 
 pkgname=evolution
 pkgver=2.32.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libnotify=0.5.2' 'gtkhtml=3.32.2' 'evolution-data-server=2.32.2' 
'gstreamer0.10=0.10.30' 'libpst=0.6.41' 'libytnef=0.1.5' 
'gnome-desktop=2.32.0' 'libcanberra=0.26' 'gtkimageview=1.6.4' 'libunique' 
'desktop-file-utils')
+depends=('libnotify=0.7.1' 'gtkhtml=3.32.2' 'evolution-data-server=2.32.2' 
'gstreamer0.10=0.10.30' 'libpst=0.6.41' 'libytnef=0.1.5' 
'gnome-desktop=2.32.0' 'libcanberra=0.26' 'gtkimageview=1.6.4' 'libunique' 
'desktop-file-utils')
 makedepends=('gnome-doc-utils=0.20.1' 'intltool' 'networkmanager')
 optdepends=('bogofilter: possible junk filter plugin'
 'spamassassin: possible junk filter plugin')
@@ -15,11 +15,16 @@
 options=('!libtool' '!emptydirs')
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+evolution-2.32.1-libnotify-0.7.patch)
+sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb'
+'73746e65a3ba190ace8bd1e5fc9d52f6a67556fac0ba8727d7705ffe74e3ce0d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/evolution-2.32.1-libnotify-0.7.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib \



[arch-commits] Commit in empathy/repos (2 files)

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 13:25:11
  Author: ibiru
Revision: 112780

commit patch

Added:
  empathy/repos/staging-i686/empathy-2.32.2-libnotify-0.7.patch
  empathy/repos/staging-x86_64/empathy-2.32.2-libnotify-0.7.patch

---+
 staging-i686/empathy-2.32.2-libnotify-0.7.patch   |   54 
 staging-x86_64/empathy-2.32.2-libnotify-0.7.patch |   54 
 2 files changed, 108 insertions(+)

Added: staging-i686/empathy-2.32.2-libnotify-0.7.patch
===
--- staging-i686/empathy-2.32.2-libnotify-0.7.patch 
(rev 0)
+++ staging-i686/empathy-2.32.2-libnotify-0.7.patch 2011-03-06 18:25:11 UTC 
(rev 112780)
@@ -0,0 +1,54 @@
+--- src/empathy-chat-window.c
 src/empathy-chat-window.c
+@@ -35,6 +35,11 @@
+ #include gdk/gdkx.h
+ #include glib/gi18n.h
+ #include libnotify/notification.h
++#include libnotify/notify.h
++
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ 
+ #include telepathy-glib/telepathy-glib.h
+ 
+@@ -1300,7 +1305,12 @@
+  to an existing notification with the same title.
+  In this way the previous message will not be lost: the new
+  message will appear below it, in the same notification */
+-  notification = notify_notification_new (header, escaped, NULL, 
NULL);
++  notification = notify_notification_new (header, escaped, NULL
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
++#endif
+ 
+   if (priv-notification == NULL) {
+   priv-notification = notification;
+--- src/empathy-status-icon.c
 src/empathy-status-icon.c
+@@ -32,6 +32,10 @@
+ #include libnotify/notification.h
+ #include libnotify/notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ #include telepathy-glib/account-manager.h
+ #include telepathy-glib/util.h
+ 
+@@ -206,8 +210,12 @@
+  to an existing notification with the same title.
+  In this way the previous message will not be lost: 
the new
+  message will appear below it, in the same 
notification */
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  /* notify_notification_new_with_status_icon was removed 
*/
++#else
+   notification = notify_notification_new_with_status_icon
+   (priv-event-header, message_esc, NULL, 
priv-icon);
++#endif
+ 
+   if (priv-notification == NULL) {
+   priv-notification = notification;

Added: staging-x86_64/empathy-2.32.2-libnotify-0.7.patch
===
--- staging-x86_64/empathy-2.32.2-libnotify-0.7.patch   
(rev 0)
+++ staging-x86_64/empathy-2.32.2-libnotify-0.7.patch   2011-03-06 18:25:11 UTC 
(rev 112780)
@@ -0,0 +1,54 @@
+--- src/empathy-chat-window.c
 src/empathy-chat-window.c
+@@ -35,6 +35,11 @@
+ #include gdk/gdkx.h
+ #include glib/gi18n.h
+ #include libnotify/notification.h
++#include libnotify/notify.h
++
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ 
+ #include telepathy-glib/telepathy-glib.h
+ 
+@@ -1300,7 +1305,12 @@
+  to an existing notification with the same title.
+  In this way the previous message will not be lost: the new
+  message will appear below it, in the same notification */
+-  notification = notify_notification_new (header, escaped, NULL, 
NULL);
++  notification = notify_notification_new (header, escaped, NULL
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
++#endif
+ 
+   if (priv-notification == NULL) {
+   priv-notification = notification;
+--- src/empathy-status-icon.c
 src/empathy-status-icon.c
+@@ -32,6 +32,10 @@
+ #include libnotify/notification.h
+ #include libnotify/notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ #include telepathy-glib/account-manager.h
+ #include telepathy-glib/util.h
+ 
+@@ -206,8 +210,12 @@
+  to an existing notification with the same title.
+  In this way the previous message will not be lost: 
the new
+  message will appear below it, in the same 
notification */
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  /* notify_notification_new_with_status_icon was removed 
*/
++#else
+   notification = notify_notification_new_with_status_icon
+   (priv-event-header, message_esc, NULL, 
priv-icon);
++#endif
+ 
+   if (priv-notification == NULL) {
+

[arch-commits] Commit in evolution/repos (2 files)

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 13:25:41
  Author: ibiru
Revision: 112781

commit patch

Added:
  evolution/repos/staging-i686/evolution-2.32.1-libnotify-0.7.patch
  evolution/repos/staging-x86_64/evolution-2.32.1-libnotify-0.7.patch

-+
 staging-i686/evolution-2.32.1-libnotify-0.7.patch   |   81 ++
 staging-x86_64/evolution-2.32.1-libnotify-0.7.patch |   81 ++
 2 files changed, 162 insertions(+)

Added: staging-i686/evolution-2.32.1-libnotify-0.7.patch
===
--- staging-i686/evolution-2.32.1-libnotify-0.7.patch   
(rev 0)
+++ staging-i686/evolution-2.32.1-libnotify-0.7.patch   2011-03-06 18:25:41 UTC 
(rev 112781)
@@ -0,0 +1,81 @@
+--- calendar/gui/alarm-notify/alarm-queue.c
 calendar/gui/alarm-notify/alarm-queue.c
+@@ -40,6 +40,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #include alarm.h
+@@ -1606,7 +1609,12 @@
+   body = g_strdup_printf (%s %s, start_str, time_str);
+   }
+ 
+-  n = notify_notification_new (summary, body, 
stock_appointment-reminder, NULL);
++  n = notify_notification_new (summary, body, stock_appointment-reminder
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
++#endif
+   if (!notify_notification_show(n, NULL))
+   g_warning (Could not send notification to daemon\n);
+ 
+--- plugins/mail-notification/mail-notification.c
 plugins/mail-notification/mail-notification.c
+@@ -47,6 +47,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #define GCONF_KEY_ROOT
/apps/evolution/eplugin/mail-notification/
+@@ -564,9 +567,14 @@
+ 
+   notify  = notify_notification_new (
+   _(New email), safetext,
+-  mail-unread, NULL);
++  mail-unread
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
+   notify_notification_attach_to_status_icon (
+   notify, status_icon);
++#endif
+ 
+   /* Check if actions are supported */
+   if (can_support_actions ()) {
+--- plugins/publish-calendar/publish-calendar.c
 plugins/publish-calendar/publish-calendar.c
+@@ -46,6 +46,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ static GtkListStore *store = NULL;
+@@ -150,8 +153,13 @@
+   return;
+   }
+ 
+-  notify  = notify_notification_new (_(Calendar 
Publishing), actual_msg-str, stock_name, NULL);
++  notify  = notify_notification_new (_(Calendar 
Publishing), actual_msg-str, stock_name
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
+   notify_notification_attach_to_status_icon (notify, 
status_icon);
++#endif
+   notify_notification_set_urgency (notify, 
NOTIFY_URGENCY_NORMAL);
+   notify_notification_set_timeout (notify, 
NOTIFY_EXPIRES_DEFAULT);
+   g_timeout_add (500, show_notify_cb, NULL);

Added: staging-x86_64/evolution-2.32.1-libnotify-0.7.patch
===
--- staging-x86_64/evolution-2.32.1-libnotify-0.7.patch 
(rev 0)
+++ staging-x86_64/evolution-2.32.1-libnotify-0.7.patch 2011-03-06 18:25:41 UTC 
(rev 112781)
@@ -0,0 +1,81 @@
+--- calendar/gui/alarm-notify/alarm-queue.c
 calendar/gui/alarm-notify/alarm-queue.c
+@@ -40,6 +40,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #include alarm.h
+@@ -1606,7 +1609,12 @@
+   body = g_strdup_printf (%s %s, start_str, time_str);
+   }
+ 
+-  n = notify_notification_new (summary, body, 
stock_appointment-reminder, NULL);
++  n = notify_notification_new (summary, body, stock_appointment-reminder
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
++#endif
+   if (!notify_notification_show(n, NULL))
+   g_warning (Could not send notification to daemon\n);
+ 
+--- plugins/mail-notification/mail-notification.c
 plugins/mail-notification/mail-notification.c
+@@ -47,6 +47,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ #define GCONF_KEY_ROOT

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

2011-03-06 Thread Angel Velásquez
Date: Sunday, March 6, 2011 @ 13:43:19
  Author: angvp
Revision: 112782

upgpkg: python-notify 0.1.1-9
rebuilding against new libnotify

Modified:
  python-notify/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 18:25:41 UTC (rev 112781)
+++ PKGBUILD2011-03-06 18:43:19 UTC (rev 112782)
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Roman Kyrylych roman.kyryl...@gmail.com
 # Contributor: Mario Danic mario.da...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
 pkgname=python-notify
 pkgver=0.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc=Python bindings for libnotify
 arch=('i686' 'x86_64')
 url=http://www.galago-project.org/;


Property changes on: python-notify/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2011-03-06 Thread Angel Velásquez
Date: Sunday, March 6, 2011 @ 13:43:29
  Author: angvp
Revision: 112783

archrelease: copy trunk to staging-i686

Added:
  python-notify/repos/staging-i686/



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

2011-03-06 Thread Angel Velásquez
Date: Sunday, March 6, 2011 @ 13:43:40
  Author: angvp
Revision: 112784

archrelease: copy trunk to staging-x86_64

Added:
  python-notify/repos/staging-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 14:17:28
  Author: ibiru
Revision: 112785

libnotify 0.7 rebuild

Added:
  epiphany/repos/staging-i686/
  epiphany/repos/staging-x86_64/
  epiphany/repos/staging-x86_64/add-dbus-glib.patch
  epiphany/repos/staging-x86_64/epiphany-2.30.6-libnotify-0.7.patch
Modified:
  epiphany/repos/staging-i686/PKGBUILD
  epiphany/repos/staging-x86_64/PKGBUILD

+
 PKGBUILD   |   36 --
 staging-x86_64/add-dbus-glib.patch |   20 ++
 staging-x86_64/epiphany-2.30.6-libnotify-0.7.patch |   38 +++
 3 files changed, 82 insertions(+), 12 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-06 18:16:38 UTC (rev 112779)
+++ staging-i686/PKGBUILD   2011-03-06 19:17:28 UTC (rev 112785)
@@ -3,25 +3,31 @@
 
 pkgname=epiphany
 pkgver=2.30.6
-pkgrel=2
+pkgrel=3
 install=epiphany.install
 pkgdesc=A GNOME2 web browser based on the WebKit rendering engine.
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libwebkit=1.2.4' 'iso-codes=3.10.1' 'desktop-file-utils' 
'libxslt=1.1.24' 'libnotify=0.4.5' 'avahi=0.6.27' 'libsoup-gnome=2.32.0' 
'nss=3.12.8' 'ca-certificates' 'gconf=2.32.0' 'gobject-introspection=0.9.8')
-makedepends=('gnome-doc-utils=0.20.1' 'pkgconfig' 'networkmanager' 'intltool' 
'startup-notification' 'gnome-common')
+depends=('libwebkit=1.2.4' 'iso-codes=3.10.1' 'desktop-file-utils' 
'libxslt=1.1.24' 'libnotify=0.7.1' 'avahi=0.6.27' 'libsoup-gnome=2.32.0' 
'nss=3.12.8' 'ca-certificates' 'gconf=2.32.0' 'gobject-introspection=0.9.8' 
'dbus-glib')
+makedepends=('gnome-doc-utils=0.20.1' 'pkgconfig' 'networkmanager' 'intltool' 
'startup-notification' 'gnome-common' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 url=http://www.gnome.org/projects/epiphany/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
-fix-introspection.patch)
+fix-introspection.patch
+epiphany-2.30.6-libnotify-0.7.patch
+add-dbus-glib.patch)
 sha256sums=('278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc'
-'fed862407db7d971aa759168f889e68e914c4e6d80d7768f3db549bc36bd8dbf')
+'fed862407db7d971aa759168f889e68e914c4e6d80d7768f3db549bc36bd8dbf'
+'c1a59a9df78db07c2cf23d47d881d8d4edf6e55af3d655f8ec9870adf9255390'
+'6a0d826767eeed02300b612e16af99a8f3840ce1f754d437a1ddd8da9d254e95')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/fix-introspection.patch
-  autoreconf
+  patch -Np1 -i ${srcdir}/add-dbus-glib.patch
+  patch -Np0 -i ${srcdir}/epiphany-2.30.6-libnotify-0.7.patch
+  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --disable-scrollkeeper \

Modified: staging-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-06 18:16:38 UTC (rev 112779)
+++ staging-x86_64/PKGBUILD 2011-03-06 19:17:28 UTC (rev 112785)
@@ -3,25 +3,31 @@
 
 pkgname=epiphany
 pkgver=2.30.6
-pkgrel=2
+pkgrel=3
 install=epiphany.install
 pkgdesc=A GNOME2 web browser based on the WebKit rendering engine.
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libwebkit=1.2.4' 'iso-codes=3.10.1' 'desktop-file-utils' 
'libxslt=1.1.24' 'libnotify=0.4.5' 'avahi=0.6.27' 'libsoup-gnome=2.32.0' 
'nss=3.12.8' 'ca-certificates' 'gconf=2.32.0' 'gobject-introspection=0.9.8')
-makedepends=('gnome-doc-utils=0.20.1' 'pkgconfig' 'networkmanager' 'intltool' 
'startup-notification' 'gnome-common')
+depends=('libwebkit=1.2.4' 'iso-codes=3.10.1' 'desktop-file-utils' 
'libxslt=1.1.24' 'libnotify=0.7.1' 'avahi=0.6.27' 'libsoup-gnome=2.32.0' 
'nss=3.12.8' 'ca-certificates' 'gconf=2.32.0' 'gobject-introspection=0.9.8' 
'dbus-glib')
+makedepends=('gnome-doc-utils=0.20.1' 'pkgconfig' 'networkmanager' 'intltool' 
'startup-notification' 'gnome-common' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 url=http://www.gnome.org/projects/epiphany/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
-fix-introspection.patch)
+fix-introspection.patch
+epiphany-2.30.6-libnotify-0.7.patch
+add-dbus-glib.patch)
 sha256sums=('278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc'
-'fed862407db7d971aa759168f889e68e914c4e6d80d7768f3db549bc36bd8dbf')
+'fed862407db7d971aa759168f889e68e914c4e6d80d7768f3db549bc36bd8dbf'
+'c1a59a9df78db07c2cf23d47d881d8d4edf6e55af3d655f8ec9870adf9255390'
+'6a0d826767eeed02300b612e16af99a8f3840ce1f754d437a1ddd8da9d254e95')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/fix-introspection.patch
-  autoreconf
+  patch -Np1 -i 

[arch-commits] Commit in epiphany/repos/staging-i686 (2 files)

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 14:18:05
  Author: ibiru
Revision: 112786

add missing patches

Added:
  epiphany/repos/staging-i686/add-dbus-glib.patch
  epiphany/repos/staging-i686/epiphany-2.30.6-libnotify-0.7.patch

-+
 add-dbus-glib.patch |   20 +
 epiphany-2.30.6-libnotify-0.7.patch |   38 ++
 2 files changed, 58 insertions(+)

Added: add-dbus-glib.patch
===
--- add-dbus-glib.patch (rev 0)
+++ add-dbus-glib.patch 2011-03-06 19:18:05 UTC (rev 112786)
@@ -0,0 +1,20 @@
+From 174a51819570a975cc61e642f7f26cb4bc2f9c57 Mon Sep 17 00:00:00 2001
+From: Diego Escalante Urrelo descala...@igalia.com
+Date: Mon, 01 Nov 2010 05:56:51 +
+Subject: tests: DBUS_LIBS is needed for libephymain.la
+
+---
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index bd2c378..b973214 100644
+--- a/tests/Makefile.am
 b/tests/Makefile.am
+@@ -23,6 +23,7 @@ LDADD = \
+   $(top_builddir)/lib/widgets/libephywidgets.la \
+   $(top_builddir)/lib/libephymisc.la \
+   $(top_builddir)/lib/egg/libegg.la \
++  $(DBUS_LIBS) \
+   $(DEPENDENCIES_LIBS) 
+ 
+ if ENABLE_NSS
+--
+cgit v0.8.3.4

Added: epiphany-2.30.6-libnotify-0.7.patch
===
--- epiphany-2.30.6-libnotify-0.7.patch (rev 0)
+++ epiphany-2.30.6-libnotify-0.7.patch 2011-03-06 19:18:05 UTC (rev 112786)
@@ -0,0 +1,38 @@
+--- embed/downloader-view.c
 embed/downloader-view.c
+@@ -36,6 +36,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ enum
+@@ -337,7 +340,12 @@
+   g_object_ref (dv);
+ 
+   notification = notify_notification_new (title, msg,
+-  GTK_STOCK_INFO, NULL);
++  GTK_STOCK_INFO
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
++#endif
+ 
+   g_signal_connect_after (notification, closed,
+   G_CALLBACK (notification_closed_cb), dv);
+@@ -346,7 +354,11 @@
+   notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);
+   notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
+ 
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  /* notify_notification_attach_to_status_icon was removed */
++#else
+   notify_notification_attach_to_status_icon (notification, status_icon);
++#endif
+ 
+   /* There are some visual glitches when the notification is shown and
+* the GtkStatusIcon is still not visible. To avoid that, we delay the



[arch-commits] Commit in gnome-applets/repos (8 files)

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 14:39:31
  Author: ibiru
Revision: 112787

libnotify 0.7 rebuild

Added:
  gnome-applets/repos/staging-i686/
  gnome-applets/repos/staging-i686/add-dbus-glib.patch
  gnome-applets/repos/staging-i686/gnome-applets-2.32.1.1-libnotify-0.7.patch
  gnome-applets/repos/staging-x86_64/
  gnome-applets/repos/staging-x86_64/add-dbus-glib.patch
  gnome-applets/repos/staging-x86_64/gnome-applets-2.32.1.1-libnotify-0.7.patch
Modified:
  gnome-applets/repos/staging-i686/PKGBUILD
  gnome-applets/repos/staging-x86_64/PKGBUILD

---+
 PKGBUILD  |   40 +
 staging-i686/add-dbus-glib.patch  |   28 ++
 staging-i686/gnome-applets-2.32.1.1-libnotify-0.7.patch   |   53 
 staging-x86_64/add-dbus-glib.patch|   28 ++
 staging-x86_64/gnome-applets-2.32.1.1-libnotify-0.7.patch |   53 
 5 files changed, 188 insertions(+), 14 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 19:18:05 UTC (rev 112786)
+++ staging-i686/PKGBUILD   2011-03-06 19:39:31 UTC (rev 112787)
@@ -3,22 +3,29 @@
 
 pkgname=gnome-applets
 pkgver=2.32.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME Applets
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gstreamer0.10-base-plugins=0.10.30' 'gnome-panel=2.31.92' 
'libgtop=2.28.1' 'gucharmap=2.32.0' 'libnotify=0.4.5' 'cpufrequtils')
+depends=('gstreamer0.10-base-plugins=0.10.30' 'gnome-panel=2.31.92' 
'libgtop=2.28.1' 'gucharmap=2.32.0' 'libnotify=0.7.1' 'cpufrequtils')
 makedepends=('gnome-doc-utils=0.20.1' 'pkgconfig' 
'gnome-settings-daemon=2.31.92' 'intltool' 'gnome-icon-theme=2.31.0' 
'gnome-python-desktop=2.31.1' 'networkmanager=0.8')
 optdepends=('python-gnomeapplet: invest-applet')
-options=(!emptydirs)
+options=('!emptydirs' '!libtool')
 url=http://www.gnome.org;
 groups=(gnome)
 install=gnome-applets.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2b92fe4b3062dfbe264f45472b4db3a27d1e69e13260d37da9fb36b2cbd40327')
-   
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+gnome-applets-2.32.1.1-libnotify-0.7.patch
+add-dbus-glib.patch)
+sha256sums=('2b92fe4b3062dfbe264f45472b4db3a27d1e69e13260d37da9fb36b2cbd40327'
+'1e0b1f9545029bda0f4aadc28ef6eba34a5dbd1c3d1e5cec45627be7b0c32eda'
+'6c79b77aa731f82d9b7c9704e5c6d3cb06252eea3c2d21fa35245d2f02ca0346')
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/add-dbus-glib.patch
+  patch -Np0 -i ${srcdir}/gnome-applets-2.32.1.1-libnotify-0.7.patch
+  autoreconf -fi
   PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-applets \
   --localstatedir=/var --disable-static \
@@ -26,7 +33,6 @@
   --disable-schemas-install --without-hal
   make
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/lib/*.la
 
   sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
 $pkgdir/usr/bin/invest-chart \

Added: staging-i686/add-dbus-glib.patch
===
--- staging-i686/add-dbus-glib.patch(rev 0)
+++ staging-i686/add-dbus-glib.patch2011-03-06 19:39:31 UTC (rev 112787)
@@ -0,0 +1,28 @@
+From fe72f63c91a1458d97d455ab0078d042464366e7 Mon Sep 17 00:00:00 2001
+From: Enrico Minack enrico-min...@gmx.de
+Date: Mon, 03 Jan 2011 19:58:13 +
+Subject: gweather: fixes NetworkManager support to compile, see bug 636217
+
+---
+diff --git a/gweather/Makefile.am b/gweather/Makefile.am
+index ea6ac96..165efda 100644
+--- a/gweather/Makefile.am
 b/gweather/Makefile.am
+@@ -6,6 +6,7 @@ INCLUDES = \
+   -I$(srcdir) \
+   -I$(top_srcdir) \
+   -DGWEATHER_MENU_UI_DIR=\$(uidir)\   \
++  $(DBUS_CFLAGS)  \
+   $(GNOME_APPLETS3_CFLAGS)\
+   $(LIBNOTIFY_CFLAGS) \
+   $(LIBGWEATHER_CFLAGS)   \
+@@ -22,6 +23,7 @@ gweather_applet_2_SOURCES = \
+   gweather-applet.c gweather-applet.h
+ 
+ gweather_applet_2_LDADD = \
++  $(DBUS_LIBS)\
+   $(LIBNOTIFY_LIBS)   \
+   $(GNOME_APPLETS3_LIBS)  \
+   $(GNOME_LIBS2_LIBS) \
+--
+cgit v0.8.3.4

Added: staging-i686/gnome-applets-2.32.1.1-libnotify-0.7.patch
===
--- staging-i686/gnome-applets-2.32.1.1-libnotify-0.7.patch 
(rev 0)
+++ staging-i686/gnome-applets-2.32.1.1-libnotify-0.7.patch 2011-03-06 
19:39:31 UTC (rev 112787)
@@ -0,0 +1,53 @@
+--- 

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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 14:49:19
  Author: ibiru
Revision: 112788

libnotify 0.7 rebuild

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

---+
 PKGBUILD  |   32 +++-
 staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch   |   27 ++
 staging-x86_64/gnome-bluetooth-2.32.0-libnotify-0.7.patch |   27 ++
 3 files changed, 74 insertions(+), 12 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 19:39:31 UTC (rev 112787)
+++ staging-i686/PKGBUILD   2011-03-06 19:49:19 UTC (rev 112788)
@@ -4,29 +4,33 @@
 
 pkgname=gnome-bluetooth
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME Bluetooth Subsystem
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/GnomeBluetooth;
 license=('GPL' 'LGPL')
-depends=('libunique=1.1.6' 'libnotify=0.4.5' 'hicolor-icon-theme' 
'gvfs-obexftp=1.6.3' 'obexd-client=0.33' 'dconf')
-makedepends=('intltool' 'pygtk=2.22' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto=2.28.4' 'gobject-introspection=0.9.6')
+depends=('libunique=1.1.6' 'libnotify=0.7.1' 'hicolor-icon-theme' 
'gvfs-obexftp=1.6.3' 'obexd-client=0.33' 'dconf')
+makedepends=('intltool' 'pygtk=2.22' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto=2.28.4')
 replaces=('bluez-gnome')
 conflicts=('bluez-gnome')
 options=('!libtool' '!emptydirs' '!makeflags')
 install=gnome-bluetooth.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
-61-gnome-bluetooth-rfkill.rules)
+61-gnome-bluetooth-rfkill.rules
+gnome-bluetooth-2.32.0-libnotify-0.7.patch)
 sha256sums=('57b1f06c96a1b85e1c19ff919d708cc38e95edae658881ed99968c325839a973'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
+'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474'
+'42b8388156249bd7c8a18db6d6aef18895ce861f2a79cb937e55eda864245838')
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/gnome-bluetooth-2.32.0-libnotify-0.7.patch
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --disable-desktop-update \
 --disable-icon-update \
---disable-schemas-compile
+--disable-schemas-compile \
+--enable-introspection=no
   make
 }
 

Added: staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch
===
--- staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch 
(rev 0)
+++ staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch 2011-03-06 
19:49:19 UTC (rev 112788)
@@ -0,0 +1,27 @@
+--- applet/notify.c
 applet/notify.c
+@@ -31,6 +31,10 @@
+ #include libnotify/notify.h
+ #include notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ static GtkStatusIcon *statusicon = NULL;
+ static char *icon_name = NULL;
+ static char *tooltip = NULL;
+@@ -71,7 +75,12 @@
+   notify_notification_close(notify, NULL);
+   }
+ 
+-  notify = notify_notification_new(summary, message, icon_name, NULL);
++  notify = notify_notification_new(summary, message, icon_name
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
++#endif
+ 
+   notify_notification_set_timeout(notify, timeout);
+ 

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 19:39:31 UTC (rev 112787)
+++ staging-x86_64/PKGBUILD 2011-03-06 19:49:19 UTC (rev 112788)
@@ -4,29 +4,33 @@
 
 pkgname=gnome-bluetooth
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME Bluetooth Subsystem
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/GnomeBluetooth;
 license=('GPL' 'LGPL')
-depends=('libunique=1.1.6' 'libnotify=0.4.5' 'hicolor-icon-theme' 
'gvfs-obexftp=1.6.3' 'obexd-client=0.33' 'dconf')
-makedepends=('intltool' 'pygtk=2.22' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto=2.28.4' 'gobject-introspection=0.9.6')
+depends=('libunique=1.1.6' 'libnotify=0.7.1' 'hicolor-icon-theme' 
'gvfs-obexftp=1.6.3' 'obexd-client=0.33' 'dconf')
+makedepends=('intltool' 'pygtk=2.22' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto=2.28.4')
 replaces=('bluez-gnome')
 conflicts=('bluez-gnome')
 options=('!libtool' '!emptydirs' '!makeflags')
 install=gnome-bluetooth.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
-61-gnome-bluetooth-rfkill.rules)
+61-gnome-bluetooth-rfkill.rules
+

[arch-commits] Commit in gnome-disk-utility/repos (4 files)

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 15:08:19
  Author: ibiru
Revision: 112789

update to 2.32.1. libnotify 0.7 rebuild

Added:
  gnome-disk-utility/repos/staging-i686/
  gnome-disk-utility/repos/staging-x86_64/
Modified:
  gnome-disk-utility/repos/staging-i686/PKGBUILD
  gnome-disk-utility/repos/staging-x86_64/PKGBUILD

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

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 19:49:19 UTC (rev 112788)
+++ staging-i686/PKGBUILD   2011-03-06 20:08:19 UTC (rev 112789)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-disk-utility
-pkgver=2.32.0
-pkgrel=2
+pkgver=2.32.1
+pkgrel=1
 pkgdesc=GNOME libraries and applications for dealing with storage devices
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.gnome.org;
-depends=('dbus-glib=0.86' 'libgnome-keyring=2.31.92' 'libunique=1.1.6' 
'udisks=1.0.1' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi')
+depends=('dbus-glib=0.86' 'libgnome-keyring=2.31.92' 'libunique=1.1.6' 
'udisks=1.0.1' 'libnotify=0.7.1' 'hicolor-icon-theme' 'avahi')
 makedepends=('gnome-doc-utils=0.20.0' 'intltool')
 replaces=('gnome-mount')
 conflicts=('gnome-mount')
@@ -16,8 +16,8 @@
 install=gnome-disk-utility.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
 fix-freeze.patch)
-sha256sums=('03e461b6bda7f773f8018d25fa3213d3073d4dc83a76e6b39d962652f4de6a98'
-'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
+sha256sums=('fb3f6c8962eca9706fd96e1f0b431c1284536298bc927e8413e763054c618e99'
+'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 19:49:19 UTC (rev 112788)
+++ staging-x86_64/PKGBUILD 2011-03-06 20:08:19 UTC (rev 112789)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-disk-utility
-pkgver=2.32.0
-pkgrel=2
+pkgver=2.32.1
+pkgrel=1
 pkgdesc=GNOME libraries and applications for dealing with storage devices
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.gnome.org;
-depends=('dbus-glib=0.86' 'libgnome-keyring=2.31.92' 'libunique=1.1.6' 
'udisks=1.0.1' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi')
+depends=('dbus-glib=0.86' 'libgnome-keyring=2.31.92' 'libunique=1.1.6' 
'udisks=1.0.1' 'libnotify=0.7.1' 'hicolor-icon-theme' 'avahi')
 makedepends=('gnome-doc-utils=0.20.0' 'intltool')
 replaces=('gnome-mount')
 conflicts=('gnome-mount')
@@ -16,8 +16,8 @@
 install=gnome-disk-utility.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
 fix-freeze.patch)
-sha256sums=('03e461b6bda7f773f8018d25fa3213d3073d4dc83a76e6b39d962652f4de6a98'
-'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
+sha256sums=('fb3f6c8962eca9706fd96e1f0b431c1284536298bc927e8413e763054c618e99'
+'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 15:25:51
  Author: ibiru
Revision: 112790

libnotify 0.7 rebuild

Added:
  gnome-settings-daemon/repos/staging-i686/
  
gnome-settings-daemon/repos/staging-i686/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
  gnome-settings-daemon/repos/staging-x86_64/
  
gnome-settings-daemon/repos/staging-x86_64/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
Modified:
  gnome-settings-daemon/repos/staging-i686/PKGBUILD
  gnome-settings-daemon/repos/staging-x86_64/PKGBUILD

-+
 PKGBUILD|   24 ++-
 staging-i686/gnome-settings-daemon-2.32.1-libnotify-0.7.patch   |   76 
++
 staging-x86_64/gnome-settings-daemon-2.32.1-libnotify-0.7.patch |   76 
++
 3 files changed, 168 insertions(+), 8 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 20:08:19 UTC (rev 112789)
+++ staging-i686/PKGBUILD   2011-03-06 20:25:51 UTC (rev 112790)
@@ -4,26 +4,29 @@
 pkgbase=gnome-settings-daemon
 pkgname=(gnome-settings-daemon gnome-settings-daemon-pulse)
 pkgver=2.32.1
-pkgrel=2
+pkgrel=3
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libgnomekbd=2.32.0' 'gnome-desktop=2.32.0' 'libnotify=0.4.5' 
'hicolor-icon-theme' 'libgnome-data')
+depends=('libgnomekbd=2.32.0' 'gnome-desktop=2.32.0' 'libnotify=0.7.1' 
'hicolor-icon-theme' 'libgnome-data')
 makedepends=('intltool' 'libpulse' 'gstreamer0.10-base=0.10.30' 'libcanberra')
 options=('!emptydirs' '!libtool')
 install=gnome-settings-daemon.install
 url=http://www.gnome.org;
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2
-gstreamer-volume-2.30.patch)
+gstreamer-volume-2.30.patch
+gnome-settings-daemon-2.32.1-libnotify-0.7.patch)
 sha256sums=('0074b3fec3ad6e3ab91a05dc20906b06101ea8bca0cd2caf394a5cc141b05e86'
-'4b2a14c0e238f3cde71619b74f178544151bb319dee84b52133a254b85548582')
+'4b2a14c0e238f3cde71619b74f178544151bb319dee84b52133a254b85548582'
+'da836e61ddaea8b3a90692951296a28c4533e1e117412a0602f6c76e564e837d')
 
 build() {
   cd $srcdir
   cp -a $pkgbase-$pkgver{,-pulse}
   
   cd $pkgbase-$pkgver
+  patch -Np0 -i ${srcdir}/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
   patch -Np1 -i ${srcdir}/gstreamer-volume-2.30.patch
   libtoolize --force
   aclocal
@@ -34,6 +37,7 @@
   make
 
   cd $srcdir/$pkgbase-$pkgver-pulse
+  patch -Np0 -i ${srcdir}/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/bin --disable-static --enable-pulse
   make

Added: staging-i686/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
===
--- staging-i686/gnome-settings-daemon-2.32.1-libnotify-0.7.patch   
(rev 0)
+++ staging-i686/gnome-settings-daemon-2.32.1-libnotify-0.7.patch   
2011-03-06 20:25:51 UTC (rev 112790)
@@ -0,0 +1,76 @@
+--- plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c
 plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c
+@@ -48,6 +48,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif /* HAVE_LIBNOTIFY */
+ 
+ #include gnome-settings-profile.h
+@@ -608,9 +611,13 @@
+ gsd_a11y_keyboard_manager_ensure_status_icon (manager);
+ manager-priv-notification = notify_notification_new (title,
+message,
+-   
preferences-desktop-accessibility,
+-   NULL);
++   
preferences-desktop-accessibility
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++   );
++#else
++   , NULL);
+ notify_notification_attach_to_status_icon 
(manager-priv-notification, manager-priv-status_icon);
++#endif
+ notify_notification_set_timeout (manager-priv-notification, 
NOTIFICATION_TIMEOUT * 1000);
+ 
+ notify_notification_add_action (manager-priv-notification,
+@@ -747,9 +754,13 @@
+ gsd_a11y_keyboard_manager_ensure_status_icon (manager);
+ manager-priv-notification = notify_notification_new (title,
+message,
+-   
preferences-desktop-accessibility,
+-   NULL);
++   

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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 16:31:20
  Author: ibiru
Revision: 112791

libnotify 0.7 rebuild

Added:
  gnome-power-manager/repos/staging-i686/
  
gnome-power-manager/repos/staging-i686/gnome-power-manager-2.32.0-libnotify-0.7.patch
  gnome-power-manager/repos/staging-x86_64/
  
gnome-power-manager/repos/staging-x86_64/gnome-power-manager-2.32.0-libnotify-0.7.patch
Modified:
  gnome-power-manager/repos/staging-i686/PKGBUILD
  gnome-power-manager/repos/staging-x86_64/PKGBUILD

---+
 PKGBUILD  |   22 ---
 staging-i686/gnome-power-manager-2.32.0-libnotify-0.7.patch   |   30 ++
 staging-x86_64/gnome-power-manager-2.32.0-libnotify-0.7.patch |   30 ++
 3 files changed, 74 insertions(+), 8 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 20:25:51 UTC (rev 112790)
+++ staging-i686/PKGBUILD   2011-03-06 21:31:20 UTC (rev 112791)
@@ -3,22 +3,25 @@
 
 pkgname=gnome-power-manager
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Session daemon that makes it easy to manage your laptop or desktop 
system.
 arch=(i686 x86_64)
 url=http://www.gnome.org/projects/gnome-power-manager/;
 license=('GPL')
-depends=('libnotify=0.4.5' 'libunique=1.1.6' 'libcanberra=0.25' 
'hicolor-icon-theme' 'upower=0.9.5' 'libgnome-keyring=2.31.92')
+depends=('libnotify=0.7.1' 'libunique=1.1.6' 'libcanberra=0.25' 
'hicolor-icon-theme' 'upower=0.9.5' 'libgnome-keyring=2.31.92')
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils=0.20.1' 
'gnome-panel-bonobo=2.31.92')
 optdepends=('gnome-panel-bonobo: panel applets')
 options=(!emptydirs)
 install=gnome-power-manager.install
 groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-power-manager/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('17fa301bf7e133285c0e054ae3be2b0f690c48f59b09f67e04d6ed339b330476')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-power-manager/2.32/${pkgname}-${pkgver}.tar.bz2
+gnome-power-manager-2.32.0-libnotify-0.7.patch)
+sha256sums=('17fa301bf7e133285c0e054ae3be2b0f690c48f59b09f67e04d6ed339b330476'
+'50e2f726281805f2b1eb3fbce2e8aa7a4258de12a20bb09e57527235c82760d2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/gnome-power-manager-2.32.0-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-power-manager \

Added: staging-i686/gnome-power-manager-2.32.0-libnotify-0.7.patch
===
--- staging-i686/gnome-power-manager-2.32.0-libnotify-0.7.patch 
(rev 0)
+++ staging-i686/gnome-power-manager-2.32.0-libnotify-0.7.patch 2011-03-06 
21:31:20 UTC (rev 112791)
@@ -0,0 +1,30 @@
+--- src/gpm-manager.c
 src/gpm-manager.c
+@@ -43,6 +43,10 @@
+ #include libupower-glib/upower.h
+ #include libnotify/notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ #include egg-debug.h
+ #include egg-console-kit.h
+ 
+@@ -480,12 +484,16 @@
+   /* close any existing notification of this class */
+   gpm_manager_notify_close (manager, *notification_class);
+ 
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  notification = notify_notification_new (title, message, icon);
++#else
+   /* if the status icon is hidden, don't point at it */
+   if (manager-priv-status_icon != NULL 
+   gtk_status_icon_is_embedded (manager-priv-status_icon))
+   notification = notify_notification_new_with_status_icon (title, 
message, icon, manager-priv-status_icon);
+   else
+   notification = notify_notification_new (title, message, icon, 
NULL);
++#endif
+   notify_notification_set_timeout (notification, timeout);
+   notify_notification_set_urgency (notification, urgency);
+   g_signal_connect (notification, closed, G_CALLBACK 
(gpm_manager_notification_closed_cb), notification_class);

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 20:25:51 UTC (rev 112790)
+++ staging-x86_64/PKGBUILD 2011-03-06 21:31:20 UTC (rev 112791)
@@ -3,22 +3,25 @@
 
 pkgname=gnome-power-manager
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Session daemon that makes it easy to manage your laptop or desktop 
system.
 arch=(i686 x86_64)
 url=http://www.gnome.org/projects/gnome-power-manager/;
 license=('GPL')
-depends=('libnotify=0.4.5' 'libunique=1.1.6' 'libcanberra=0.25' 
'hicolor-icon-theme' 'upower=0.9.5' 'libgnome-keyring=2.31.92')
+depends=('libnotify=0.7.1' 'libunique=1.1.6' 'libcanberra=0.25' 
'hicolor-icon-theme' 'upower=0.9.5' 'libgnome-keyring=2.31.92')
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils=0.20.1' 
'gnome-panel-bonobo=2.31.92')
 

[arch-commits] Commit in claws-mail-extra-plugins/trunk (2 files)

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 17:47:24
  Author: heftig
Revision: 112792

upgpkg: claws-mail-extra-plugins 3.7.8-2
Remove buggy geolocation plugin, Add patch for libnotify 0.7, Cleanup PKGBUILD

Added:
  
claws-mail-extra-plugins/trunk/claws-mail-notification-0.26-libnotify-0.7.patch
Modified:
  claws-mail-extra-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   77 ++---
 claws-mail-notification-0.26-libnotify-0.7.patch |   50 +
 2 files changed, 88 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 21:31:20 UTC (rev 112791)
+++ PKGBUILD2011-03-06 22:47:24 UTC (rev 112792)
@@ -4,65 +4,64 @@
 
 pkgname=claws-mail-extra-plugins
 pkgver=3.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Extra plugins for claws-mail
 url=http://www.claws-mail.org/plugins.php?branch=EXT;
 license=('GPL3')
 arch=('i686' 'x86_64')
 depends=('claws-mail=3.7.8')
-makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.4.5' 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.1.15.4-2' 'libchamplain=0.8.0' 'pygtk=2.16.0' 'libsoup-gnome' 
'libcanberra')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.1.15.4-2'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra')
 optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
 'perl: for perl plugin'
 'libnotify: for notification plugin'
-   'libcanberra: for notification plugin'
-   'dbus-core: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
 'libxml2: for gtkhtml2_viewer and rssyl plugins'
 'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
 'libarchive: for archive plugin'
 'libytnef: for tnef_parse plugin'
 'libwebkit: for the fancy webkit html plugin'
-   'libsoup-gnome: for the fancy webkit html plugin'
-'libchamplain: for geolocation plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
 'python2: for python plugin')
-conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin' 
'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin' 
'sylpheed-claws-extra-plugins' 'claws-tnef-plugin' 'claws-webkit-plugin-svn' 
'claws-mayflower-plugin-svn')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
+   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
+   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
 replaces=('sylpheed-claws-extra-plugins')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('8a67a00598262f8ca07a4af5cd43361d')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2
+claws-mail-notification-0.26-libnotify-0.7.patch)
+md5sums=('8a67a00598262f8ca07a4af5cd43361d'
+ 'b76e1cdbff7af46d6594c34646c06fd0')
 
 build() {
-cd ${srcdir}/claws-mail-extra-plugins-$pkgver
-# hack for new libchamplain
-sed -i -e s/champlain-gtk-0.4/champlain-gtk-0.8/ 
${srcdir}/claws-mail-extra-plugins-$pkgver/geolocation*/configure
-# fix for python2
-export PYTHON=python2
-
-for dir in *; do
-# Continue if it is not a directory or the synce plugin
-[ ! -d $dir ]  continue
-echo $dir | grep synce /dev/null 2/dev/null  continue
- # Else, compile
-cd $dir
-[ -e $configured_file ] || \
-./configure --prefix=/usr --disable-static || return 1
-touch arch-configured
-make || return 1
-cd ..
- done
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+
+  # fix for python2
+  export PYTHON=/usr/bin/python2
+
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  (
+  cd $dir
+
+  [[ $dir == notification_plugin-* ]] 
+patch -Np0 -i 
$srcdir/claws-mail-notification-0.26-libnotify-0.7.patch
+
+  ./configure --prefix=/usr --disable-static
+  make
+)
+  done
 }
 
 package() {
-cd ${srcdir}/claws-mail-extra-plugins-$pkgver
-for dir in *; do
-# Continue if it is not a directory or the synce plugin
-[ ! -d $dir ]  continue
-echo $dir | grep synce /dev/null 2/dev/null  continue
- # Else, install
-cd $dir
-make DESTDIR=$pkgdir install || return 1
-cd ..
- done
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  
+  make -C $dir DESTDIR=$pkgdir install
+  

[arch-commits] Commit in claws-mail-extra-plugins/repos (staging-i686)

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 17:47:41
  Author: heftig
Revision: 112793

archrelease: copy trunk to staging-i686

Added:
  claws-mail-extra-plugins/repos/staging-i686/



[arch-commits] Commit in claws-mail-extra-plugins/repos (staging-x86_64)

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 17:47:58
  Author: heftig
Revision: 112794

archrelease: copy trunk to staging-x86_64

Added:
  claws-mail-extra-plugins/repos/staging-x86_64/



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 18:00:48
  Author: ibiru
Revision: 112795

upgpkg: telepathy-gabble 0.11.7-1
update to 0.11.7

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 22:47:58 UTC (rev 112794)
+++ PKGBUILD2011-03-06 23:00:48 UTC (rev 112795)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.10.5
-pkgrel=2
+pkgver=0.11.7
+pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('6d3e07354fb6d3ea5f8375e7cf776a27')
+md5sums=('dcff93945fffe50a75f6724a411a0b51')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 18:00:55
  Author: ibiru
Revision: 112796

archrelease: remove gnome-unstable-i686

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



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 18:01:09
  Author: ibiru
Revision: 112797

archrelease: copy trunk to gnome-unstable-i686

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



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 18:01:18
  Author: ibiru
Revision: 112798

archrelease: remove gnome-unstable-x86_64

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



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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 18:01:31
  Author: ibiru
Revision: 112799

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:21:16
  Author: heftig
Revision: 112800

upgpkg: liferea 1.6.5-2
Add patch for libnotify-0.7

Added:
  liferea/trunk/libnotify-0.7.patch
Modified:
  liferea/trunk/ChangeLog
  liferea/trunk/PKGBUILD
  liferea/trunk/liferea.install

-+
 ChangeLog   |6 ++
 PKGBUILD|   14 +-
 libnotify-0.7.patch |   21 +
 liferea.install |2 +-
 4 files changed, 37 insertions(+), 6 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-03-06 23:01:31 UTC (rev 112799)
+++ ChangeLog   2011-03-06 23:21:16 UTC (rev 112800)
@@ -1,3 +1,9 @@
+2011-03-07  Jan Steffens  jan.steff...@gmail.com
+
+   * liferea 1.6.5-2
+   * Add patch for libnotify-0.7
+   * Add hicolor-icon-theme dependency
+
 2010-09-29  Eric Belanger  e...@archlinux.org
 
* liferea 1.6.5-1

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 23:01:31 UTC (rev 112799)
+++ PKGBUILD2011-03-06 23:21:16 UTC (rev 112800)
@@ -3,24 +3,28 @@
 
 pkgname=liferea
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
 url=http://liferea.sourceforge.net/;
 license=('GPL')
-depends=('gconf' 'libwebkit' 'libxslt' 'libglade' 'sqlite3')
+depends=('gconf' 'libwebkit' 'libxslt' 'libglade' 'sqlite3' 
'hicolor-icon-theme')
 makedepends=('pkg-config' 'intltool' 'lua' 'libnotify')
 optdepends=('lua: for lua scripting support'
 'libnotify: for notification support')
 options=('!libtool' '!emptydirs')
 install=liferea.install
 changelog=ChangeLog
-source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz)
-md5sums=('b5a2c0803eec5d0aff0b9ca4114eaf16')
-sha1sums=('f24dbd0e81c5a8309f0d19853211fc02ff818477')
+source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz
+libnotify-0.7.patch)
+md5sums=('b5a2c0803eec5d0aff0b9ca4114eaf16'
+ 'fca97e3316c1c51e0179c4c7dcce47a2')
+sha1sums=('f24dbd0e81c5a8309f0d19853211fc02ff818477'
+  '52e53dd11a0ffe62304c4f17e80bfe1412cfbf29')
 
 build() {
   cd ${srcdir}/liferea-${pkgver}
+  patch -Np1 -i $srcdir/libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
   make
 }

Added: libnotify-0.7.patch
===
--- libnotify-0.7.patch (rev 0)
+++ libnotify-0.7.patch 2011-03-06 23:21:16 UTC (rev 112800)
@@ -0,0 +1,21 @@
+diff -u -Nr liferea-1.6.5/src/notification/libnotify.c 
liferea-1.6.5-libnotify/src/notification/libnotify.c
+--- liferea-1.6.5/src/notification/libnotify.c 2009-06-20 20:33:19.0 
+0200
 liferea-1.6.5-libnotify/src/notification/libnotify.c   2011-03-06 
23:53:45.783336455 +0100
+@@ -150,7 +150,7 @@
+ //notify_notification_update ( n, node_get_title(node_p), 
labelText_now_p, NULL);
+ //notify_notification_clear_actions(n);
+ 
+-  n = notify_notification_new (node_get_title(node_p), 
labelText_now_p, NULL, NULL);
++  n = notify_notification_new (node_get_title(node_p), 
labelText_now_p, NULL);
+ 
+   notify_notification_set_icon_from_pixbuf 
(n,node_get_icon(node_p));
+ 
+@@ -244,7 +244,7 @@
+ 
+   labelSummary_p = g_strdup_printf (ngettext (%s has %d new / updated 
headline\n, %s has %d new / updated headlines\n, item_count), 
+ node_get_title (node), item_count);
+-  n = notify_notification_new ( _(Feed Update), labelSummary_p, NULL, 
NULL);
++  n = notify_notification_new ( _(Feed Update), labelSummary_p, NULL);
+   g_free(labelSummary_p);
+ 
+   notify_notification_set_icon_from_pixbuf (n, node_get_icon (node));

Modified: liferea.install
===
--- liferea.install 2011-03-06 23:01:31 UTC (rev 112799)
+++ liferea.install 2011-03-06 23:21:16 UTC (rev 112800)
@@ -14,7 +14,7 @@
 }
 
 pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
+  usr/sbin/gconfpkg --uninstall ${pkgname}
 }
 
 post_remove() {



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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:21:34
  Author: heftig
Revision: 112801

archrelease: copy trunk to staging-i686

Added:
  liferea/repos/staging-i686/



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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:21:51
  Author: heftig
Revision: 112802

archrelease: copy trunk to staging-x86_64

Added:
  liferea/repos/staging-x86_64/



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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:38:26
  Author: heftig
Revision: 112803

upgpkg: liferea 1.7.4-1
Update for gnome-unstable

Modified:
  liferea/trunk/ChangeLog
  liferea/trunk/PKGBUILD
  liferea/trunk/libnotify-0.7.patch

-+
 ChangeLog   |5 +
 PKGBUILD|   18 ++
 libnotify-0.7.patch |   42 ++
 3 files changed, 45 insertions(+), 20 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-03-06 23:21:51 UTC (rev 112802)
+++ ChangeLog   2011-03-06 23:38:26 UTC (rev 112803)
@@ -1,5 +1,10 @@
 2011-03-07  Jan Steffens  jan.steff...@gmail.com
 
+   * liferea 1.7.4-1
+   * Upstream update
+
+2011-03-07  Jan Steffens  jan.steff...@gmail.com
+
* liferea 1.6.5-2
* Add patch for libnotify-0.7
* Add hicolor-icon-theme dependency

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 23:21:51 UTC (rev 112802)
+++ PKGBUILD2011-03-06 23:38:26 UTC (rev 112803)
@@ -2,13 +2,14 @@
 # Maintainer: Eric Belanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.6.5
-pkgrel=2
+pkgver=1.7.4
+pkgrel=1
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
 url=http://liferea.sourceforge.net/;
 license=('GPL')
-depends=('gconf' 'libwebkit' 'libxslt' 'libglade' 'sqlite3' 
'hicolor-icon-theme')
+depends=('gconf' 'libwebkit' 'libxslt' 'libglade' 'sqlite3' 
'hicolor-icon-theme'
+ 'libunique')
 makedepends=('pkg-config' 'intltool' 'lua' 'libnotify')
 optdepends=('lua: for lua scripting support'
 'libnotify: for notification support')
@@ -17,15 +18,16 @@
 changelog=ChangeLog
 
source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz
 libnotify-0.7.patch)
-md5sums=('b5a2c0803eec5d0aff0b9ca4114eaf16'
- 'fca97e3316c1c51e0179c4c7dcce47a2')
-sha1sums=('f24dbd0e81c5a8309f0d19853211fc02ff818477'
-  '52e53dd11a0ffe62304c4f17e80bfe1412cfbf29')
+md5sums=('69ece60acc93a58cffb66e0e4f753704'
+ 'c6bb9248bdf99afe96d7fdb944d8d808')
+sha1sums=('2607aad81b2ada9a932eccd326ad8bbcf1c16986'
+  'cfc0191161215d6181d936edcebf1142213b7074')
 
 build() {
   cd ${srcdir}/liferea-${pkgver}
   patch -Np1 -i $srcdir/libnotify-0.7.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var\
+--disable-schemas-install --disable-nm
   make
 }
 

Modified: libnotify-0.7.patch
===
--- libnotify-0.7.patch 2011-03-06 23:21:51 UTC (rev 112802)
+++ libnotify-0.7.patch 2011-03-06 23:38:26 UTC (rev 112803)
@@ -1,21 +1,39 @@
-diff -u -Nr liferea-1.6.5/src/notification/libnotify.c 
liferea-1.6.5-libnotify/src/notification/libnotify.c
 liferea-1.6.5/src/notification/libnotify.c 2009-06-20 20:33:19.0 
+0200
-+++ liferea-1.6.5-libnotify/src/notification/libnotify.c   2011-03-06 
23:53:45.783336455 +0100
-@@ -150,7 +150,7 @@
+diff -u -Nr liferea-1.7.4/src/notification/libnotify.c 
liferea-1.7.4-libnotify/src/notification/libnotify.c
+--- liferea-1.7.4/src/notification/libnotify.c 2010-01-16 12:02:12.0 
+0100
 liferea-1.7.4-libnotify/src/notification/libnotify.c   2011-03-07 
00:27:39.906668939 +0100
+@@ -158,7 +158,7 @@
  //notify_notification_update ( n, node_get_title(node_p), 
labelText_now_p, NULL);
  //notify_notification_clear_actions(n);
  
--  n = notify_notification_new (node_get_title(node_p), 
labelText_now_p, NULL, NULL);
-+  n = notify_notification_new (node_get_title(node_p), 
labelText_now_p, NULL);
+-  n = notify_notification_new (node_get_title (node_p), 
labelText_now_p, NULL, NULL);
++  n = notify_notification_new (node_get_title (node_p), 
labelText_now_p, NULL);
  
-   notify_notification_set_icon_from_pixbuf 
(n,node_get_icon(node_p));
+   notify_notification_set_icon_from_pixbuf (n, node_get_icon 
(node_p));
+   notify_notification_set_category (n, feed);
+@@ -173,8 +173,6 @@
+   node_p-id, NULL);
+   }
  
-@@ -244,7 +244,7 @@
+-  notify_notification_attach_to_status_icon (n, 
ui_tray_get_status_icon ());
+-
+   if (!notify_notification_show (n, NULL)) {
+   g_warning (libnotify.c - failed to update notification 
via libnotify\n);
+   }
+@@ -249,7 +247,7 @@
  
labelSummary_p = g_strdup_printf (ngettext (%s has %d new / updated 
headline\n, %s has %d new / updated headlines\n, item_count), 
  node_get_title (node), item_count);
--  n = notify_notification_new ( _(Feed Update), labelSummary_p, 

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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:38:46
  Author: heftig
Revision: 112804

archrelease: copy trunk to gnome-unstable-i686

Added:
  liferea/repos/gnome-unstable-i686/



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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:39:06
  Author: heftig
Revision: 112805

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  liferea/repos/gnome-unstable-x86_64/



[arch-commits] Commit in liferea/repos (gnome-unstable-i686 gnome-unstable-x86_64)

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:42:22
  Author: heftig
Revision: 112806

Remove again

Deleted:
  liferea/repos/gnome-unstable-i686/
  liferea/repos/gnome-unstable-x86_64/



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 18:51:20
  Author: andrea
Revision: 112807

upgpkg: kdevelop-php 1.2.0-2
merge php documentation plugin; does not need kdevelop

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 23:42:22 UTC (rev 112806)
+++ PKGBUILD2011-03-06 23:51:20 UTC (rev 112807)
@@ -4,28 +4,44 @@
 pkgname=kdevelop-php
 pkgver=1.2.0
 _pkgver=4.2.0
-pkgrel=1
-pkgdesc=PHP plugin for Kdevelop
+pkgrel=2
+pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=(kdevelop=${_pkgver} 'kdevelop-pg-qt')
+depends=('kdevplatform' 'kdevelop-pg-qt')
 makedepends=('cmake' 'automoc4')
+replaces=('kdevelop-php-docs')
+conflicts=('kdevelop-php-docs')
 options=('!makeflags')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fc48c194e7b87c9fd0850b2d7fc2a78b')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-docs-${pkgver}.tar.bz2;)
+md5sums=('fc48c194e7b87c9fd0850b2d7fc2a78b'
+'5e7c3c33d9e0767bbf3b3df02147dfae')
 
 build() {
   cd ${srcdir}
   mkdir build
-  cd build 
+  cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make
+
+  cd ${srcdir}
+  mkdir build-docs
+  cd build-docs
+  # kdevelop-php-docs
+  cmake ../${pkgname}-docs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
 }
 
 package() {
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build-docs
+  make DESTDIR=${pkgdir} install
 }



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 18:51:27
  Author: andrea
Revision: 112808

archrelease: remove extra-i686

Deleted:
  kdevelop-php/repos/extra-i686/



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 18:51:40
  Author: andrea
Revision: 112809

archrelease: copy trunk to extra-i686

Added:
  kdevelop-php/repos/extra-i686/



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 18:51:52
  Author: andrea
Revision: 112810

archrelease: remove extra-x86_64

Deleted:
  kdevelop-php/repos/extra-x86_64/



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

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 18:52:04
  Author: andrea
Revision: 112811

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-php/repos/extra-x86_64/



[arch-commits] Commit in kdevelop-php-docs/repos (extra-i686)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 18:52:46
  Author: andrea
Revision: 112812

db-remove: kdevelop-php-docs removed by andrea

Deleted:
  kdevelop-php-docs/repos/extra-i686/



[arch-commits] Commit in kdevelop-php-docs/repos (extra-x86_64)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 18:52:53
  Author: andrea
Revision: 112813

db-remove: kdevelop-php-docs removed by andrea

Deleted:
  kdevelop-php-docs/repos/extra-x86_64/



[arch-commits] Commit in (kdevelop-php-docs)

2011-03-06 Thread Andrea Scarpino
Date: Sunday, March 6, 2011 @ 18:53:17
  Author: andrea
Revision: 112814

cleanup

Deleted:
  kdevelop-php-docs/



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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:53:20
  Author: heftig
Revision: 112815

upgpkg: liferea 1.7.4-1
Fix up dependencies

Modified:
  liferea/trunk/ChangeLog
  liferea/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |8 +++-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-03-06 23:53:17 UTC (rev 112814)
+++ ChangeLog   2011-03-06 23:53:20 UTC (rev 112815)
@@ -2,6 +2,9 @@
 
* liferea 1.7.4-1
* Upstream update
+   * Changed libnotify optdepends to depends
+   * Removed lua optdepends (not available any more)
+   * Removed libglade dependency
 
 2011-03-07  Jan Steffens  jan.steff...@gmail.com
 

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 23:53:17 UTC (rev 112814)
+++ PKGBUILD2011-03-06 23:53:20 UTC (rev 112815)
@@ -8,11 +8,9 @@
 arch=('i686' 'x86_64')
 url=http://liferea.sourceforge.net/;
 license=('GPL')
-depends=('gconf' 'libwebkit' 'libxslt' 'libglade' 'sqlite3' 
'hicolor-icon-theme'
- 'libunique')
-makedepends=('pkg-config' 'intltool' 'lua' 'libnotify')
-optdepends=('lua: for lua scripting support'
-'libnotify: for notification support')
+depends=('gconf' 'libwebkit' 'libxslt' 'sqlite3' 'hicolor-icon-theme'
+ 'libunique' 'libnotify')
+makedepends=('pkg-config' 'intltool')
 options=('!libtool' '!emptydirs')
 install=liferea.install
 changelog=ChangeLog



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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:53:40
  Author: heftig
Revision: 112816

archrelease: copy trunk to gnome-unstable-i686

Added:
  liferea/repos/gnome-unstable-i686/



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

2011-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2011 @ 18:53:57
  Author: heftig
Revision: 112817

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  liferea/repos/gnome-unstable-x86_64/



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

2011-03-06 Thread Eric Bélanger
Date: Sunday, March 6, 2011 @ 19:49:11
  Author: eric
Revision: 112818

upgpkg: liferea 1.6.5-2
Reverted to stable version, Rebuilt against libnotify 0.7, Added 
hicolor-icon-theme depends, Removed ChangeLog

Modified:
  liferea/trunk/PKGBUILD
Deleted:
  liferea/trunk/ChangeLog
  liferea/trunk/libnotify-0.7.patch

-+
 ChangeLog   |  151 --
 PKGBUILD|   31 +-
 libnotify-0.7.patch |   39 
 3 files changed, 16 insertions(+), 205 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-03-06 23:53:57 UTC (rev 112817)
+++ ChangeLog   2011-03-07 00:49:11 UTC (rev 112818)
@@ -1,151 +0,0 @@
-2011-03-07  Jan Steffens  jan.steff...@gmail.com
-
-   * liferea 1.7.4-1
-   * Upstream update
-   * Changed libnotify optdepends to depends
-   * Removed lua optdepends (not available any more)
-   * Removed libglade dependency
-
-2011-03-07  Jan Steffens  jan.steff...@gmail.com
-
-   * liferea 1.6.5-2
-   * Add patch for libnotify-0.7
-   * Add hicolor-icon-theme dependency
-
-2010-09-29  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.6.5-1
-   * Upstream update
-
-2010-06-30  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.6.4-1
-   * Upstream update
-   * Changed libnotify depends to optdepends
-   * Tidied up package description
-
-2010-02-22  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.6.3-1
-   * Upstream update
-
-2010-01-23  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.6.2-1
-   * Upstream update
-
-2009-11-20  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.6.1-1
-   * Upstream update
-
-2009-07-26  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.6.0-1
-   * Upstream update
-   * Updated depends
-   * Added lua support
-
-2009-07-01 Jan de Groot  j...@archlinux.org
-
-   * liferea 1.4.28-2
-   * Rebuild for xulrunner 1.9.1
-   * Remove networkmanager dependencies
-
-2009-04-13  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.28-1
-   * Upstream update
-
-2009-03-15  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.27-1
-   * Upstream update
-
-2009-02-21  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.25-1
-   * Upstream update
-
-2009-02-01  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.24-1
-   * Upstream update
-
-2008-12-29  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.23-1
-   * Upstream update
-
-2008-11-14  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.22d-1
-   * Upstream update
-
-2008-10-27  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.20-1
-   * Forced downgrade (close FS#11899)
-
-2008-10-26  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.21b-1
-   * Upstream update
-
-2008-10-01  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.20-1
-   * Upstream update
-
-2008-09-06  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.19-1
-   * Upstream update
-
-2008-08-03  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.18-2
-   * Rebuilt against gnutls 2.4.1
-
-2008-07-28  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.18-1
-   * Upstream update
-   * Updated xulrunner 1.9 support patch
-   * Added intltool makedepends
-   * Removed force option
-   
-2008-06-22  Jan de Groot  j...@archlinux.org
-   
-   * liferea 1.4.16b-2
-   * Build with xulrunner 1.9
-   * Add patch from gentoo to fix xulrunner 1.9 support
-   * Make versioned dependencies more strict
-   * Drop dependencies covered by xulrunner 1.9
-
-2008-06-17  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.16b-1
-   * Upstream update
-   * Added force option
-
-2008-06-13  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.16-1
-   * Upstream update
-
-2008-04-17  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.15-1
-   * Upstream update
-
-2008-03-12  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.14-1
-   * Upstream update
-
-2008-03-06  Eric Belanger  e...@archlinux.org
-
-   * liferea 1.4.13-1
-   * Upstream update
-   * Cleaned install scriptlet

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 23:53:57 UTC (rev 112817)
+++ PKGBUILD2011-03-07 00:49:11 UTC (rev 112818)
@@ -1,30 +1,31 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.7.4
-pkgrel=1
+pkgver=1.6.5
+pkgrel=2
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
 url=http://liferea.sourceforge.net/;
 license=('GPL')
-depends=('gconf' 'libwebkit' 'libxslt' 'sqlite3' 'hicolor-icon-theme'
- 'libunique' 

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

2011-03-06 Thread Eric Bélanger
Date: Sunday, March 6, 2011 @ 19:49:30
  Author: eric
Revision: 112819

archrelease: remove staging-i686

Deleted:
  liferea/repos/staging-i686/



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

2011-03-06 Thread Eric Bélanger
Date: Sunday, March 6, 2011 @ 19:49:45
  Author: eric
Revision: 112820

archrelease: copy trunk to staging-i686

Added:
  liferea/repos/staging-i686/



  1   2   >