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 <bpiotrow...@archlinux.org>
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+
+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 <bpiotrow...@archlinux.org>
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+
+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
+}

Reply via email to