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 +}