summaryrefslogtreecommitdiff
path: root/community/kadu
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-10 10:04:03 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-10 10:04:03 +0200
commitdb5f9e94c74935ba2d3f3e5267f5184f78303e15 (patch)
tree5ffa37eab5f2f7a1afa9f4eedc7f05636668f8de /community/kadu
parent7d166e43d693278dc2585521d147f2b972e8a40c (diff)
parent223ca251f3ce07eb5484be845e631d6ca645b263 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/erlang/PKGBUILD community/bird/PKGBUILD community/chmsee/PKGBUILD extra/avahi/PKGBUILD extra/lirc/PKGBUILD libre/audacious-plugins-libre/PKGBUILD testing/btrfs-progs/PKGBUILD testing/gcc/PKGBUILD
Diffstat (limited to 'community/kadu')
-rw-r--r--community/kadu/PKGBUILD9
-rw-r--r--community/kadu/kadu.install12
2 files changed, 17 insertions, 4 deletions
diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD
index b01650f9f..6c08c05c2 100644
--- a/community/kadu/PKGBUILD
+++ b/community/kadu/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 66946 2012-03-02 16:54:51Z bpiotrowski $
+# $Id: PKGBUILD 69022 2012-04-08 09:21:56Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski
# Contributor: Mateusz Herych
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
pkgname=kadu
-pkgver=0.11.1
+pkgver=0.11.2
pkgrel=1
pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.kadu.net/"
license=('GPL')
-depends=('libgadu' 'libxss' 'aspell' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient' 'qtwebkit')
+depends=('libgadu' 'libxss' 'aspell' '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=('30c239876fd0fd4eadb874c3cb2ebe10')
+md5sums=('ddfe05f1c947e9ff897f37804ecbd7d4')
build() {
cd "$srcdir"
diff --git a/community/kadu/kadu.install b/community/kadu/kadu.install
new file mode 100644
index 000000000..f32ae9d17
--- /dev/null
+++ b/community/kadu/kadu.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+