[arch-commits] Commit in kadu/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sun May 5 09:24:04 UTC 2013
Date: Sunday, May 5, 2013 @ 11:24:04
Author: bpiotrowski
Revision: 89897
archrelease: copy trunk to community-i686, community-x86_64
Added:
kadu/repos/community-i686/PKGBUILD
(from rev 89896, kadu/trunk/PKGBUILD)
kadu/repos/community-i686/kadu.install
(from rev 89896, kadu/trunk/kadu.install)
kadu/repos/community-x86_64/PKGBUILD
(from rev 89896, kadu/trunk/PKGBUILD)
kadu/repos/community-x86_64/kadu.install
(from rev 89896, 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 | 80 ++++++++++++++++++++++++++++++++++++++++
/kadu.install | 24 ++++++++++++
community-i686/PKGBUILD | 37 ------------------
community-i686/kadu.install | 12 ------
community-x86_64/PKGBUILD | 37 ------------------
community-x86_64/kadu.install | 12 ------
6 files changed, 104 insertions(+), 98 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-05-05 09:23:47 UTC (rev 89896)
+++ community-i686/PKGBUILD 2013-05-05 09:24:04 UTC (rev 89897)
@@ -1,37 +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=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}
-}
Copied: kadu/repos/community-i686/PKGBUILD (from rev 89896, kadu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-05 09:24:04 UTC (rev 89897)
@@ -0,0 +1,40 @@
+# $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=3
+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' 'optipng')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d607bbd0d00b01bfb70dd15f15c8be4076896a935041651e67a3887ad12ab8a8')
+
+prepare() {
+ find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+ mkdir build
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd 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-05-05 09:23:47 UTC (rev 89896)
+++ community-i686/kadu.install 2013-05-05 09:24:04 UTC (rev 89897)
@@ -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 89896, kadu/trunk/kadu.install)
===================================================================
--- community-i686/kadu.install (rev 0)
+++ community-i686/kadu.install 2013-05-05 09:24:04 UTC (rev 89897)
@@ -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-05-05 09:23:47 UTC (rev 89896)
+++ community-x86_64/PKGBUILD 2013-05-05 09:24:04 UTC (rev 89897)
@@ -1,37 +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=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}
-}
Copied: kadu/repos/community-x86_64/PKGBUILD (from rev 89896, kadu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-05 09:24:04 UTC (rev 89897)
@@ -0,0 +1,40 @@
+# $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=3
+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' 'optipng')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d607bbd0d00b01bfb70dd15f15c8be4076896a935041651e67a3887ad12ab8a8')
+
+prepare() {
+ find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+ mkdir build
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd 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-05-05 09:23:47 UTC (rev 89896)
+++ community-x86_64/kadu.install 2013-05-05 09:24:04 UTC (rev 89897)
@@ -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 89896, kadu/trunk/kadu.install)
===================================================================
--- community-x86_64/kadu.install (rev 0)
+++ community-x86_64/kadu.install 2013-05-05 09:24:04 UTC (rev 89897)
@@ -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