summaryrefslogtreecommitdiff
path: root/community/guifications
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-21 14:44:37 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-21 14:44:37 -0300
commit9d6dd0a34cb8bd599c4d06c54dbd247ede60267f (patch)
treecc7662c9e2eda6f7e3b3b0fb3b7c094e4fa54d0b /community/guifications
parentfe0996f2e8716b772785a0bf93c6a3f2d5dc22ff (diff)
parent70b4878648fd376433739bd5c835503f6301a5b2 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/avifile/PKGBUILD community/blackbox/PKGBUILD community/blobby2/PKGBUILD community/chmsee/PKGBUILD community/extrema/PKGBUILD community/floyd/PKGBUILD community/gnash/PKGBUILD community/gq/PKGBUILD community/gsql/PKGBUILD community/haddock/PKGBUILD community/hashcash/PKGBUILD community/kvpnc/PKGBUILD community/uptimed/PKGBUILD community/wol/PKGBUILD core/jfsutils/PKGBUILD core/reiserfsprogs/PKGBUILD extra/gtk2/PKGBUILD extra/libcroco/PKGBUILD extra/libffado/PKGBUILD extra/librsvg/PKGBUILD extra/lua/PKGBUILD extra/mesa/PKGBUILD extra/valgrind/PKGBUILD extra/xorg-server/PKGBUILD libre/audacious-plugins-libre/PKGBUILD libre/texlive-bin-libre/PKGBUILD multilib/lib32-gtk2/PKGBUILD multilib/lib32-mesa/PKGBUILD multilib/wine/PKGBUILD multilib/wine_gecko/PKGBUILD
Diffstat (limited to 'community/guifications')
-rw-r--r--community/guifications/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/community/guifications/PKGBUILD b/community/guifications/PKGBUILD
index 837667cbe..94a0683b9 100644
--- a/community/guifications/PKGBUILD
+++ b/community/guifications/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 17250 2010-05-22 14:25:10Z ibiru $
+# $Id: PKGBUILD 58837 2011-11-18 17:38:20Z jelle $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Link Dupont <link@.subpop.net>
pkgname=guifications
pkgver=2.16
-pkgrel=2
+pkgrel=3
pkgdesc="A set of GUI popup notifications for pidgin"
arch=(i686 x86_64 'mips64el')
url="http://plugins.guifications.org/trac/wiki/Guifications"
@@ -12,12 +12,16 @@ license=("GPL")
depends=('pidgin')
makedepends=('perlxml')
options=('!libtool')
-source=(pidgin-${pkgname}-${pkgver}.tar.bz2::http://plugins.guifications.org/trac/downloads/7)
-md5sums=('cd1f803231093cde01514feca59f643f')
+source=("https://www.guifications.org/attachments/download/145/pidgin-guifications-2.16.tar.gz")
+md5sums=('43fd9022160f15b4b262c4662ba62fc9')
build() {
cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
./configure --prefix=/usr --disable-deprecated
- make || return 1
+ make
+}
+package()
+{
+ cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}