[arch-commits] Commit in kdesignerplugin/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Nov 13 11:15:50 UTC 2021


    Date: Saturday, November 13, 2021 @ 11:15:50
  Author: arojas
Revision: 428267

archrelease: copy trunk to testing-x86_64

Added:
  kdesignerplugin/repos/testing-x86_64/
  kdesignerplugin/repos/testing-x86_64/PKGBUILD
    (from rev 428266, kdesignerplugin/trunk/PKGBUILD)

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

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 428266, kdesignerplugin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-11-13 11:15:50 UTC (rev 428267)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesignerplugin
+pkgver=5.88.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kconfig kcoreaddons)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+groups=(kf5-aids)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d90c6245209d52e891755fcf8a35ce40d9de3b9c315c3f4bef8b556270b0154b'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list