diff options
author | 2022-12-03 21:46:58 -0500 | |
---|---|---|
committer | 2022-12-03 21:46:58 -0500 | |
commit | e0827ed0fcc5a126e9ec51d27684c074b4fbc882 (patch) | |
tree | 515cbfd3aa892096e9f0a87a896b9e5859aa8bf5 /x11-apps | |
parent | x11-apps/xvinfo: Version bump to 1.1.5 (diff) | |
download | gentoo-e0827ed0fcc5a126e9ec51d27684c074b4fbc882.tar.gz gentoo-e0827ed0fcc5a126e9ec51d27684c074b4fbc882.tar.bz2 gentoo-e0827ed0fcc5a126e9ec51d27684c074b4fbc882.zip |
x11-apps/xrandr: Version bump to 1.5.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xrandr/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.5.2.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest index adb193738a53..1c012c8c5730 100644 --- a/x11-apps/xrandr/Manifest +++ b/x11-apps/xrandr/Manifest @@ -1 +1,2 @@ DIST xrandr-1.5.1.tar.xz 171200 BLAKE2B 69cc080da24b8d00fcf60e9fb2d4c03d7b80b46d18888fa726ad4ba5847fcfcea4abeefa298fb833febe0549aec0636ed9087c8ef065f5166df6bd7f270dac1a SHA512 3d0d37e974b9dffb996276ee7fd676327fd0956e5f5f572dd142a651a35d3cdfa2f6dd415cf27bf87f306981957aba4cc014c12baebefcabaa5d66b78a114922 +DIST xrandr-1.5.2.tar.xz 174012 BLAKE2B 7c4afea6b8bc4361bde2565e930db98abb925b51d717e23c3ec95853aacf58b465f8c858652b8eebd7b0fdb289b4da4ab9235e571f61c8f77e4818efcb12de07 SHA512 b536e8f1e04094894aa52ae496725c58691b043860b3327c41d737b07b642a939733321b62f698032b11ba857208a6177600a3ca3295ff1be6ade4341cdc2747 diff --git a/x11-apps/xrandr/xrandr-1.5.2.ebuild b/x11-apps/xrandr/xrandr-1.5.2.ebuild new file mode 100644 index 000000000000..6588b0e6070d --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.5.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +XORG_TARBALL_SUFFIX="xz" + +inherit xorg-3 + +DESCRIPTION="primitive command line interface to RandR extension" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=x11-libs/libXrandr-1.5 + x11-libs/libXrender + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +src_install() { + xorg-3_src_install + rm -f "${ED}"/usr/bin/xkeystone || die +} |