summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-28 05:14:46 +0100
committerSam James <sam@gentoo.org>2024-07-28 05:14:46 +0100
commit52ffacebcb0eee74b8914210e454cc8ec7a54a6a (patch)
treefd35877637aabe0ecb14d693d78517c0346ec493 /lxde-base
parentlxde-base/lxpanel: fix modern C issues, fix applet icon (diff)
downloadgentoo-52ffacebcb0eee74b8914210e454cc8ec7a54a6a.tar.gz
gentoo-52ffacebcb0eee74b8914210e454cc8ec7a54a6a.tar.bz2
gentoo-52ffacebcb0eee74b8914210e454cc8ec7a54a6a.zip
lxde-base/lxpanel: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxpanel/lxpanel-0.10.1-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/lxde-base/lxpanel/lxpanel-0.10.1-r1.ebuild b/lxde-base/lxpanel/lxpanel-0.10.1-r1.ebuild
index bfc8f51507bc..7c2438aee8f8 100644
--- a/lxde-base/lxpanel/lxpanel-0.10.1-r1.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.10.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit readme.gentoo-r1 xdg
@@ -48,6 +48,8 @@ PATCHES=(
)
src_configure() {
+ xdg_environment_reset
+
local plugins="netstatus,volume,cpu,deskno,batt,kbled,xkb,thermal,cpufreq,monitors"
use wifi && plugins+=",netstat"