[arch-commits] Commit in kitemmodels/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Dec 14 12:27:20 UTC 2016


    Date: Wednesday, December 14, 2016 @ 12:27:20
  Author: arojas
Revision: 283270

archrelease: copy trunk to testing-x86_64

Added:
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
    (from rev 283269, kitemmodels/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 283269, kitemmodels/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-12-14 12:27:20 UTC (rev 283270)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kitemmodels
+pkgver=5.29.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang')
+optdepends=('python-pyqt5: Python3 bindings' 'python2-pyqt5: Python2 bindings')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('3d231905df98575590325054757b1113'
+         'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -Dlibclang_LIBRARY=libclang.so \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list