summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-11-12 20:48:14 -0500
committerMatt Turner <mattst88@gentoo.org>2022-11-12 20:48:28 -0500
commit97f1602ba2999ed55d1ec5b8f1f4d60a2d918327 (patch)
treec990a8758469727029205f5169799e80ef2d77bc /x11-apps/xlogo
parentx11-apps/xkill: Version bump to 1.0.6 (diff)
downloadgentoo-97f1602ba2999ed55d1ec5b8f1f4d60a2d918327.tar.gz
gentoo-97f1602ba2999ed55d1ec5b8f1f4d60a2d918327.tar.bz2
gentoo-97f1602ba2999ed55d1ec5b8f1f4d60a2d918327.zip
x11-apps/xlogo: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xlogo')
-rw-r--r--x11-apps/xlogo/Manifest1
-rw-r--r--x11-apps/xlogo/xlogo-1.0.6.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest
index b739536dfb75..67d8f953b9b5 100644
--- a/x11-apps/xlogo/Manifest
+++ b/x11-apps/xlogo/Manifest
@@ -1 +1,2 @@
DIST xlogo-1.0.5.tar.bz2 135608 BLAKE2B eeaa9dfdca57bd5b60035dc31981f3b3e390862b5e8f695422505059f657cfe727d491c757e8ef4dba4a913179c92827741f04e3fc6765b0257d63f1382fc69f SHA512 0d78e269b0be3c5de71de7f362b896bfd9934ecd9d0361b3302399b1269e029c4a9f35418d792121a1edc34405d753f9d69c996cc3a69ac717f2b0d1f736406b
+DIST xlogo-1.0.6.tar.xz 128772 BLAKE2B 422f2f3791e0b61625a5e1b4053cb3327345845ff101c5c2d690598c2c7545b9d7ccdd5c5aa9fa76423d85ef2e03d41c75999619d333cd7e4f769e67f087a177 SHA512 f0c921e0e34d2c0959d95ca0fcb7488395043280b8b35bcad4e8a528224f2b38581fbf60e82239d06760ecd637692cb29c3b1c0c46ac7f269f692a139d954ea0
diff --git a/x11-apps/xlogo/xlogo-1.0.6.ebuild b/x11-apps/xlogo/xlogo-1.0.6.ebuild
new file mode 100644
index 000000000000..4a0eeaa7511d
--- /dev/null
+++ b/x11-apps/xlogo/xlogo-1.0.6.ebuild
@@ -0,0 +1,25 @@
+# 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 Window System logo"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 )