From 9d075093470646e120dcacfefddd27e19e5a28a9 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:06 +0700 Subject: [PATCH] xfce4-fsguard-plugin: fix l10n dir --- srcpkgs/xfce4-fsguard-plugin/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xfce4-fsguard-plugin/template b/srcpkgs/xfce4-fsguard-plugin/template index 60feab6e6ec..dba4083f4be 100644 --- a/srcpkgs/xfce4-fsguard-plugin/template +++ b/srcpkgs/xfce4-fsguard-plugin/template @@ -1,13 +1,18 @@ # Template file for 'xfce4-fsguard-plugin' pkgname=xfce4-fsguard-plugin version=1.1.1 -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="File system usage monitor plugin for the Xfce4 panel" maintainer="Alexander Mamay " -license="GPL-2" +license="BSD-2-Clause" homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin" distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" checksum=d6d05d0a90a68453d65cdceec5ca7eeaef864393ab62eef532a7ba58f374d516 + +post_install() { + vlicense COPYING +}