[arch-commits] Commit in kadu/repos (7 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Oct 19 12:12:51 UTC 2014
Date: Sunday, October 19, 2014 @ 14:12:51
Author: bpiotrowski
Revision: 120975
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
kadu/repos/community-testing-i686/PKGBUILD
(from rev 120974, kadu/trunk/PKGBUILD)
kadu/repos/community-testing-i686/kadu.install
(from rev 120974, kadu/trunk/kadu.install)
kadu/repos/community-testing-x86_64/
kadu/repos/community-testing-x86_64/PKGBUILD
(from rev 120974, kadu/trunk/PKGBUILD)
kadu/repos/community-testing-x86_64/kadu.install
(from rev 120974, kadu/trunk/kadu.install)
Deleted:
kadu/repos/community-testing-i686/PKGBUILD
kadu/repos/community-testing-i686/kadu.install
---------------------------------------+
/PKGBUILD | 35 ++++++++++++++++++++++++++++++++
/kadu.install | 12 ++++++++++
community-testing-i686/PKGBUILD | 35 --------------------------------
community-testing-i686/kadu.install | 12 ----------
community-testing-x86_64/PKGBUILD | 35 ++++++++++++++++++++++++++++++++
community-testing-x86_64/kadu.install | 12 ++++++++++
6 files changed, 94 insertions(+), 47 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2014-10-19 12:12:29 UTC (rev 120974)
+++ community-testing-i686/PKGBUILD 2014-10-19 12:12:51 UTC (rev 120975)
@@ -1,35 +0,0 @@
-# $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=2
-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-testing-i686/PKGBUILD (from rev 120974, kadu/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-19 12:12:51 UTC (rev 120975)
@@ -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.1
+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=('c12eb6ad32a5cacadb08e72b35a6a897')
+
+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
+}
Deleted: community-testing-i686/kadu.install
===================================================================
--- community-testing-i686/kadu.install 2014-10-19 12:12:29 UTC (rev 120974)
+++ community-testing-i686/kadu.install 2014-10-19 12:12:51 UTC (rev 120975)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
Copied: kadu/repos/community-testing-i686/kadu.install (from rev 120974, kadu/trunk/kadu.install)
===================================================================
--- community-testing-i686/kadu.install (rev 0)
+++ community-testing-i686/kadu.install 2014-10-19 12:12:51 UTC (rev 120975)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
Copied: kadu/repos/community-testing-x86_64/PKGBUILD (from rev 120974, kadu/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2014-10-19 12:12:51 UTC (rev 120975)
@@ -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.1
+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=('c12eb6ad32a5cacadb08e72b35a6a897')
+
+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-testing-x86_64/kadu.install (from rev 120974, kadu/trunk/kadu.install)
===================================================================
--- community-testing-x86_64/kadu.install (rev 0)
+++ community-testing-x86_64/kadu.install 2014-10-19 12:12:51 UTC (rev 120975)
@@ -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