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

2017-01-25 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 08:22:01
  Author: arojas
Revision: 208989

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   41 --
 community-x86_64/PKGBUILD |   41 --
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-25 08:21:35 UTC (rev 208988)
+++ community-i686/PKGBUILD 2017-01-25 08:22:01 UTC (rev 208989)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=4.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' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
- 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
-optdepends=('qxmpp: Jabber protocol')
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('7b255ac2cd44d4c038d30cec2efac762')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_CXX_STANDARD=14 \
--DENABLE_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 208988, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 08:22:01 UTC (rev 208989)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=4.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' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('011899121ca5a7e653892f29072032e2')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_STANDARD=14 \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-25 08:21:35 UTC (rev 208988)
+++ community-x86_64/PKGBUILD   2017-01-25 08:22:01 UTC (rev 208989)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=4.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' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
- 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
-optdepends=('qxmpp: Jabber protocol')
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('7b255ac2cd44d4c038d30cec2efac762')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
-

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

2016-12-02 Thread Antonio Rojas
Date: Friday, December 2, 2016 @ 16:09:09
  Author: arojas
Revision: 197757

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   41 --
 community-x86_64/PKGBUILD |   41 --
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-02 16:08:43 UTC (rev 197756)
+++ community-i686/PKGBUILD 2016-12-02 16:09:09 UTC (rev 197757)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=4.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' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
- 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
-optdepends=('qxmpp: Jabber protocol')
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('6d74ad3c7e6dfc353f780d2d992fb488')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_CXX_STANDARD=14 \
--DENABLE_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 197756, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-02 16:09:09 UTC (rev 197757)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=4.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' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('7b255ac2cd44d4c038d30cec2efac762')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_STANDARD=14 \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-02 16:08:43 UTC (rev 197756)
+++ community-x86_64/PKGBUILD   2016-12-02 16:09:09 UTC (rev 197757)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=4.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' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
- 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
-optdepends=('qxmpp: Jabber protocol')
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('6d74ad3c7e6dfc353f780d2d992fb488')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
-

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

2016-11-02 Thread Antonio Rojas
Date: Wednesday, November 2, 2016 @ 20:23:44
  Author: arojas
Revision: 194545

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 82 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-02 20:23:10 UTC (rev 194544)
+++ community-i686/PKGBUILD 2016-11-02 20:23:44 UTC (rev 194545)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=4.0
-pkgrel=1
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-options=(!makeflags)
-depends=('libgadu' 'libxss' 'enchant' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
- 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
-optdepends=('qxmpp: Jabber protocol')
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('639dd102474e2cea73876d4051459082')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_CXX_STANDARD=14 \
--DENABLE_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 194544, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-02 20:23:44 UTC (rev 194545)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=4.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' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('6d74ad3c7e6dfc353f780d2d992fb488')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_STANDARD=14 \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-02 20:23:10 UTC (rev 194544)
+++ community-x86_64/PKGBUILD   2016-11-02 20:23:44 UTC (rev 194545)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=4.0
-pkgrel=1
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-options=(!makeflags)
-depends=('libgadu' 'libxss' 'enchant' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
- 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
-optdepends=('qxmpp: Jabber protocol')
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('639dd102474e2cea73876d4051459082')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-   

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

2016-10-17 Thread Antonio Rojas
Date: Tuesday, October 18, 2016 @ 05:57:58
  Author: arojas
Revision: 192480

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

Added:
  kadu/repos/community-staging-i686/
  kadu/repos/community-staging-i686/PKGBUILD
(from rev 192479, kadu/trunk/PKGBUILD)
  kadu/repos/community-staging-x86_64/
  kadu/repos/community-staging-x86_64/PKGBUILD
(from rev 192479, kadu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: kadu/repos/community-staging-i686/PKGBUILD (from rev 192479, 
kadu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-18 05:57:58 UTC (rev 192480)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=4.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+options=(!makeflags)
+depends=('libgadu' 'libxss' 'enchant' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('639dd102474e2cea73876d4051459082')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_STANDARD=14 \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+}

Copied: kadu/repos/community-staging-x86_64/PKGBUILD (from rev 192479, 
kadu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-18 05:57:58 UTC (rev 192480)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=4.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+options=(!makeflags)
+depends=('libgadu' 'libxss' 'enchant' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('639dd102474e2cea73876d4051459082')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_STANDARD=14 \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+}


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

2014-10-10 Thread Bartłomiej Piotrowski
Date: Friday, October 10, 2014 @ 18:24:21
  Author: bpiotrowski
Revision: 120496

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   35 +++
 kadu.install |   12 
 2 files changed, 47 insertions(+)

Copied: kadu/repos/community-x86_64/PKGBUILD (from rev 120495, 
kadu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-10 16:24:21 UTC (rev 120496)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@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-x86_64/kadu.install (from rev 120495, 
kadu/trunk/kadu.install)
===
--- community-x86_64/kadu.install   (rev 0)
+++ community-x86_64/kadu.install   2014-10-10 16:24:21 UTC (rev 120496)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+