summaryrefslogtreecommitdiff
path: root/community/kadu
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-18 00:20:21 -0700
committerroot <root@rshg054.dnsready.net>2012-09-18 00:20:21 -0700
commit0eb0f7dcc1b8f07ad3f0eb5086eafba8f627967d (patch)
tree5e9211b5c62c88d15ad6652e0575105433af04dc /community/kadu
parentd1d75c37c446dfbe9cbae503300e17f2973dbf44 (diff)
Tue Sep 18 00:20:18 PDT 2012
Diffstat (limited to 'community/kadu')
-rw-r--r--community/kadu/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD
index a6ceb1292..e9d2c6f33 100644
--- a/community/kadu/PKGBUILD
+++ b/community/kadu/PKGBUILD
@@ -1,34 +1,34 @@
-# $Id: PKGBUILD 76119 2012-09-11 16:47:42Z bpiotrowski $
+# $Id: PKGBUILD 76360 2012-09-16 14:56:37Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Mateusz Herych
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
pkgname=kadu
-pkgver=0.12.2
+pkgver=0.12.3
pkgrel=1
-pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client"
+pkgdesc='A Qt-based Jabber/XMPP and Gadu-Gadu client'
arch=('i686' 'x86_64')
-url="http://www.kadu.net/"
+url='http://www.kadu.net/'
license=('GPL')
depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient' 'qtwebkit' 'xdg-utils')
makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl')
install=kadu.install
source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('e546834f85bed14279691998545d203c')
+md5sums=('c5d6f0bd384cd96090819ea018eb8ad8')
build() {
- cd "$srcdir"
+ cd $srcdir
mkdir build
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr
make
}
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}"
+ 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}
}