diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:27:54 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:40:13 -0400 |
commit | 3231a8dc5473ca97f7ebf1ba2f145cbb6552f3cf (patch) | |
tree | 0358eb045fb420cd3cf74784bbb432ef9f9059f4 /x11-apps | |
parent | x11-apps/xcmsdb: Version bump to 1.0.7 (diff) | |
download | gentoo-3231a8dc5473ca97f7ebf1ba2f145cbb6552f3cf.tar.gz gentoo-3231a8dc5473ca97f7ebf1ba2f145cbb6552f3cf.tar.bz2 gentoo-3231a8dc5473ca97f7ebf1ba2f145cbb6552f3cf.zip |
x11-apps/xkbprint: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbprint/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbprint/xkbprint-1.0.7.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xkbprint/Manifest b/x11-apps/xkbprint/Manifest index 3531889c2814..3a852ea08a75 100644 --- a/x11-apps/xkbprint/Manifest +++ b/x11-apps/xkbprint/Manifest @@ -1 +1,2 @@ DIST xkbprint-1.0.6.tar.xz 156920 BLAKE2B 88a62e3138e0d68df4cdd335f82734037649acbd951ef5997382216f7472560b2ad6e4cd0790e4260baba9864754b54b4a7cb9c42444f44caffef92aae392b40 SHA512 a1c2401b2a2ef4c6bd2efc18923ecb176adcf38b6c5dfdce25f22f1f5ab21e25f494b25dac25b1765fb9a0f6acc24d191cd41b9a098a9e3c6eaf9a9df490be29 +DIST xkbprint-1.0.7.tar.xz 161736 BLAKE2B bf60cfc234284f4f16f5337f52f124c4b67b1cf50fc0585505a1fcac987d688eb16875062cb857b9e9e7b7892ae1ffd1eff796d770585e6a873d90622920b7f8 SHA512 52f803ba85b053408dfff400f47ae9461954430665a12257a99b9775e26dd7192a97b979de949b9c4532936c9bfcc181a773de41514a122973f05d676dee6476 diff --git a/x11-apps/xkbprint/xkbprint-1.0.7.ebuild b/x11-apps/xkbprint/xkbprint-1.0.7.ebuild new file mode 100644 index 000000000000..f9812c2324e8 --- /dev/null +++ b/x11-apps/xkbprint/xkbprint-1.0.7.ebuild @@ -0,0 +1,15 @@ +# 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="Print an XKB keyboard description" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libxkbfile + >=x11-libs/libX11-1.6.9" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |