[arch-commits] Commit in kadu/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Oct 10 16:24:21 UTC 2014
Date: Friday, October 10, 2014 @ 18:24:21
Author: bpiotrowski
Revision: 120496
archrelease: copy trunk to community-x86_64
Added:
kadu/repos/community-x86_64/
kadu/repos/community-x86_64/PKGBUILD
(from rev 120495, kadu/trunk/PKGBUILD)
kadu/repos/community-x86_64/kadu.install
(from rev 120495, kadu/trunk/kadu.install)
Deleted:
kadu/repos/community-x86_64/
--------------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
kadu.install | 12 ++++++++++++
2 files changed, 47 insertions(+)
Copied: kadu/repos/community-x86_64/PKGBUILD (from rev 120495, kadu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-10 16:24:21 UTC (rev 120496)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+
+pkgname=kadu
+pkgver=1.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
+
+build() {
+ mkdir build
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DQT_QMAKE_EXECUTABLE=qmake-qt4
+ make
+}
+
+package() {
+ make -C build DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+ chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
+}
Copied: kadu/repos/community-x86_64/kadu.install (from rev 120495, kadu/trunk/kadu.install)
===================================================================
--- community-x86_64/kadu.install (rev 0)
+++ community-x86_64/kadu.install 2014-10-10 16:24:21 UTC (rev 120496)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
More information about the arch-commits
mailing list