Diff wmnetload-1.3-r6 with a wmnetload-1.3-r7
/usr/portage/x11-plugins/wmnetload/wmnetload-1.3-r7.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 | 5 | |
6 | 6 |
inherit autotools |
7 | 7 | |
... | ... | |
16 | 16 |
DEPEND=">=x11-libs/libdockapp-0.7:=" |
17 | 17 |
RDEPEND="${DEPEND}" |
18 | 18 | |
19 |
PATCHES=( "${FILESDIR}/${P}-r4-configure.patch" ) |
|
19 |
PATCHES=( |
|
20 |
"${FILESDIR}/${P}-r4-configure.patch" |
|
21 |
"${FILESDIR}/${P}-C23.patch" |
|
22 |
) |
|
20 | 23 | |
21 | 24 |
src_prepare() { |
22 | 25 |
default |
23 |
sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i src/*.c || die |
|
26 | ||
24 | 27 |
eautoreconf |
25 | 28 |
} |