Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kdsingleapplication
Commits: 5812ffbb by Antonio Rojas at 2025-05-26T21:04:06+02:00 upgpkg: 1.2.0-1: Upstream update - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,18 +1,16 @@ pkgbase = kdsingleapplication pkgdesc = KDAB's helper class for single-instance policy applications - pkgver = 1.1.0 + pkgver = 1.2.0 pkgrel = 1 url = https://github.com/KDAB/KDSingleApplication arch = x86_64 license = MIT makedepends = cmake + makedepends = git depends = gcc-libs depends = glibc depends = qt6-base - source = https://github.com/KDAB/KDSingleApplication/releases/download/v1.1.0/kdsingleapplication-1.1.0.tar.gz - source = https://github.com/KDAB/KDSingleApplication/releases/download/v1.1.0/kdsingleapplication-1.1.0.tar.gz.asc - validpgpkeys = E86C000370B1B9E2A9191AD53DBFB6882C9358FB - sha256sums = 31029fffa4873e2769c555668e8edaa6bd5721edbc445bff5e66cc6af3b9ed78 - sha256sums = SKIP + source = git+https://github.com/KDAB/KDSingleApplication#tag=v1.2.0 + sha256sums = bfd4df2db09cf1dac6e14b38e78f9897925b3eb98272a8962eab7f0b0c6e941e pkgname = kdsingleapplication ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <aro...@archlinux.org> pkgname=kdsingleapplication -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc="KDAB's helper class for single-instance policy applications" arch=(x86_64) @@ -10,14 +10,13 @@ license=(MIT) depends=(gcc-libs glibc qt6-base) -makedepends=(cmake) -source=(https://github.com/KDAB/KDSingleApplication/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc}) -sha256sums=('31029fffa4873e2769c555668e8edaa6bd5721edbc445bff5e66cc6af3b9ed78' - 'SKIP') -validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products (user for KDAB products) <i...@kdab.com> +makedepends=(cmake + git) +source=(git+https://github.com/KDAB/KDSingleApplication#tag=v$pkgver) +sha256sums=('bfd4df2db09cf1dac6e14b38e78f9897925b3eb98272a8962eab7f0b0c6e941e') build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S KDSingleApplication \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDSingleApplication_QT6=ON cmake --build build @@ -25,5 +24,5 @@ build() { package() { DESTDIR="$pkgdir" cmake --install build - install -Dm644 $pkgname-$pkgver/LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname + install -Dm644 KDSingleApplication/LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kdsingleapplication/-/commit/5812ffbb7e001e5315e80010aebb77e5b58d8384 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kdsingleapplication/-/commit/5812ffbb7e001e5315e80010aebb77e5b58d8384 You're receiving this email because of your account on gitlab.archlinux.org.