summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-07-14 13:41:22 -0700
committerMatt Turner <mattst88@gentoo.org>2019-07-14 13:49:47 -0700
commit56215180eed876829a49a3d714caa59baa8484a1 (patch)
treea276c56e325fe6e35752052e872026e0ce3cc2a3 /x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild
parentnet-analyzer/chaosreader: remove old (diff)
downloadgentoo-56215180eed876829a49a3d714caa59baa8484a1.tar.gz
gentoo-56215180eed876829a49a3d714caa59baa8484a1.tar.bz2
gentoo-56215180eed876829a49a3d714caa59baa8484a1.zip
x11-apps/setxkbmap: Version bump to 1.3.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
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"