summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-11-13 19:48:27 -0500
committerMatt Turner <mattst88@gentoo.org>2024-11-13 19:59:53 -0500
commitef87b44e3728d265f3b2a0b9600516ba014f8397 (patch)
treef1fa8dcd897f327f8ee958b7e89c77d1d211d900 /x11-apps
parentx11-misc/util-macros: Version bump to 1.20.2 (diff)
downloadgentoo-ef87b44e3728d265f3b2a0b9600516ba014f8397.tar.gz
gentoo-ef87b44e3728d265f3b2a0b9600516ba014f8397.tar.bz2
gentoo-ef87b44e3728d265f3b2a0b9600516ba014f8397.zip
x11-apps/xlogo: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xlogo/Manifest1
-rw-r--r--x11-apps/xlogo/xlogo-1.0.7.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest
index 4b49b5929069..ef2b872261ef 100644
--- a/x11-apps/xlogo/Manifest
+++ b/x11-apps/xlogo/Manifest
@@ -1 +1,2 @@
DIST xlogo-1.0.6.tar.xz 128772 BLAKE2B 422f2f3791e0b61625a5e1b4053cb3327345845ff101c5c2d690598c2c7545b9d7ccdd5c5aa9fa76423d85ef2e03d41c75999619d333cd7e4f769e67f087a177 SHA512 f0c921e0e34d2c0959d95ca0fcb7488395043280b8b35bcad4e8a528224f2b38581fbf60e82239d06760ecd637692cb29c3b1c0c46ac7f269f692a139d954ea0
+DIST xlogo-1.0.7.tar.xz 133996 BLAKE2B 9c37a3471b70a5c8009cea0d150c24317eaace491098558e685d9fe0c7838061e002c90011e2e91461e262e5d577cb84fe63590499ecf03c052b084be46f188c SHA512 dfea0d42aeec7394c487e009c22ebb24af9501fa8144079d4fe1f32931cfad6bd1eb3830a1d211b9785a9f89fe22c61d4d4b6d6b881af42f3f916ccc5eb9ce66
diff --git a/x11-apps/xlogo/xlogo-1.0.7.ebuild b/x11-apps/xlogo/xlogo-1.0.7.ebuild
new file mode 100644
index 000000000000..0c5e614db313
--- /dev/null
+++ b/x11-apps/xlogo/xlogo-1.0.7.ebuild
@@ -0,0 +1,25 @@
+# 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 Window System logo"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXrender
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXft
+ x11-libs/libXaw
+ x11-libs/libSM
+ x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=( --with-render )