You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild

24 lines
571 B

# Copyright 1999-2020 Gentoo Authors
# 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} )
PATCHES=( ${FILESDIR}/${P}-gcc-10.patch )