commit:     ef87b44e3728d265f3b2a0b9600516ba014f8397
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 00:48:27 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 00:59:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef87b44e

x11-apps/xlogo: Version bump to 1.0.7

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xlogo/Manifest           |  1 +
 x11-apps/xlogo/xlogo-1.0.7.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

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 )

Reply via email to