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

Antonio Rojas arojas at archlinux.org
Sat Nov 9 22:47:12 UTC 2019


    Date: Saturday, November 9, 2019 @ 22:47:12
  Author: arojas
Revision: 367351

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 367350, kdesignerplugin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-11-09 22:47:12 UTC (rev 367351)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesignerplugin
+pkgver=5.64.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=('1ca638ec822d9882f4a865d599ce8ad94785fa890ce73bccd5e78210c4a3d95b'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list