mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
x11-plugins/wmdiskmon: EAPI7, improve ebuild
This commit is contained in:
committed by
Bernard Cafarelli
parent
57ffc757f7
commit
569c573fa2
19
x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r1.ebuild
Normal file
19
x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r1.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="a dockapp to display disk space usage"
|
||||
HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
|
||||
SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXpm"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-base/xorg-proto
|
||||
x11-libs/libXt"
|
||||
Reference in New Issue
Block a user