x11-plugins/wmappl: EAPI7, improve ebuild
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 21 Jul 2018 20:12:14 +0000 (22:12 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Sat, 28 Jul 2018 10:00:52 +0000 (12:00 +0200)
x11-plugins/wmappl/wmappl-0.71-r1.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
new file mode 100644 (file)
index 0000000..07b7a30
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple application launcher for the Window Maker dock"
+HOMEPAGE="https://www.dockapps.net/wmappl"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+RDEPEND="x11-libs/libX11
+       x11-libs/libXext
+       x11-libs/libXt
+       x11-libs/libXpm"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~amd64 ~ppc"