summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-09 18:14:58 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-09 18:29:24 -0800
commitd01f76e141ce88bbd978b4b87c9ed3b3bda5ca6f (patch)
tree26e0bd96e472b89179a5acfc24dbb662741c2f49 /x11-apps/xeyes/xeyes-1.1.2.ebuild
parentkde-misc/krename: remove 4.0.9_p20170610 (diff)
downloadgentoo-d01f76e141ce88bbd978b4b87c9ed3b3bda5ca6f.tar.gz
gentoo-d01f76e141ce88bbd978b4b87c9ed3b3bda5ca6f.tar.bz2
gentoo-d01f76e141ce88bbd978b4b87c9ed3b3bda5ca6f.zip
x11-apps/xeyes: Version bump to 1.1.2
Diffstat (limited to 'x11-apps/xeyes/xeyes-1.1.2.ebuild')
-rw-r--r--x11-apps/xeyes/xeyes-1.1.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xeyes/xeyes-1.1.2.ebuild b/x11-apps/xeyes/xeyes-1.1.2.ebuild
new file mode 100644
index 000000000000..38058856c834
--- /dev/null
+++ b/x11-apps/xeyes/xeyes-1.1.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X.Org xeyes application"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~sparc64-solaris"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXext
+ x11-libs/libXmu
+ x11-libs/libXrender"
+DEPEND="${RDEPEND}"
+
+XORG_CONFIGURE_OPTIONS="--with-xrender"