diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-02-04 17:02:10 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-02-04 17:02:34 -0500 |
commit | 3a9c45f4403a1c16e65304371d1b808caa32a652 (patch) | |
tree | 3c0d4db9a0acf814e54a3010cce4d27341ef337c /x11-apps | |
parent | x11-apps/bitmap: Version bump to 1.1.1 (diff) | |
download | gentoo-3a9c45f4403a1c16e65304371d1b808caa32a652.tar.gz gentoo-3a9c45f4403a1c16e65304371d1b808caa32a652.tar.bz2 gentoo-3a9c45f4403a1c16e65304371d1b808caa32a652.zip |
x11-apps/xkbutils: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbutils/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.6.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xkbutils/Manifest b/x11-apps/xkbutils/Manifest index 12ac792e9e21..b332981f47d2 100644 --- a/x11-apps/xkbutils/Manifest +++ b/x11-apps/xkbutils/Manifest @@ -1 +1,2 @@ DIST xkbutils-1.0.5.tar.xz 129344 BLAKE2B ac2572b31638120dd5c5e92497f9cde4b43df7ab0f13882f5f1fbac71084dc112a1f9e34d10adf5a4eb83b1b1636ab2388ae8675be5ac1048a3913ac7b0d7f53 SHA512 0d8d460f5e015e9034292688437511068dab61216c2493f2981cfb63aaa012976ac9435c1586a22c0940fbfcb779b48dce9b85832303fe2b854aa945b814ac77 +DIST xkbutils-1.0.6.tar.xz 130540 BLAKE2B af97210ded0e5d1d5ce99e71c50c3ade19b5fe926596a3816a8fcbe7ea6b65f08d5216792a45cb4df3191b6f5fc3db059ee1b1b05ecf0fea408562088f6489e4 SHA512 78fb7ab4ef6642040992529444944080aca7a2ec4118f9a64c45dacc37e4041181df7bcd1f4270e11b9fbc8bd60a131b4702d2aa95741d89c54582ff8a8f896e diff --git a/x11-apps/xkbutils/xkbutils-1.0.6.ebuild b/x11-apps/xkbutils/xkbutils-1.0.6.ebuild new file mode 100644 index 000000000000..eaa215daa98f --- /dev/null +++ b/x11-apps/xkbutils/xkbutils-1.0.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 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" |