[arch-commits] Commit in kdsoap/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Dec 22 18:45:06 UTC 2020


    Date: Tuesday, December 22, 2020 @ 18:45:05
  Author: arojas
Revision: 404852

archrelease: copy trunk to extra-x86_64

Added:
  kdsoap/repos/extra-x86_64/PKGBUILD
    (from rev 404851, kdsoap/trunk/PKGBUILD)
Deleted:
  kdsoap/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 18:44:56 UTC (rev 404851)
+++ PKGBUILD	2020-12-22 18:45:05 UTC (rev 404852)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: drakkan <nicola.murino at gmail dot com>
-
-pkgname=kdsoap
-pkgver=1.9.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=('a020ea26e91a2bcdbfa7bc631870ed07be2c583ae29114cfe72a5a94e0e93d27'
-            'SKIP')
-validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products (user for KDAB products) <info at kdab.com>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  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 404851, kdsoap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-22 18:45:05 UTC (rev 404852)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: drakkan <nicola.murino at gmail dot com>
+
+pkgname=kdsoap
+pkgver=1.10.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=('0c606ecc434466dbadb2829820ca163af60cc7ca226f553b5d4032196737338f'
+            'SKIP')
+validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products (user for KDAB products) <info at kdab.com>
+
+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
+}



More information about the arch-commits mailing list