summaryrefslogtreecommitdiff
path: root/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild')
-rw-r--r--x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild
index 3878d594dd31..2ecbefa3c127 100644
--- a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild
+++ b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit autotools
DESCRIPTION="monitors the forking activity of the kernel and most active processes"
HOMEPAGE="http://hules.free.fr/wmforkplop"
@@ -15,5 +16,9 @@ DEPEND="gnome-base/libgtop
media-libs/imlib2[X]"
RDEPEND="${DEPEND}"
-# Easier to patch configure directly here
-PATCHES=( "${FILESDIR}"/${P}-cflags.patch )
+PATCHES=( "${FILESDIR}"/${P}-configure.patch )
+
+src_prepare() {
+ default
+ eautoreconf
+}