diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-18 18:36:45 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-09-19 22:37:28 +0200 |
commit | 8889ae7289bc6a78583d5082b8896286af8a2aa9 (patch) | |
tree | ebc3b03be27973d8765432469df3163ab075b228 /x11-plugins | |
parent | x11-plugins/wmcliphist: EAPI8 bump (diff) | |
download | gentoo-8889ae7289bc6a78583d5082b8896286af8a2aa9.tar.gz gentoo-8889ae7289bc6a78583d5082b8896286af8a2aa9.tar.bz2 gentoo-8889ae7289bc6a78583d5082b8896286af8a2aa9.zip |
x11-plugins/wmcoincoin: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmcoincoin/wmcoincoin-2.6.3-r1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.6.3-r1.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.6.3-r1.ebuild new file mode 100644 index 000000000000..a0d96ed75a44 --- /dev/null +++ b/x11-plugins/wmcoincoin/wmcoincoin-2.6.3-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Dockapp for browsing dacode news and board sites" +HOMEPAGE="http://hules.free.fr/wmcoincoin/" +SRC_URI="http://hules.free.fr/${PN}/download/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="nls xinerama" + +RDEPEND="media-libs/imlib2[X] + x11-libs/gtk+:2 + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXft + x11-libs/libXmu + x11-libs/libXpm + xinerama? ( x11-libs/libXinerama )" +DEPEND="${RDEPEND} + x11-base/xorg-proto + x11-libs/libXt" +BDEPEND="virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable xinerama) +} |