George Hu pushed to branch main at Arch Linux / Packaging / Packages /
showmethekey
Commits:
df959b2e by George Hu at 2025-09-19T19:02:30+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -8,7 +8,7 @@ pkgbase = showmethekey
arch = aarch64
arch = armv7h
arch = armv6h
- license = Apache
+ license = Apache-2.0
makedepends = meson
makedepends = glib2-devel
depends = libevdev
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A screenkey alternative that works under Wayland via libinput."
arch=("x86_64" "i686" "aarch64" "armv7h" "armv6h")
url="https://showmethekey.alynx.one/"
-license=("Apache")
+license=("Apache-2.0")
depends=("libevdev" "udev" "libinput" "glib2" "gtk4" "libadwaita" "json-glib"
"cairo" "pango" "libxkbcommon" "polkit")
makedepends=("meson" "glib2-devel")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/showmethekey/-/commit/df959b2e166cebd26ac3f06f5da3e01f8a08f769
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/showmethekey/-/commit/df959b2e166cebd26ac3f06f5da3e01f8a08f769
You're receiving this email because of your account on gitlab.archlinux.org.