From e68d405c5d712af4387159df07e226217bdda049 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Apr 2022 22:33:41 +0100 Subject: gentoo resync : 06.04.2022 --- x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild (limited to 'x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild') 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" -- cgit v1.2.3