summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-12 15:42:13 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-12 16:54:02 -0700
commitc82e2173c79c9b4b2b4728d376f7cc8f4e6f9e3f (patch)
treef297129eff9f38b0b2f05469d9f33adb4458fa1d /x11-apps/xkbutils
parentx11-apps/xev: Version bump to 1.2.5 (diff)
downloadgentoo-c82e2173c79c9b4b2b4728d376f7cc8f4e6f9e3f.tar.gz
gentoo-c82e2173c79c9b4b2b4728d376f7cc8f4e6f9e3f.tar.bz2
gentoo-c82e2173c79c9b4b2b4728d376f7cc8f4e6f9e3f.zip
x11-apps/xkbutils: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xkbutils')
-rw-r--r--x11-apps/xkbutils/Manifest1
-rw-r--r--x11-apps/xkbutils/xkbutils-1.0.5.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xkbutils/Manifest b/x11-apps/xkbutils/Manifest
index c184e3eed40b..d6555b6e755c 100644
--- a/x11-apps/xkbutils/Manifest
+++ b/x11-apps/xkbutils/Manifest
@@ -1 +1,2 @@
DIST xkbutils-1.0.4.tar.bz2 131269 BLAKE2B 20e51a33b280bf4eaf6dfb3b2986ffdb09d1bb4fe3dd3689de5256204cc0e90808367b0afc054e2b5a6746b3b125bc0d20337761e1714c069f3c300a65fddb06 SHA512 5bb6cb52ac02a4ec18332559853815585ca86e00e8c6452483af10c4db75811fe00952575dbbad5b7d03b9d6498830fb45d617b1b3c5c1cea8445f1131856a4d
+DIST xkbutils-1.0.5.tar.xz 129344 BLAKE2B ac2572b31638120dd5c5e92497f9cde4b43df7ab0f13882f5f1fbac71084dc112a1f9e34d10adf5a4eb83b1b1636ab2388ae8675be5ac1048a3913ac7b0d7f53 SHA512 0d8d460f5e015e9034292688437511068dab61216c2493f2981cfb63aaa012976ac9435c1586a22c0940fbfcb779b48dce9b85832303fe2b854aa945b814ac77
diff --git a/x11-apps/xkbutils/xkbutils-1.0.5.ebuild b/x11-apps/xkbutils/xkbutils-1.0.5.ebuild
new file mode 100644
index 000000000000..b8f8e582f850
--- /dev/null
+++ b/x11-apps/xkbutils/xkbutils-1.0.5.ebuild
@@ -0,0 +1,18 @@
+# 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="X.Org xkbutils application"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"