# Maintainer: Hugo Doria # Contributor pidgin-libnotify: 3ED pkgname=pidgin-libnotify pkgver=0.14 pkgrel=3 arch=('i686' 'x86_64') pkgdesc="pidgin plugin that enables popups when someone logs in or messages you." url="http://gaim-libnotify.sourceforge.net/" license=('GPL') depends=('pidgin' 'libnotify' 'perlxml' 'gettext' 'notification-daemon') makedepends=('libtool' 'intltool') replaces=('gaim-libnotify') source=(http://downloads.sourceforge.net/sourceforge/gaim-libnotify/$pkgname-$pkgver.tar.gz germ_lang.patch) md5sums=('bfb5368b69c02d429b2b17c00a6673c0' '698572b33f03e07d2aa178251e9018af') build() { cd $srcdir patch -p0 < germ_lang.patch cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --disable-deprecated make || return 1 make DESTDIR=$startdir/pkg install }