* update xdg-utils to 1.2.1-1

This commit is contained in:
Alexander Baldeck 2024-02-21 21:58:19 +01:00
parent 6cae5bbdcd
commit 66f32308b6

View File

@ -4,8 +4,9 @@
pkgname=xdg-utils pkgname=xdg-utils
# https://gitlab.freedesktop.org/xdg/xdg-utils/commits/master # https://gitlab.freedesktop.org/xdg/xdg-utils/commits/master
_commit=9b7d253ca07b80fbc201c5cf5b7f14a49bd09b3f # master # 2024-01-23 #_commit=af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9 # master # 2024-01-30
pkgver=1.2.0r28+g9b7d253 _commit=356c380ad6fecc9ce6bea1f6a77986ba67402c80 # tag # 1.2.1
pkgver=1.2.1
pkgrel=1 pkgrel=1
pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks" pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks"
arch=(any) arch=(any)
@ -46,6 +47,17 @@ build() {
make make
} }
#
# testsuite is not suitable for running in a text chroot
#
#check() {
# cd $pkgname #-$pkgver
# # requires a running X environment and browser to run tests
# # and has interactive programs
# make -k test
#}
package() { package() {
cd $pkgname #-$pkgver cd $pkgname #-$pkgver
make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install