summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-07-24 11:08:42 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-07-24 11:09:37 +0200
commit47226d88d0838fee78d763c2d80766317f11027c (patch)
tree2872ea6c8f54ebc5d73d3f51962f834b9a98623f /x11-plugins/wmbutton/wmbutton-0.7.1.ebuild
parentx11-plugins/wmbutton: drop old (diff)
downloadgentoo-47226d88d0838fee78d763c2d80766317f11027c.tar.gz
gentoo-47226d88d0838fee78d763c2d80766317f11027c.tar.bz2
gentoo-47226d88d0838fee78d763c2d80766317f11027c.zip
x11-plugins/wmbutton: 0.7.1 bump
Clean ebuild (uses standard autotools now, EAPI bump) Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-plugins/wmbutton/wmbutton-0.7.1.ebuild')
-rw-r--r--x11-plugins/wmbutton/wmbutton-0.7.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-plugins/wmbutton/wmbutton-0.7.1.ebuild b/x11-plugins/wmbutton/wmbutton-0.7.1.ebuild
new file mode 100644
index 000000000000..081ca01c1b1b
--- /dev/null
+++ b/x11-plugins/wmbutton/wmbutton-0.7.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="a dockapp application that displays nine configurable buttons"
+HOMEPAGE="http://www.dockapps.net/wmbutton"
+SRC_URI="http://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-proto/xproto"