[arch-commits] Commit in kadu/repos/community-testing-i686 (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Oct 10 18:26:02 UTC 2014


    Date: Friday, October 10, 2014 @ 20:26:02
  Author: bpiotrowski
Revision: 120498

archrelease: copy trunk to community-testing-i686

Added:
  kadu/repos/community-testing-i686/PKGBUILD
    (from rev 120497, kadu/trunk/PKGBUILD)
  kadu/repos/community-testing-i686/kadu.install
    (from rev 120497, kadu/trunk/kadu.install)
Deleted:
  kadu/repos/community-testing-i686/PKGBUILD
  kadu/repos/community-testing-i686/kadu.install

--------------+
 PKGBUILD     |   70 ++++++++++++++++++++++++++++-----------------------------
 kadu.install |   24 +++++++++----------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-10 18:25:54 UTC (rev 120497)
+++ PKGBUILD	2014-10-10 18:26:02 UTC (rev 120498)
@@ -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=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-testing-i686/PKGBUILD (from rev 120497, kadu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-10 18:26:02 UTC (rev 120498)
@@ -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=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
+}

Deleted: kadu.install
===================================================================
--- kadu.install	2014-10-10 18:25:54 UTC (rev 120497)
+++ kadu.install	2014-10-10 18:26:02 UTC (rev 120498)
@@ -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 120497, kadu/trunk/kadu.install)
===================================================================
--- kadu.install	                        (rev 0)
+++ kadu.install	2014-10-10 18:26:02 UTC (rev 120498)
@@ -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