[arch-commits] Commit in kadu/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Dec 17 21:53:19 UTC 2014


    Date: Wednesday, December 17, 2014 @ 22:53:19
  Author: bpiotrowski
Revision: 124058

archrelease: copy trunk to community-i686, community-x86_64

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

-------------------------------+
 /PKGBUILD                     |   72 ++++++++++++++++++++++++++++++++++++++++
 /kadu.install                 |   24 +++++++++++++
 community-i686/PKGBUILD       |   36 --------------------
 community-i686/kadu.install   |   12 ------
 community-x86_64/PKGBUILD     |   36 --------------------
 community-x86_64/kadu.install |   12 ------
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-17 21:53:08 UTC (rev 124057)
+++ community-i686/PKGBUILD	2014-12-17 21:53:19 UTC (rev 124058)
@@ -1,36 +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.2
-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' 'ninja')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('df412a6d430d01bfd25a1201cfa7bdf6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-    -GNinja \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DQT_QMAKE_EXECUTABLE=qmake-qt4
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
-  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 124057, kadu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-17 21:53:19 UTC (rev 124058)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+
+pkgname=kadu
+pkgver=1.3
+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' 'ninja')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('2ec969746c5ff90f922a0fd3bddf9f22')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+    -GNinja \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DQT_QMAKE_EXECUTABLE=qmake-qt4
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
+  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
+}

Deleted: community-i686/kadu.install
===================================================================
--- community-i686/kadu.install	2014-12-17 21:53:08 UTC (rev 124057)
+++ community-i686/kadu.install	2014-12-17 21:53:19 UTC (rev 124058)
@@ -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-i686/kadu.install (from rev 124057, kadu/trunk/kadu.install)
===================================================================
--- community-i686/kadu.install	                        (rev 0)
+++ community-i686/kadu.install	2014-12-17 21:53:19 UTC (rev 124058)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-12-17 21:53:08 UTC (rev 124057)
+++ community-x86_64/PKGBUILD	2014-12-17 21:53:19 UTC (rev 124058)
@@ -1,36 +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.2
-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' 'ninja')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('df412a6d430d01bfd25a1201cfa7bdf6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-    -GNinja \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DQT_QMAKE_EXECUTABLE=qmake-qt4
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
-  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-x86_64/PKGBUILD (from rev 124057, kadu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-17 21:53:19 UTC (rev 124058)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+
+pkgname=kadu
+pkgver=1.3
+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' 'ninja')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('2ec969746c5ff90f922a0fd3bddf9f22')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+    -GNinja \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DQT_QMAKE_EXECUTABLE=qmake-qt4
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
+  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
+}

Deleted: community-x86_64/kadu.install
===================================================================
--- community-x86_64/kadu.install	2014-12-17 21:53:08 UTC (rev 124057)
+++ community-x86_64/kadu.install	2014-12-17 21:53:19 UTC (rev 124058)
@@ -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-x86_64/kadu.install (from rev 124057, kadu/trunk/kadu.install)
===================================================================
--- community-x86_64/kadu.install	                        (rev 0)
+++ community-x86_64/kadu.install	2014-12-17 21:53:19 UTC (rev 124058)
@@ -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