diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-18 18:26:54 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-09-19 22:37:28 +0200 |
commit | 018d240d2199636ee78fab25bbb6c6b82bf4dcee (patch) | |
tree | 1fc58e18745da8792d7ef6a5956f674eb0a876ad /x11-plugins | |
parent | x11-plugins/wmblob: EAPI8 bump, fix LICENSE (diff) | |
download | gentoo-018d240d2199636ee78fab25bbb6c6b82bf4dcee.tar.gz gentoo-018d240d2199636ee78fab25bbb6c6b82bf4dcee.tar.bz2 gentoo-018d240d2199636ee78fab25bbb6c6b82bf4dcee.zip |
x11-plugins/wmbutton: 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/wmbutton/wmbutton-0.7.1-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-plugins/wmbutton/wmbutton-0.7.1-r1.ebuild b/x11-plugins/wmbutton/wmbutton-0.7.1-r1.ebuild new file mode 100644 index 000000000000..4eb78ceb153c --- /dev/null +++ b/x11-plugins/wmbutton/wmbutton-0.7.1-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Dockapp application that displays nine configurable buttons" +HOMEPAGE="https://www.dockapps.net/wmbutton" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="branding" + +RDEPEND="x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |