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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jun 12 19:37:10 UTC 2022


    Date: Sunday, June 12, 2022 @ 19:37:10
  Author: arojas
Revision: 448306

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 448305, kdesignerplugin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-06-12 19:37:10 UTC (rev 448306)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesignerplugin
+pkgver=5.95.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=('fc5d31b2d6af56a2f5848573e078b0eddac70b4b28c320289745f7c60495e1ff'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+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