diff options
author | 2018-03-09 21:58:27 -0800 | |
---|---|---|
committer | 2018-03-09 22:02:31 -0800 | |
commit | 3648b882af771c2e5727ca0a3e52f208bc57a6fb (patch) | |
tree | 6a252bdc1bd2f9c749016d2a3b6eef1dbfa55e40 | |
parent | x11-apps/xrefresh: Version bump to 1.0.6 (diff) | |
download | gentoo-3648b882af771c2e5727ca0a3e52f208bc57a6fb.tar.gz gentoo-3648b882af771c2e5727ca0a3e52f208bc57a6fb.tar.bz2 gentoo-3648b882af771c2e5727ca0a3e52f208bc57a6fb.zip |
x11-apps/xset: Version bump to 1.2.4
-rw-r--r-- | x11-apps/xset/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.2.4.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest index a81a0208a4d7..4c51261606b9 100644 --- a/x11-apps/xset/Manifest +++ b/x11-apps/xset/Manifest @@ -1 +1,2 @@ DIST xset-1.2.3.tar.bz2 142286 BLAKE2B 83ba3d7ccc259ae7b244049e558af6db9428b897b340537b75b6c534c7e8a11f36709237982ffe1ab5b523cef5834467bdc85c94fbe07c64d6eab6eef2c930b2 SHA512 7b2cf4b06b93aec9f6f868be3f0932a5d6e62968485f7eb742a9b775059aa2a49c9170404e0597fd41a5730c0bf321e371ee6b23bbcde3be054f768ab8d3d92a +DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d diff --git a/x11-apps/xset/xset-1.2.4.ebuild b/x11-apps/xset/xset-1.2.4.ebuild new file mode 100644 index 000000000000..fe81eebb63ef --- /dev/null +++ b/x11-apps/xset/xset-1.2.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.Org xset application" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXext" +DEPEND="${RDEPEND}" + +XORG_CONFIGURE_OPTIONS=( + --without-xf86misc + --without-fontcache +) |