diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pidgin-libnotify/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pidgin-libnotify/PKGBUILD')
-rw-r--r-- | community/pidgin-libnotify/PKGBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/community/pidgin-libnotify/PKGBUILD b/community/pidgin-libnotify/PKGBUILD deleted file mode 100644 index ada06ec74..000000000 --- a/community/pidgin-libnotify/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: Daenyth <Daenyth+Arch [at] gmail [dot] com> -# Contributor: Hugo Doria <hugodoria@gmail.com> -# Contributor pidgin-libnotify: 3ED <kas1987@o2.pl> - -pkgname=pidgin-libnotify -pkgver=0.14 -pkgrel=8 -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') -makedepends=('intltool') -optdepends=('notification-daemon') -options=(!libtool) -source=(http://downloads.sourceforge.net/sourceforge/gaim-libnotify/$pkgname-$pkgver.tar.gz language_fixes.patch - pidgin-libnotify-0.14-libnotify-0.7.patch pidgin-libnotify-showbutton.patch pidgin-libnotify-getfocus.patch) -md5sums=('bfb5368b69c02d429b2b17c00a6673c0' - 'e9bdbb3c7faa61f062fc64277457b6c0' - '05538625f14d9f2c12adae5fa6a1fa26' - 'efe1e86aa1e0bc9f7d20efe7f34ad4a7' - 'e624998744d1c2fb8e2c6be94b04c38a') - -build() { - cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i "$srcdir/language_fixes.patch" - patch -Np0 -i "$srcdir/pidgin-libnotify-0.14-libnotify-0.7.patch" - patch -Np0 -i "$srcdir/pidgin-libnotify-showbutton.patch" - patch -Np0 -i "$srcdir/pidgin-libnotify-getfocus.patch" - - ./configure --prefix=/usr --disable-deprecated --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} |