* update libqtxdg to 4.1.0-1

This commit is contained in:
Alexander Baldeck 2024-12-23 11:28:32 +01:00
parent a059a7135a
commit 5ee2cdd23b
2 changed files with 13 additions and 9 deletions

View File

@ -1,9 +1,13 @@
pkgbase = libqtxdg
pkgdesc = Library providing freedesktop.org XDG specs implementations for Qt
pkgver = 4.0.0
pkgrel = 3
pkgver = 4.1.0
pkgrel = 1
url = https://github.com/lxqt/libqtxdg
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL
license = custom
checkdepends = xorg-server-xvfb
@ -16,12 +20,12 @@ pkgbase = libqtxdg
optdepends = xterm: the default terminal for running .desktop files
provides = libQt6Xdg.so
provides = libQt6XdgIconLoader.so
source = https://github.com/lxqt/libqtxdg/releases/download/4.0.0/libqtxdg-4.0.0.tar.xz
source = https://github.com/lxqt/libqtxdg/releases/download/4.0.0/libqtxdg-4.0.0.tar.xz.asc
source = https://github.com/lxqt/libqtxdg/releases/download/4.1.0/libqtxdg-4.1.0.tar.xz
source = https://github.com/lxqt/libqtxdg/releases/download/4.1.0/libqtxdg-4.1.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
sha256sums = 8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62
sha256sums = 0604d397d9561a6a6148930a2b131f2bdee86cec6cca304f7513a8ec7b8e8809
sha256sums = SKIP
pkgname = libqtxdg

View File

@ -1,9 +1,10 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jerome Leclanche <jerome@leclan.ch>
# Co-Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=libqtxdg
pkgver=4.0.0
pkgrel=3
pkgver=4.1.0
pkgrel=1
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/lxqt/$pkgname"
@ -19,7 +20,7 @@ source=(
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
)
sha256sums=('8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62'
sha256sums=('0604d397d9561a6a6148930a2b131f2bdee86cec6cca304f7513a8ec7b8e8809'
'SKIP')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome@leclan.ch>
@ -27,7 +28,6 @@ validpgpkeys=(
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000@gmail.com>
)
build() {
mkdir -p build
cd build