[arch-commits] Commit in kguiaddons/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 18:32:10 UTC 2020


    Date: Monday, November 9, 2020 @ 18:32:10
  Author: foutrelis
Revision: 399909

archrelease: copy trunk to staging-x86_64

Added:
  kguiaddons/repos/staging-x86_64/
  kguiaddons/repos/staging-x86_64/PKGBUILD
    (from rev 399908, kguiaddons/trunk/PKGBUILD)

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

Copied: kguiaddons/repos/staging-x86_64/PKGBUILD (from rev 399908, kguiaddons/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-11-09 18:32:10 UTC (rev 399909)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kguiaddons
+pkgver=5.75.0
+pkgrel=2
+pkgdesc='Addons to QtGui'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras)
+makedepends=(extra-cmake-modules clang python-pyqt5 doxygen qt5-tools qt5-doc sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('58aba1bd986020f7b4bde0d35a7b09730716cbdffde734e6d29cc9d18500253b'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list