Date: Saturday, July 8, 2017 @ 11:56:10
  Author: arojas
Revision: 299845

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

Added:
  kcompletion/repos/testing-i686/
  kcompletion/repos/testing-i686/PKGBUILD
    (from rev 299844, kcompletion/trunk/PKGBUILD)
  kcompletion/repos/testing-x86_64/
  kcompletion/repos/testing-x86_64/PKGBUILD
    (from rev 299844, kcompletion/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: kcompletion/repos/testing-i686/PKGBUILD (from rev 299844, 
kcompletion/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-07-08 11:56:10 UTC (rev 299845)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kcompletion
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('377103eb36855e0bb971fc22c974f85792ee71a73e6705725047ccfe337320f2'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<fa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcompletion/repos/testing-x86_64/PKGBUILD (from rev 299844, 
kcompletion/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-07-08 11:56:10 UTC (rev 299845)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kcompletion
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('377103eb36855e0bb971fc22c974f85792ee71a73e6705725047ccfe337320f2'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<fa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to