diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:48:58 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:48:58 -0500 |
commit | 071660797a699d53a766dfe7686c6d240b69eade (patch) | |
tree | 104865ad488718e9d7f9162e8f902e010e567bdc /x11-apps/xstdcmap | |
parent | x11-apps/xrandr: Version bump to 1.5.2 (diff) | |
download | gentoo-071660797a699d53a766dfe7686c6d240b69eade.tar.gz gentoo-071660797a699d53a766dfe7686c6d240b69eade.tar.bz2 gentoo-071660797a699d53a766dfe7686c6d240b69eade.zip |
x11-apps/xstdcmap: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xstdcmap')
-rw-r--r-- | x11-apps/xstdcmap/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xstdcmap/Manifest b/x11-apps/xstdcmap/Manifest index 451c6c53dc18..0ad76dd8ada8 100644 --- a/x11-apps/xstdcmap/Manifest +++ b/x11-apps/xstdcmap/Manifest @@ -1 +1,2 @@ DIST xstdcmap-1.0.4.tar.bz2 126269 BLAKE2B 5c2fccbc374871738ae03d722a045cc3ffd6bc431774d76525653e70c5ddb9a4281b2372996ff492807f9d4aee414eac1016f2696ea4e1979407a5b7cf37e1b5 SHA512 2adbb0aec1766341e04090efa962241ff6c9e32c612851b7221cec0ee16852107d406a08ec5251070f39df882c13e3c8c9edcd88f278187a9f373e1727643a8f +DIST xstdcmap-1.0.5.tar.xz 120796 BLAKE2B 0b36b787ba6f69f944598ae3d94418cf7775e22279070db9471738709639ca3552d985525d05c750399d29e1b58a152da0d37be8bff3479a05265e45d85bf554 SHA512 3f2047af1d328a34d38ededc13de00298db3300eab1d1dbdff7d2aa4a3cd543a79305bfbd2e6424c5e023cf866a4f7a70aa9a3014444d543268d2f812a322a49 diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild new file mode 100644 index 000000000000..231c6c848861 --- /dev/null +++ b/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild @@ -0,0 +1,15 @@ +# 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 standard colormap utility" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |