summaryrefslogtreecommitdiff
path: root/x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-07-19 22:05:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-07-19 22:05:27 +0100
commit121ed4eec41fbf03e1998d09eede1bf449da63b9 (patch)
treece9341d77d1507f67d4a3a1472da9011b5baa0a8 /x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild
parentdd762ff83c330186ee2ede002e08b2f780cddd51 (diff)
gentoo resync : 19.07.2019
Diffstat (limited to 'x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild')
-rw-r--r--x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild
new file mode 100644
index 000000000000..1309a17bb4ae
--- /dev/null
+++ b/x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="Controls the keyboard layout of a running X server"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+COMMON_DEPEND="
+ x11-libs/libxkbfile
+ x11-libs/libX11"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto"
+RDEPEND="${COMMON_DEPEND}
+ x11-misc/xkeyboard-config"