diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-10-05 05:53:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-10-05 05:53:25 +0100 |
commit | 3f5490a92f684d302af15210584c70ed8ea3fab4 (patch) | |
tree | 641a95536c4796f995e98f72b6c4cc833c94bfac /x11-libs | |
parent | 1b2c0d19f75523db182b267901484f87abf732cf (diff) |
gentoo auto-resync : 05:10:2023 - 05:53:25
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/Manifest.gz | bin | 18341 -> 18337 bytes | |||
-rw-r--r-- | x11-libs/libXrandr/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/libXrandr/libXrandr-1.5.4.ebuild | 20 |
3 files changed, 22 insertions, 0 deletions
diff --git a/x11-libs/Manifest.gz b/x11-libs/Manifest.gz Binary files differindex 96e334ab5b75..6096fa07d70d 100644 --- a/x11-libs/Manifest.gz +++ b/x11-libs/Manifest.gz diff --git a/x11-libs/libXrandr/Manifest b/x11-libs/libXrandr/Manifest index c23aa4baddd8..23786ed50c88 100644 --- a/x11-libs/libXrandr/Manifest +++ b/x11-libs/libXrandr/Manifest @@ -1,3 +1,5 @@ DIST libXrandr-1.5.3.tar.xz 282316 BLAKE2B ec3c9cd4dfaa68332c947a46cf47651c60f97d26522e9a63c5a857c0f48f06c305ed4b2633ab0b8190f9dd74b367227fa869b42031a2d1986bdfd79545d1d9ea SHA512 0c385fc304a872048ffca5cfb8789dfe3132e3126894d54b2fe642dff19d286e7ade1d2f6da894e03788df9c5cf31427c674e987143037b7d385b19285590edb +DIST libXrandr-1.5.4.tar.xz 282928 BLAKE2B 683205e5d2727dca1319c096ce035469bc9c70844f57750df465d19fad31c3aadd3535860f5c02aebed324b41ffe4471c0389128fc3d15ef560956bc196ff489 SHA512 f7c0b083943e11b4cc3c97e10e2cbbc3920fe0c9c5031ef86fca2eb5df413d767caf53dca266abf65395eb10e55354c8fe59ed6b3265402ffccb919a813bc781 EBUILD libXrandr-1.5.3.ebuild 568 BLAKE2B aa2ad231033707326f9a80fe10ab5e1d4e5973f035443e944fc5fcc380f5bebd63321be65af802b12a4966d61c3e08518d26bea03776ee28717431c7848e56bc SHA512 9578e6a20157729288594f9cc330dfc5662006737daa9537e7859d5bb75d0c1a69b7411e86c56f1d433cec090bc2b2f1d089aa4e633ab3494d509211768682d0 +EBUILD libXrandr-1.5.4.ebuild 576 BLAKE2B c15f25947800926bcbe588cd6ca74c112822886bbf462b39dbf6eb8a7dbc2c6e9ccd34fe934c52080e14dbd69bd854f0e18aa53ca0d219cd6c0c13d84b82d490 SHA512 178b08dbda2ebe91192c0a8e5a73234134c7b1ad1b6dcc7708e64d5d22cc74739d1e0dac9f5d96ff64828a49bc4600221d255892e6359fef7ae6c4ae755f7b4f MISC metadata.xml 340 BLAKE2B 8256af7fc43fb196ed97a295a7f5a4f40dcef2833d715e5d6c247123e072336b09957fb1a08b337d72283fe4bc6d5c2288d74c88473b1c12c914d2e84a442ee0 SHA512 963039a140a9888c0ab1f1cc334ba764024b32fbc7ca152c39f82e6d62484ae99ff8c98f5bfa6c0ada201d15898072d0e5fa188247986f0a0110d4b04789182c diff --git a/x11-libs/libXrandr/libXrandr-1.5.4.ebuild b/x11-libs/libXrandr/libXrandr-1.5.4.ebuild new file mode 100644 index 000000000000..6ee8809f2959 --- /dev/null +++ b/x11-libs/libXrandr/libXrandr-1.5.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 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 ~x64-solaris" +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" |