Date: Saturday, June 13, 2020 @ 18:33:00
  Author: arojas
Revision: 389110

archrelease: copy trunk to testing-x86_64

Added:
  kparts/repos/testing-x86_64/
  kparts/repos/testing-x86_64/PKGBUILD
    (from rev 389109, kparts/trunk/PKGBUILD)

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

Copied: kparts/repos/testing-x86_64/PKGBUILD (from rev 389109, 
kparts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2020-06-13 18:33:00 UTC (rev 389110)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kparts
+pkgver=5.71.0
+pkgrel=1
+pkgdesc='Document centric plugin system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d038f97dfdccdd85dbac09c0f64cf852191ec2e535fd7928740e03d4ffe63b90'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to