Date: Friday, November 11, 2022 @ 20:03:47
  Author: arojas
Revision: 461208

archrelease: copy trunk to kde-unstable-x86_64

Added:
  knewstuff/repos/kde-unstable-x86_64/
  knewstuff/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 461207, knewstuff/trunk/PKGBUILD)
  knewstuff/repos/kde-unstable-x86_64/keys/

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

Copied: knewstuff/repos/kde-unstable-x86_64/PKGBUILD (from rev 461207, 
knewstuff/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2022-11-11 20:03:47 UTC (rev 461208)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=knewstuff
+pkgver=5.100.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio kpackage attica syndication)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('kirigami2: QML components')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('c32e617b81a948d315b45b30668dfa61cdc39b8a866d5c2a3e86e88c2528dfa5'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to