* update polkit-qt to 0.200.0-1

This commit is contained in:
Alexander Baldeck 2024-04-23 12:25:26 +02:00
parent fc9fd6edec
commit 1986cab4fa

View File

@ -6,12 +6,14 @@
pkgbase=polkit-qt
pkgname=(polkit-qt5
polkit-qt6)
pkgver=0.175.0
pkgver=0.200.0
pkgrel=1
pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.kde.org/'
license=(LGPL)
license=(BSD-3-Clause
GPL-2.0-or-later
LGPL-2.0-or-later)
depends=(gcc-libs
glib2
glibc
@ -19,8 +21,8 @@ depends=(gcc-libs
makedepends=(cmake
qt5-base
qt6-base)
source=(https://download.kde.org/unstable/$pkgbase-1/$pkgbase-1-$pkgver.tar.xz{,.sig})
sha256sums=('73a32d1a1819684145e0ef8a1f2ea804f9ec10ad78d62aa03bad4dbdb39c4c99'
source=(https://download.kde.org/stable/$pkgbase-1/$pkgbase-1-$pkgver.tar.xz{,.sig})
sha256sums=('5d3b611c062d2b76a93750bb10c907bfd21d1ff08d0a15dc2cf63e278e1677fb'
'SKIP')
validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka@exherbo.org>
@ -39,10 +41,12 @@ package_polkit-qt5() {
depends+=(qt5-base)
DESTDIR="$pkgdir" cmake --install build5
install -Dm644 $pkgbase-1-$pkgver/LICENSES/* -t "$pkgdir"/usr/share/licenses/$pkgname
}
package_polkit-qt6() {
depends+=(qt6-base)
DESTDIR="$pkgdir" cmake --install build6
install -Dm644 $pkgbase-1-$pkgver/LICENSES/* -t "$pkgdir"/usr/share/licenses/$pkgname
}