summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-04-03 19:25:08 -0700
committerMatt Turner <mattst88@gentoo.org>2022-04-03 19:33:58 -0700
commitcd89537a29bbb1bd691ddc5edba145277b8aab90 (patch)
treef5c3b484a9df89e5c017fd09f7283fe5130d9d9a
parentx11-apps/rstart: Version bump to 1.0.6 (diff)
downloadgentoo-cd89537a.tar.gz
gentoo-cd89537a.tar.bz2
gentoo-cd89537a.zip
x11-apps/setxkbmap: Version bump to 1.3.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/setxkbmap/Manifest1
-rw-r--r--x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest
index 2fb457001d4a..55ca7998a11c 100644
--- a/x11-apps/setxkbmap/Manifest
+++ b/x11-apps/setxkbmap/Manifest
@@ -1 +1,2 @@
DIST setxkbmap-1.3.2.tar.bz2 136253 BLAKE2B 0c7ee234ec39546812ed2cf4f57f20f8c5078a3193ad39ce948660ca870ef0b625a8bb7e90e9a9e8b567d6d023f45f62856a6e1b44d8bfd04a1c0fe1a6d9830f SHA512 bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38
+DIST setxkbmap-1.3.3.tar.xz 130416 BLAKE2B 34ea39054a4e03e5d33778b993afbc0356f898ed45eb9d182fc589a75c92a63275f9c49abbf18b637d83acb9a2f9609794253f3f38f814dbbea741987ddc72ba SHA512 208f07a7f7bce47b573099d4cd8c941a3a4d74b456720bc3ca1cbba298381a2ab98c7500d6e6cd6d5dd61840b7c42cf6521da754ec395f266f8158102a55ad58
diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
new file mode 100644
index 000000000000..1eee74ed1aad
--- /dev/null
+++ b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Controls the keyboard layout of a running X server"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+ x11-libs/libxkbfile
+ x11-libs/libX11
+ x11-libs/libXrandr"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto"
+RDEPEND="${COMMON_DEPEND}
+ x11-misc/xkeyboard-config"