Date: Wednesday, September 14, 2022 @ 20:00:43
Author: arojas
Revision: 456116
archrelease: copy trunk to extra-x86_64
Added:
kdsoap/repos/extra-x86_64/PKGBUILD
(from rev 456115, kdsoap/trunk/PKGBUILD)
kdsoap/repos/extra-x86_64/keys/
Deleted:
kdsoap/repos/extra-x86_64/PKGBUILD
kdsoap/repos/extra-x86_64/keys/
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-14 20:00:34 UTC (rev 456115)
+++ PKGBUILD 2022-09-14 20:00:43 UTC (rev 456116)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: drakkan <nicola.murino at gmail dot com>
-
-pkgname=kdsoap
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Qt-based client-side and server-side SOAP component'
-license=(GPL3 LGPL custom)
-arch=(x86_64)
-url='https://github.com/KDAB/KDSoap'
-depends=(qt5-base)
-makedepends=(cmake)
-source=(https://github.com/KDAB/KDSoap/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('3eec5568a14ff575b3d14c582de62dd8fddd132429859a6d8cea9892709f5ff4'
- 'SKIP')
-validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products (user
for KDAB products) <[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
- install -Dm644 $pkgname-$pkgver/LICENSE.txt -t
"$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: kdsoap/repos/extra-x86_64/PKGBUILD (from rev 456115,
kdsoap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-14 20:00:43 UTC (rev 456116)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: drakkan <nicola.murino at gmail dot com>
+
+pkgname=kdsoap
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Qt-based client-side and server-side SOAP component'
+license=(GPL3 LGPL custom)
+arch=(x86_64)
+url='https://github.com/KDAB/KDSoap'
+depends=(qt5-base)
+makedepends=(cmake)
+source=(https://github.com/KDAB/KDSoap/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('aed57f6b200ddf762f5d2898f7e9228dd0700881c4491aefe4006f7fa5f5c627'
+ 'SKIP')
+validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products (user
for KDAB products) <[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $pkgname-$pkgver/LICENSE.txt -t
"$pkgdir"/usr/share/licenses/$pkgname
+}