From bd35c8b231c9f998552fa9ecfdf1da245b34e778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 31 Dec 2020 07:02:09 +0700 Subject: [PATCH] xfce4-systemload-plugin: fix l10n dir --- srcpkgs/xfce4-systemload-plugin/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xfce4-systemload-plugin/template b/srcpkgs/xfce4-systemload-plugin/template index c19a75e226f..45a06a6f34b 100644 --- a/srcpkgs/xfce4-systemload-plugin/template +++ b/srcpkgs/xfce4-systemload-plugin/template @@ -1,11 +1,12 @@ # Template file for 'xfce4-systemload-plugin' pkgname=xfce4-systemload-plugin version=1.2.3 -revision=2 +revision=3 build_style=gnu-configure +configure_args="--with-locales-dir=/usr/share/locale" hostmakedepends="pkg-config intltool" makedepends="xfce4-panel-devel" -short_desc="A system load plugin for the Xfce4 panel" +short_desc="System load plugin for the Xfce4 panel" maintainer="Alexander Mamay " license="BSD-2-Clause" homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"