summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-03-03 13:51:19 -0800
committerMatt Turner <mattst88@gentoo.org>2019-03-03 13:55:56 -0800
commit980fac15c1e51d06848fc88842008251d3422bc9 (patch)
treec054bfbfd37dd4676261641e5459eac7e0118087 /x11-apps/xlogo/xlogo-1.0.5.ebuild
parentx11-apps/xditview: Version bump to 1.0.5 (diff)
downloadgentoo-980fac15c1e51d06848fc88842008251d3422bc9.tar.gz
gentoo-980fac15c1e51d06848fc88842008251d3422bc9.tar.bz2
gentoo-980fac15c1e51d06848fc88842008251d3422bc9.zip
x11-apps/xlogo: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xlogo/xlogo-1.0.5.ebuild')
-rw-r--r--x11-apps/xlogo/xlogo-1.0.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-apps/xlogo/xlogo-1.0.5.ebuild b/x11-apps/xlogo/xlogo-1.0.5.ebuild
new file mode 100644
index 000000000000..4153dc24bc6e
--- /dev/null
+++ b/x11-apps/xlogo/xlogo-1.0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="X Window System logo"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+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}"
+
+XORG_CONFIGURE_OPTIONS="--with-render"