diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:28:50 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:40:13 -0400 |
commit | a2886a1a70669c9ef734382b63c4c2d3440a6273 (patch) | |
tree | b8f0e43206a0c3db7c270540279dfd231fc7a485 /x11-apps | |
parent | x11-apps/xkbprint: Version bump to 1.0.7 (diff) | |
download | gentoo-a2886a1a70669c9ef734382b63c4c2d3440a6273.tar.gz gentoo-a2886a1a70669c9ef734382b63c4c2d3440a6273.tar.bz2 gentoo-a2886a1a70669c9ef734382b63c4c2d3440a6273.zip |
x11-apps/xmag: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xmag/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-1.0.8.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/xmag/Manifest b/x11-apps/xmag/Manifest index 1589ee74829d..0c49f2f32420 100644 --- a/x11-apps/xmag/Manifest +++ b/x11-apps/xmag/Manifest @@ -1 +1,2 @@ DIST xmag-1.0.7.tar.xz 137660 BLAKE2B aa809a5e36d5e05524ab78d2382e15b2294439927ee7b441d246134120cef360fc2eb32b0611874a4bc4b45613a8e0fcc0e6cd595fea3fbd5a919aba593d90d9 SHA512 d35ac5d977b9f3bd03fb919bf178f68bdbc6ef2a57915b407d836fce0582f5cb78d0b79043bb6f8d015464ca113deb09469c3b724aed03901a4c3fc4a9982984 +DIST xmag-1.0.8.tar.xz 141688 BLAKE2B 7216f8cd3c87dde536499053d027be41a9a2121878b461481a3c10fd00fe1e0e31986cac1ccd14ed11eb8d9e11ae6a38db8cdb78b9e97aa87391b57a0a052457 SHA512 d4dbf6bf60a5a3ac88309cdc8f07284a20bd3b044795cd54e002ee5956fa317a09e5f21a9469a6fd9a786f109d8592d8b8e5128ac86850391a6445ccc1f7a11c diff --git a/x11-apps/xmag/xmag-1.0.8.ebuild b/x11-apps/xmag/xmag-1.0.8.ebuild new file mode 100644 index 000000000000..d6ef7c9bd845 --- /dev/null +++ b/x11-apps/xmag/xmag-1.0.8.ebuild @@ -0,0 +1,19 @@ +# 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="X.Org xmag application" + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |