diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-02-04 17:15:12 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-02-04 17:15:12 -0500 |
commit | 9d27d04262cc0e01ac641942982231bd034dc91b (patch) | |
tree | e4490c4546e7fc9ed3abe71a3bdacede06044e91 /x11-apps | |
parent | x11-apps/xditview: Version bump to 1.0.7 (diff) | |
download | gentoo-9d27d04262cc0e01ac641942982231bd034dc91b.tar.gz gentoo-9d27d04262cc0e01ac641942982231bd034dc91b.tar.bz2 gentoo-9d27d04262cc0e01ac641942982231bd034dc91b.zip |
x11-apps/xkbcomp: Version bump to 1.4.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbcomp/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.4.7.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest index 100564831594..c7edbbddc3c7 100644 --- a/x11-apps/xkbcomp/Manifest +++ b/x11-apps/xkbcomp/Manifest @@ -1 +1,2 @@ DIST xkbcomp-1.4.6.tar.xz 233620 BLAKE2B b651d0f8cd3252b4f2897dcd8f291761876658706982cc313f61a146a29ac7f11fe7a5195da96c5bad5a2fae67aa3429e189c52b65871f2eefb9691195b98554 SHA512 90e69dd1c78c28f77a5acc7821b43afec1b9ac4895bc6f3462b4902baaadc26f3869da69e3bd023b4bc74adb5f1be0c43ca24b3dab37ac9a479c5622684baa81 +DIST xkbcomp-1.4.7.tar.xz 239324 BLAKE2B 1acbd4809b0a2d2f64dd7ac2d2b4c898cabf74e23cc1352c58acb6490cfe3ccdeba47fadbf190d16d582463a9adb0e166a27e8a270e9b3a289cc9ee94eeb557d SHA512 6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.7.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.7.ebuild new file mode 100644 index 000000000000..83035e09fc0b --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.4.7.ebuild @@ -0,0 +1,17 @@ +# 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="XKB keyboard description compiler" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=" + >=x11-libs/libX11-1.6.9 + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="app-alternatives/yacc" |