From ebff879221fccc9bb7d61231027402ef23efd378 Mon Sep 17 00:00:00 2001 From: Vinfall Date: Wed, 10 Jul 2024 11:59:37 +0800 Subject: [PATCH] xfce4-panel-profiles: fix missing depends --- srcpkgs/xfce4-panel-profiles/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xfce4-panel-profiles/template b/srcpkgs/xfce4-panel-profiles/template index 0e55af4a37e..63864293db0 100644 --- a/srcpkgs/xfce4-panel-profiles/template +++ b/srcpkgs/xfce4-panel-profiles/template @@ -1,11 +1,11 @@ # Template file for 'xfce4-panel-profiles' pkgname=xfce4-panel-profiles version=1.0.14 -revision=1 +revision=2 build_style=configure configure_args="--prefix=/usr --python=python3" hostmakedepends="intltool tar" -depends="xfce4-panel python3-gobject" +depends="xfce4-panel python3-gobject python3-psutil" short_desc="Simple application to manage Xfce panel layouts" maintainer="Vinfall " license="GPL-3.0-only"