mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-21 06:36:45 +02:00
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/xkeyboard-config-2.43/ChangeLog.md `Hyper` is now mapped to `Mod3`: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/440
32 lines
987 B
Text
32 lines
987 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=xkeyboard-config
|
|
pkgver=2.43
|
|
pkgrel=0
|
|
pkgdesc="X keyboard configuration files"
|
|
url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
|
|
arch="noarch"
|
|
license="MIT"
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
|
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
|
|
"
|
|
builddir="$srcdir"/xkeyboard-config-xkeyboard-config-$pkgver
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
2f46c303d8d4b2848275b670616173cb5fee99c3ea65a031b5a9709f1ea543183a6c022adf8a30c6993ce859307046b2b45f775e4bae6c6967e256c89b45a073 xkeyboard-config-xkeyboard-config-2.43.tar.gz
|
|
"
|