[arch-commits] Commit in qqc2-desktop-style/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 14 11:59:17 UTC 2019


    Date: Saturday, September 14, 2019 @ 11:59:15
  Author: arojas
Revision: 362730

archrelease: copy trunk to testing-x86_64

Added:
  qqc2-desktop-style/repos/testing-x86_64/
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
    (from rev 362729, qqc2-desktop-style/trunk/PKGBUILD)

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

Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 362729, qqc2-desktop-style/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-09-14 11:59:15 UTC (rev 362730)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qqc2-desktop-style
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('97234e956a7fc09bef0665e9a759d6f370419bd3cd2bbbd700849e4cbe549bfa'
+            '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