diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:50:37 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:50:37 -0500 |
commit | c0ab72a1ddb38787dc2e377b22c70e415302b3bc (patch) | |
tree | d1b3f0f2bd732615d0dc255b4eedd95ae3ba85e4 /x11-apps | |
parent | x11-apps/xstdcmap: Version bump to 1.0.5 (diff) | |
download | gentoo-c0ab72a1ddb38787dc2e377b22c70e415302b3bc.tar.gz gentoo-c0ab72a1ddb38787dc2e377b22c70e415302b3bc.tar.bz2 gentoo-c0ab72a1ddb38787dc2e377b22c70e415302b3bc.zip |
x11-apps/xset: Version bump to 1.2.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xset/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.2.5.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest index 648ec6a4dcd8..ce39962de25e 100644 --- a/x11-apps/xset/Manifest +++ b/x11-apps/xset/Manifest @@ -1 +1,2 @@ DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d +DIST xset-1.2.5.tar.xz 138776 BLAKE2B 81d93de0bd2a5f0d76937109a8f16f5e1d5074ec5209ea373d9f4b3f5064ac15a9e3c9cdc850cbe6103469fcdfc4d69df033ce7bbf80e22b507d3664e49911a9 SHA512 12b53d7cd6b7ccf6515c03f68151490fce6b2629e99b8d85ac5d760f4ed93394a457213c3947533809fbbb04acd1ed260aeea1256099a10397660eef3088150d diff --git a/x11-apps/xset/xset-1.2.5.ebuild b/x11-apps/xset/xset-1.2.5.ebuild new file mode 100644 index 000000000000..bd6ac94cdc11 --- /dev/null +++ b/x11-apps/xset/xset-1.2.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org xset application" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXmu" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +XORG_CONFIGURE_OPTIONS=( + --without-xf86misc + --without-fontcache +) |