summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-07-24 20:36:46 +0200
committerDavid Seifert <soap@gentoo.org>2018-07-26 05:43:35 +0200
commit2d4a8c4328b04a6deae80461997744422a0bf48c (patch)
tree024e6e7ed34e879b4ffe8b217ade880080fd62b1 /x11-plugins
parentx11-plugins/wmwork: fix HOMEPAGE, SRC_URI (diff)
downloadgentoo-2d4a8c4328b04a6deae80461997744422a0bf48c.tar.gz
gentoo-2d4a8c4328b04a6deae80461997744422a0bf48c.tar.bz2
gentoo-2d4a8c4328b04a6deae80461997744422a0bf48c.zip
x11-plugins/wmwork: EAPI7, improve ebuild
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
new file mode 100644
index 000000000000..685729961fd2
--- /dev/null
+++ b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="a dockapp that lets you easily track time spent on different projects"
+HOMEPAGE="https://www.dockapps.net/wmwork"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=x11-libs/libXext-1.0.3
+ >=x11-libs/libX11-1.1.1-r1
+ >=x11-libs/libXpm-3.5.6"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+S="${WORKDIR}/${P}/src"
+
+DOCS=( ../{CHANGES,README} )