volumeicon: fix l10n dir
This commit is contained in:
parent
0c6110287f
commit
d1d4423093
1 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'volumeicon'
|
# Template file for 'volumeicon'
|
||||||
pkgname=volumeicon
|
pkgname=volumeicon
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-notify"
|
configure_args="--enable-notify"
|
||||||
hostmakedepends="pkg-config intltool automake glib-devel gettext-devel"
|
hostmakedepends="pkg-config intltool"
|
||||||
makedepends="alsa-lib-devel libnotify-devel gtk+3-devel"
|
makedepends="alsa-lib-devel libnotify-devel gtk+3-devel"
|
||||||
short_desc="Lightweight volume control that sits in your systray"
|
short_desc="Lightweight volume control that sits in your systray"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -19,10 +19,6 @@ post_patch() {
|
||||||
src/alsa_volume_mapping.c >LICENSE.ISC
|
src/alsa_volume_mapping.c >LICENSE.ISC
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.MIT
|
vlicense LICENSE.MIT
|
||||||
vlicense LICENSE.ISC
|
vlicense LICENSE.ISC
|
||||||
|
|
Loading…
Reference in a new issue