xfce4-fsguard-plugin: fix l10n dir
This commit is contained in:
parent
a42000646f
commit
9d07509347
|
@ -1,13 +1,18 @@
|
||||||
# Template file for 'xfce4-fsguard-plugin'
|
# Template file for 'xfce4-fsguard-plugin'
|
||||||
pkgname=xfce4-fsguard-plugin
|
pkgname=xfce4-fsguard-plugin
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-locales-dir=/usr/share/locale"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
makedepends="xfce4-panel-devel"
|
makedepends="xfce4-panel-devel"
|
||||||
short_desc="File system usage monitor plugin for the Xfce4 panel"
|
short_desc="File system usage monitor plugin for the Xfce4 panel"
|
||||||
maintainer="Alexander Mamay <alexander@mamay.su>"
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
||||||
license="GPL-2"
|
license="BSD-2-Clause"
|
||||||
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
|
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"
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=d6d05d0a90a68453d65cdceec5ca7eeaef864393ab62eef532a7ba58f374d516
|
checksum=d6d05d0a90a68453d65cdceec5ca7eeaef864393ab62eef532a7ba58f374d516
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue