Date: Friday, August 17, 2018 @ 21:24:13
  Author: arojas
Revision: 332165

archrelease: copy trunk to testing-x86_64

Added:
  kactivities/repos/testing-x86_64/
  kactivities/repos/testing-x86_64/PKGBUILD
    (from rev 332164, kactivities/trunk/PKGBUILD)

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

Copied: kactivities/repos/testing-x86_64/PKGBUILD (from rev 332164, 
kactivities/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-08-17 21:24:13 UTC (rev 332165)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kactivities
+pkgver=5.49.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Core components for the KDE's Activities"
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcoreaddons kconfig kwindowsystem)
+makedepends=(extra-cmake-modules boost doxygen qt5-tools qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('35e24926a8f2123770a8a85ed20d0ca00a6043327e1fcb415017e8d5f21fee84'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<fa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DQML_INSTALL_DIR=lib/qt/qml \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to