diff --git a/x11-apps/xeyes/Manifest b/x11-apps/xeyes/Manifest index ea0a349a5ff00..5f0b6c1ab308c 100644 --- a/x11-apps/xeyes/Manifest +++ b/x11-apps/xeyes/Manifest @@ -1 +1,2 @@ DIST xeyes-1.3.0.tar.xz 130444 BLAKE2B 17e73743765b7bdb8e26c8ac7babb91ee1c72c6ecf8bdaaf112d192f6db34ab926d6699ccd7b9a1bbe1ca98dcab0ea61a3eaeec10b8ce5b67bcbe40b19842208 SHA512 6108a476cd0807ce2a522d905894817f7f14f653f928c218c96c078f0822d9abef5fb941d3e7163a1cadaa7d74f1bd09bbf60345a7ac0fe906667af5a0490906 +DIST xeyes-1.3.1.tar.xz 135900 BLAKE2B 01024ccf9ae120b134a86f946b6fd53ffebfcff41a64d24b9b81aa0307dc03b1a8d1a70a0652c9a9b7b7f667e8722a9e6f5beeaeb6ed3f69ec8fb88f558fe5be SHA512 c0c3e25b1685cc943c8d27f88c4d3ec79aa05c102ba7ac0cbd7dcebdf703111ecb2288f4bac55d9ffc5b7aa3b15cba58f28c21025a53b415a8a18bdb61688dcf diff --git a/x11-apps/xeyes/xeyes-1.3.1.ebuild b/x11-apps/xeyes/xeyes-1.3.1.ebuild new file mode 100644 index 0000000000000..aae6bb38757a6 --- /dev/null +++ b/x11-apps/xeyes/xeyes-1.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-meson + +DESCRIPTION="X.Org xeyes application" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=x11-libs/libXi-1.7 + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXrender + x11-libs/libxcb" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +src_configure() { + local XORG_CONFIGURE_OPTIONS=( + -Dxrender=enabled + -Dpresent=enabled + ) + xorg-meson_src_configure +}