Date: Friday, November 11, 2022 @ 20:10:08
  Author: arojas
Revision: 461245

archrelease: copy trunk to kde-unstable-x86_64

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

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

Copied: kxmlrpcclient/repos/kde-unstable-x86_64/PKGBUILD (from rev 461244, 
kxmlrpcclient/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2022-11-11 20:10:08 UTC (rev 461245)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=kxmlrpcclient
+pkgver=5.100.0
+pkgrel=1
+pkgdesc='XML-RPC client library'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5-aids)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b946ffebb297777fe0fda19b00e4f2bc3a8624ab4cb301bd5c818b83d49cce3a'
+            '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