diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-26 10:36:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-26 10:36:11 -0300 |
commit | 33f415176525625b793cdfa66f3fc5828214a34e (patch) | |
tree | 4f60a7d083ef4d8d0324f840d13267e58d790a17 /community/kadu | |
parent | 14a4ed053872549facd5a1f4817bee71bb21c8f7 (diff) | |
parent | 9a6b691757346035549dbd12d1323301d04a6675 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
multilib/lib32-libphobos-ldc/PKGBUILD
multilib/wine_gecko/PKGBUILD
testing/dbus-core/PKGBUILD
testing/dbus-core/dbus
testing/dbus-core/dbus.install
testing/psmisc/PKGBUILD
testing/systemd/PKGBUILD
testing/systemd/systemd-tools.install
testing/systemd/systemd.install
testing/sysvinit/PKGBUILD
Diffstat (limited to 'community/kadu')
-rw-r--r-- | community/kadu/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD index edd620c84..6a40922d5 100644 --- a/community/kadu/PKGBUILD +++ b/community/kadu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70153 2012-04-30 20:50:12Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 72896 2012-06-24 16:12:42Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Mateusz Herych # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> pkgname=kadu -pkgver=0.11.3 +pkgver=0.12.0 pkgrel=1 pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('libgadu' 'libxss' 'aspell' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient' makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl') install=kadu.install source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2) -md5sums=('fc70882b86bdb04cb0835b2cf014b8aa') +md5sums=('9e89dfa84561e408b26dae207e176198') build() { cd "$srcdir" @@ -28,6 +28,7 @@ build() { package() { cd "$srcdir/build" make DESTDIR="$pkgdir" install + mv "$pkgdir"/usr/sdk "$pkgdir"/usr/share/kadu/sdk rm -rf "$pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}" rm -rf "$pkgdir/usr/share/kadu/{HISTORY,README}" } |