diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-08 11:12:05 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-08 11:12:05 -0500 |
commit | 76803e4d2726d984d904b8d324ec9dd7064be399 (patch) | |
tree | b6dd683730d56112aa37ed447d43f2780d4f73c1 /x11-libs/libxkbfile | |
parent | x11-libs/libfontenc: Version bump to 1.1.7 (diff) | |
download | gentoo-76803e4d2726d984d904b8d324ec9dd7064be399.tar.gz gentoo-76803e4d2726d984d904b8d324ec9dd7064be399.tar.bz2 gentoo-76803e4d2726d984d904b8d324ec9dd7064be399.zip |
x11-libs/libxkbfile: Version bump to 1.1.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libxkbfile')
-rw-r--r-- | x11-libs/libxkbfile/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libxkbfile/libxkbfile-1.1.2.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-libs/libxkbfile/Manifest b/x11-libs/libxkbfile/Manifest index 3ff7ceb3adf7..84d8a812cd06 100644 --- a/x11-libs/libxkbfile/Manifest +++ b/x11-libs/libxkbfile/Manifest @@ -1 +1,2 @@ DIST libxkbfile-1.1.1.tar.xz 308832 BLAKE2B cc3042a05dc4859edf96235b8ce95b7da33878e9c9b8b7f82f83280f84cbb215f5d3bc32c7f77d8667f0dad7a9500abc68695c8e784dcc7e83e4b30196bc0257 SHA512 2902d21860e27a27159123a19f7d4e0cf9cf8933685f1d2477e69ec647f0f8629b58bbfc391ed45e8b51a10033f18a9d0f16f7f519da9923cd7ed3bd497cf1a2 +DIST libxkbfile-1.1.2.tar.xz 311428 BLAKE2B a7087fe8a752c83fc7c05e4765469d87eb75eb33686c5bcdcbbdc46d60b23d453053aba35082fd2adf5f95a464909e7b7aac1f12ba364ee1fded1c0559dd3a4b SHA512 0639fad7b64b36a85f8d24cdd40085e0ec18d7a671793b8b5c26449e9cc5a84c37117e7757fb1238ac353044935dd00013e42166de5af9dec428e873a47e598d diff --git a/x11-libs/libxkbfile/libxkbfile-1.1.2.ebuild b/x11-libs/libxkbfile/libxkbfile-1.1.2.ebuild new file mode 100644 index 000000000000..b358799d6f2e --- /dev/null +++ b/x11-libs/libxkbfile/libxkbfile-1.1.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_MULTILIB=yes +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org xkbfile library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |