main/xkeyboard-config: upgrade to 2.41

This commit is contained in:
Krassy Boykinov 2024-02-08 15:36:04 +01:00 committed by Natanael Copa
parent d1e7073578
commit f97772f49b
2 changed files with 2 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xkeyboard-config
pkgver=2.40
pkgver=2.41
pkgrel=0
pkgdesc="X keyboard configuration files"
url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
@ -11,7 +11,6 @@ depends_dev="$pkgname"
makedepends="gettext meson perl libxslt"
checkdepends="gawk"
source="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/archive/xkeyboard-config-$pkgver/xkeyboard-config-xkeyboard-config-$pkgver.tar.gz
mktemp-busybox-compat.patch
"
builddir="$srcdir"/xkeyboard-config-xkeyboard-config-$pkgver
@ -29,6 +28,5 @@ package() {
}
sha512sums="
70b7f52772091fd7e8f0ce66cd81e06d4c91a6d015ce79b41743879f71d8ea1e7c55c516d243140b1bfdc2e5ed37fd8ddd727ff11d6752e2c9de96c71a263e7e xkeyboard-config-xkeyboard-config-2.40.tar.gz
b43660d37754f217bd37dbc9caa2568ad1363e3c155c3928e5eb5e335256d62a144bbeac0fc066c8108f87073d3b465694e17a2f1222e77bc3e4d510dda28228 mktemp-busybox-compat.patch
bae6ce7441154b8582cb431256899d748f8f45e24a28898e767e212d1233ea55d52de608ff760f37bb9930e47f1d0d840d085fd4129927e4a1ad3ab446f5b908 xkeyboard-config-xkeyboard-config-2.41.tar.gz
"

View File

@ -1,11 +0,0 @@
--- a/tests/verify-group-names.sh
+++ b/tests/verify-group-names.sh
@@ -7,7 +7,7 @@
set -e
pwd="$PWD"
-tmpdir=$(mktemp -d xkeyboard-config.XXXX)
+tmpdir=$(mktemp -d xkeyboard-config.XXXXXX)
scriptdir=$(dirname "$0")
ROOT=$(realpath "$scriptdir/..")