diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-15 20:48:08 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-15 20:55:13 -0400 |
commit | ddacd164057be3c074de4c04001d44a799ea6622 (patch) | |
tree | 06f9f737383df86a0f7642186946bf90061795ad /x11-apps/xkbprint | |
parent | x11-apps/xgc: Version bump to 1.0.6 (diff) | |
download | gentoo-ddacd164057be3c074de4c04001d44a799ea6622.tar.gz gentoo-ddacd164057be3c074de4c04001d44a799ea6622.tar.bz2 gentoo-ddacd164057be3c074de4c04001d44a799ea6622.zip |
x11-apps/xkbprint: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xkbprint')
-rw-r--r-- | x11-apps/xkbprint/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbprint/xkbprint-1.0.6.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xkbprint/Manifest b/x11-apps/xkbprint/Manifest index 5cfb813ac707..00d93fced937 100644 --- a/x11-apps/xkbprint/Manifest +++ b/x11-apps/xkbprint/Manifest @@ -1 +1,2 @@ DIST xkbprint-1.0.5.tar.bz2 166856 BLAKE2B 99d375e88a871ff440ebed587b01961a6e2fa196a28c267dbaa6cdd10bacdc99767f12032411eb8448e8a2f7c6792c2f7b6f428d208a9263f94b4c959d2a0431 SHA512 ac3870352f3a595b5b8a8cb64f39e9bea81b17572c73cfbf72482477a2f576d0ffcdcf735cb3c66b8a88a7fe0f7aece6738cbac87df5641e44fae1ab9b97111f +DIST xkbprint-1.0.6.tar.xz 156920 BLAKE2B 88a62e3138e0d68df4cdd335f82734037649acbd951ef5997382216f7472560b2ad6e4cd0790e4260baba9864754b54b4a7cb9c42444f44caffef92aae392b40 SHA512 a1c2401b2a2ef4c6bd2efc18923ecb176adcf38b6c5dfdce25f22f1f5ab21e25f494b25dac25b1765fb9a0f6acc24d191cd41b9a098a9e3c6eaf9a9df490be29 diff --git a/x11-apps/xkbprint/xkbprint-1.0.6.ebuild b/x11-apps/xkbprint/xkbprint-1.0.6.ebuild new file mode 100644 index 000000000000..7bad1ce7da57 --- /dev/null +++ b/x11-apps/xkbprint/xkbprint-1.0.6.ebuild @@ -0,0 +1,15 @@ +# 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="Print an XKB keyboard description" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libxkbfile + >=x11-libs/libX11-1.6.9" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |