diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-11-21 10:04:53 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-11-21 10:13:51 -0500 |
commit | 683ca832bacb7fea36d0dcf7cb2fe54c5fbe2017 (patch) | |
tree | 73f7a63a3189d7068332517afeb60f3b44426d1b /x11-libs | |
parent | dev-python/python-multipart: Add missing mock test-dep (diff) | |
download | gentoo-683ca832bacb7fea36d0dcf7cb2fe54c5fbe2017.tar.gz gentoo-683ca832bacb7fea36d0dcf7cb2fe54c5fbe2017.tar.bz2 gentoo-683ca832bacb7fea36d0dcf7cb2fe54c5fbe2017.zip |
x11-libs/libXrandr: Version bump to 1.5.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXrandr/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXrandr/libXrandr-1.5.3.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/libXrandr/Manifest b/x11-libs/libXrandr/Manifest index 974a28f31639..72801209843d 100644 --- a/x11-libs/libXrandr/Manifest +++ b/x11-libs/libXrandr/Manifest @@ -1 +1,2 @@ DIST libXrandr-1.5.2.tar.bz2 330726 BLAKE2B 2d91e4cd2d7af6b79ee952a0d51b0c61d64251c61f862677b47065f2eda811650a5e3bb3185d09a6401291b5a8bb30e8d29cf7aaf1699ac3f49b838ef7b1208d SHA512 fcd005f9839e7ef980607128a5d76d7b671cc2f5755949e03c569c500d7e987cb3f6932750ab8bf6e2c1086ec69dde09d5831f0c2098b9f9ad46be4f56db0d87 +DIST libXrandr-1.5.3.tar.xz 282316 BLAKE2B ec3c9cd4dfaa68332c947a46cf47651c60f97d26522e9a63c5a857c0f48f06c305ed4b2633ab0b8190f9dd74b367227fa869b42031a2d1986bdfd79545d1d9ea SHA512 0c385fc304a872048ffca5cfb8789dfe3132e3126894d54b2fe642dff19d286e7ade1d2f6da894e03788df9c5cf31427c674e987143037b7d385b19285590edb diff --git a/x11-libs/libXrandr/libXrandr-1.5.3.ebuild b/x11-libs/libXrandr/libXrandr-1.5.3.ebuild new file mode 100644 index 000000000000..2cef107c651b --- /dev/null +++ b/x11-libs/libXrandr/libXrandr-1.5.3.ebuild @@ -0,0 +1,20 @@ +# 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 Xrandr 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" +IUSE="doc" + +RDEPEND=" + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |