mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
x11-plugins/wmdiskmon: update EAPI 7 -> 8, fix build
Add missing include, eautoreconf to fix configure Closes: https://bugs.gentoo.org/878641 Closes: https://bugs.gentoo.org/908911 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/41363 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
parent
99f7d9903e
commit
0f1e56d099
12
x11-plugins/wmdiskmon/files/wmdiskmon-0.0.2-include.patch
Normal file
12
x11-plugins/wmdiskmon/files/wmdiskmon-0.0.2-include.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Add missing include
|
||||
https://bugs.gentoo.org/878641
|
||||
--- a/src/main.c
|
||||
+++ b/src/main.c
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
+#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
30
x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r2.ebuild
Normal file
30
x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r2.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
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"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-include.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# https://bugs.gentoo.org/908911
|
||||
eautoreconf
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user