summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-07-21 22:12:14 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2018-07-28 12:00:52 +0200
commitd885bc32f87d1e1f9bdbc45eed8008981d0ff867 (patch)
tree83d2c5331de9b9df2fe25350ae7ba1e5383dcc0a /x11-plugins/wmappl/wmappl-0.71-r1.ebuild
parentx11-plugins/wmappl: fix/use HTTPS (diff)
downloadgentoo-d885bc32f87d1e1f9bdbc45eed8008981d0ff867.tar.gz
gentoo-d885bc32f87d1e1f9bdbc45eed8008981d0ff867.tar.bz2
gentoo-d885bc32f87d1e1f9bdbc45eed8008981d0ff867.zip
x11-plugins/wmappl: EAPI7, improve ebuild
Diffstat (limited to 'x11-plugins/wmappl/wmappl-0.71-r1.ebuild')
-rw-r--r--x11-plugins/wmappl/wmappl-0.71-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
new file mode 100644
index 000000000000..07b7a30bf589
--- /dev/null
+++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
@@ -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"