diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-28 22:42:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-28 22:54:35 -0400 |
commit | 1f1cebe5c706c9a0981aa998335fb8e19a662b55 (patch) | |
tree | f878fce89040ee6f3e2ee232fa9376baf55c2bad /x11-libs/xcb-util-renderutil | |
parent | x11-libs/xcb-util-keysyms: Version bump to 0.4.1 (diff) | |
download | gentoo-1f1cebe5c706c9a0981aa998335fb8e19a662b55.tar.gz gentoo-1f1cebe5c706c9a0981aa998335fb8e19a662b55.tar.bz2 gentoo-1f1cebe5c706c9a0981aa998335fb8e19a662b55.zip |
x11-libs/xcb-util-renderutil: Version bump to 0.3.10
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/xcb-util-renderutil')
-rw-r--r-- | x11-libs/xcb-util-renderutil/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/xcb-util-renderutil/Manifest b/x11-libs/xcb-util-renderutil/Manifest index 3be66bee4e0a..2e3b2e76ed8b 100644 --- a/x11-libs/xcb-util-renderutil/Manifest +++ b/x11-libs/xcb-util-renderutil/Manifest @@ -1 +1,2 @@ +DIST xcb-util-renderutil-0.3.10.tar.xz 262028 BLAKE2B 49b017fed34cd1c8cceae697bf76dc17c34c32dcc05acaff87c75f74fcd486bc0abc9fe4699cc989c1afd13ac33fc04092719209e9d48aceb5e35d64a5790393 SHA512 9cfa9201be2df7c0b832e1e1fe506e7c7a1e0f2b1b1d4a4b58620eadc241190a36478fa3ea27c32047fa79bf199f17dcd0b106853dbf5eda8cd584f3fc2b0c15 DIST xcb-util-renderutil-0.3.9.tar.bz2 292898 BLAKE2B 8de259f918f1ffcd82d054bd751baf3f0fe3514da86bc736b68c74ca1f285fb41dca364ca49153e1464691c10fb65f16a53eec0ec8102c1abade9ad7c80629e4 SHA512 24b567992ecde7e69a406efd0ffb62266610d73b4dc0e5c71093221090fa134c14b850680d1d28dc1f8f4a6f497b4118491e1894ec7c73d2c6ce959d106771cc diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild new file mode 100644 index 000000000000..f87d89e6dcb7 --- /dev/null +++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild @@ -0,0 +1,17 @@ +# 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 C-language Bindings sample implementations" +HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris" + +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |