[arch-commits] Commit in kadu/repos (8 files)
bpiotrowski at nymeria.archlinux.org
bpiotrowski at nymeria.archlinux.org
Wed Jan 23 20:16:19 UTC 2013
Date: Wednesday, January 23, 2013 @ 21:16:18
Author: bpiotrowski
Revision: 82749
archrelease: copy trunk to community-i686, community-x86_64
Added:
kadu/repos/community-i686/PKGBUILD
(from rev 82748, kadu/trunk/PKGBUILD)
kadu/repos/community-i686/kadu.install
(from rev 82748, kadu/trunk/kadu.install)
kadu/repos/community-x86_64/PKGBUILD
(from rev 82748, kadu/trunk/PKGBUILD)
kadu/repos/community-x86_64/kadu.install
(from rev 82748, 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
-------------------------------+
community-i686/PKGBUILD | 71 ++++++++++++++++++++--------------------
community-i686/kadu.install | 24 ++++++-------
community-x86_64/PKGBUILD | 71 ++++++++++++++++++++--------------------
community-x86_64/kadu.install | 24 ++++++-------
4 files changed, 98 insertions(+), 92 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-01-23 20:15:53 UTC (rev 82748)
+++ community-i686/PKGBUILD 2013-01-23 20:16:18 UTC (rev 82749)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-
-pkgname=kadu
-pkgver=0.12.3
-pkgrel=1
-pkgdesc='A 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')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('c5d6f0bd384cd96090819ea018eb8ad8')
-
-build() {
- cd $srcdir
- mkdir build
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
- mv $pkgdir/usr/sdk "$pkgdir"/usr/share/kadu/sdk
- rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
- rm -rf $pkgdir/usr/share/kadu/{HISTORY,README}
-}
Copied: kadu/repos/community-i686/PKGBUILD (from rev 82748, kadu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-23 20:16:18 UTC (rev 82749)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+
+pkgname=kadu
+pkgver=0.12.3
+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')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d607bbd0d00b01bfb70dd15f15c8be4076896a935041651e67a3887ad12ab8a8')
+
+build() {
+ cd $srcdir
+ mkdir build
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir LIBDIR=/usr/lib install
+
+ mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk
+ rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
+}
Deleted: community-i686/kadu.install
===================================================================
--- community-i686/kadu.install 2013-01-23 20:15:53 UTC (rev 82748)
+++ community-i686/kadu.install 2013-01-23 20:16:18 UTC (rev 82749)
@@ -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 82748, kadu/trunk/kadu.install)
===================================================================
--- community-i686/kadu.install (rev 0)
+++ community-i686/kadu.install 2013-01-23 20:16:18 UTC (rev 82749)
@@ -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 2013-01-23 20:15:53 UTC (rev 82748)
+++ community-x86_64/PKGBUILD 2013-01-23 20:16:18 UTC (rev 82749)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-
-pkgname=kadu
-pkgver=0.12.3
-pkgrel=1
-pkgdesc='A 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')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('c5d6f0bd384cd96090819ea018eb8ad8')
-
-build() {
- cd $srcdir
- mkdir build
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
- mv $pkgdir/usr/sdk "$pkgdir"/usr/share/kadu/sdk
- rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
- rm -rf $pkgdir/usr/share/kadu/{HISTORY,README}
-}
Copied: kadu/repos/community-x86_64/PKGBUILD (from rev 82748, kadu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-01-23 20:16:18 UTC (rev 82749)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+
+pkgname=kadu
+pkgver=0.12.3
+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')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d607bbd0d00b01bfb70dd15f15c8be4076896a935041651e67a3887ad12ab8a8')
+
+build() {
+ cd $srcdir
+ mkdir build
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir LIBDIR=/usr/lib install
+
+ mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk
+ rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
+}
Deleted: community-x86_64/kadu.install
===================================================================
--- community-x86_64/kadu.install 2013-01-23 20:15:53 UTC (rev 82748)
+++ community-x86_64/kadu.install 2013-01-23 20:16:18 UTC (rev 82749)
@@ -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 82748, kadu/trunk/kadu.install)
===================================================================
--- community-x86_64/kadu.install (rev 0)
+++ community-x86_64/kadu.install 2013-01-23 20:16:18 UTC (rev 82749)
@@ -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