diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-11-07 13:34:58 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-11-07 13:37:38 -0500 |
commit | 71636849f97d2dd9f3a856bedc1882f89b554147 (patch) | |
tree | 9c9b95fdf2a0c45514dd0f007e69964cc8397e29 /x11-apps | |
parent | x11-apps/xbacklight: Version bump to 1.2.4 (diff) | |
download | gentoo-71636849f97d2dd9f3a856bedc1882f89b554147.tar.gz gentoo-71636849f97d2dd9f3a856bedc1882f89b554147.tar.bz2 gentoo-71636849f97d2dd9f3a856bedc1882f89b554147.zip |
x11-apps/xrandr: Version bump to 1.5.3
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.3.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest index bddfd07b29af..d2c49e6d2bc7 100644 --- a/x11-apps/xrandr/Manifest +++ b/x11-apps/xrandr/Manifest @@ -1 +1,2 @@ DIST xrandr-1.5.2.tar.xz 174012 BLAKE2B 7c4afea6b8bc4361bde2565e930db98abb925b51d717e23c3ec95853aacf58b465f8c858652b8eebd7b0fdb289b4da4ab9235e571f61c8f77e4818efcb12de07 SHA512 b536e8f1e04094894aa52ae496725c58691b043860b3327c41d737b07b642a939733321b62f698032b11ba857208a6177600a3ca3295ff1be6ade4341cdc2747 +DIST xrandr-1.5.3.tar.xz 176852 BLAKE2B a2f253e0027976ef1bbf346361f6cfcfb575db36f134ec21e234f733fe7e70959d401c6b078a0d6d0297021aeff12eef57e4fdc865c86531784e439927385995 SHA512 2096afb9040ca18005aaf744401df40bdb8e8c8c06ffc97b927e63131800a4dc40cec063bdb5f38cd74b3d24b25fbed258c16cb6c73161efea44b3065b15c100 diff --git a/x11-apps/xrandr/xrandr-1.5.3.ebuild b/x11-apps/xrandr/xrandr-1.5.3.ebuild new file mode 100644 index 000000000000..bc2a9a8f2d5f --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.5.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="A primitive command line interface to RandR extension" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +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 +} |