summaryrefslogtreecommitdiff
path: root/community/kadu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kadu/PKGBUILD')
-rw-r--r--community/kadu/PKGBUILD9
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}"
}