summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /x11-apps
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin14876 -> 14873 bytes
-rw-r--r--x11-apps/xkbprint/Manifest2
-rw-r--r--x11-apps/xkbprint/xkbprint-1.0.5.ebuild14
3 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index 5c6a83146565..db1b20ac60bb 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/xkbprint/Manifest b/x11-apps/xkbprint/Manifest
index fadecfb42497..a1fa12d9d7f8 100644
--- a/x11-apps/xkbprint/Manifest
+++ b/x11-apps/xkbprint/Manifest
@@ -1,3 +1,5 @@
DIST xkbprint-1.0.4.tar.bz2 163810 BLAKE2B cdbd0f949c7e68159811a1a725d44d5f7f66a98783321debd0b50d1bf59958519d4a061e955b9411bb9ba148bf99ddc5f8aecc74ffe6d488cb75c96104482b7d SHA512 bb65a93ae737cd4b78787fef51972f4d0072a272166f82103bfaa92cf275db6363fae3530539b7c9a4139f6b87512019ac15ab3478d4ad05967ad18a8e80033a
+DIST xkbprint-1.0.5.tar.bz2 166856 BLAKE2B 99d375e88a871ff440ebed587b01961a6e2fa196a28c267dbaa6cdd10bacdc99767f12032411eb8448e8a2f7c6792c2f7b6f428d208a9263f94b4c959d2a0431 SHA512 ac3870352f3a595b5b8a8cb64f39e9bea81b17572c73cfbf72482477a2f576d0ffcdcf735cb3c66b8a88a7fe0f7aece6738cbac87df5641e44fae1ab9b97111f
EBUILD xkbprint-1.0.4.ebuild 318 BLAKE2B f4387ddc4468f163139ce579d1cce57e25b7618e1b2502e54f4be7f8e65561d9d502bbf8809899f49f87e7f1a01213664bbef6145830e50be6073ecd27c40559 SHA512 78dc1977241358cdbb699d05e690cf98fdec0c8b6ab13c5082f499301343f6adced9ee24ef528b9dfa1a367508472d4dcb73b20125fc7280dd9706a672cfa037
+EBUILD xkbprint-1.0.5.ebuild 350 BLAKE2B 9b9f955c52a551a9b2ca75a40e78852bcc6f5861570ccf627a4af839ace5e43ae1f481fd2abc60ec27167f376d7c21af3512c243e98f850b4b9398bff20a7483 SHA512 7d24a0fa3ba2dd3c50d38cd1071af8e611880c426e7568726ac0f4617707a734e9da49a6e8a5daf7eb76bf00d429664b0036b8e3b4afe02a74111ef7e76f3785
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xkbprint/xkbprint-1.0.5.ebuild b/x11-apps/xkbprint/xkbprint-1.0.5.ebuild
new file mode 100644
index 000000000000..831c06d4c5af
--- /dev/null
+++ b/x11-apps/xkbprint/xkbprint-1.0.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="Print an XKB keyboard description"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libxkbfile
+ >=x11-libs/libX11-1.6.9"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"