Сравнение wmdiskmon-0.0.2-r1 с wmdiskmon-0.0.2-r2
| /usr/portage/x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r2.ebuild 2025-07-29 16:22:17.976470405 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2018 Gentoo Foundation |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | ||
| 6 |
inherit autotools |
|
| 5 | 7 | |
| 6 | 8 |
DESCRIPTION="a dockapp to display disk space usage" |
| 7 | 9 |
HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" |
| ... | ... | |
| 17 | 19 |
DEPEND="${RDEPEND}
|
| 18 | 20 |
x11-base/xorg-proto |
| 19 | 21 |
x11-libs/libXt" |
| 22 | ||
| 23 |
PATCHES=( "${FILESDIR}/${P}-include.patch" )
|
|
| 24 | ||
| 25 |
src_prepare() {
|
|
| 26 |
default |
|
| 27 | ||
| 28 |
# https://bugs.gentoo.org/908911 |
|
| 29 |
eautoreconf |
|
| 30 |
} |
|