mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
gnome-mime-data: fix l10n dir
This commit is contained in:
parent
e7d7d4d3d5
commit
1ff38fadf9
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'gnome-mime-data'
|
# Template file for 'gnome-mime-data'
|
||||||
pkgname=gnome-mime-data
|
pkgname=gnome-mime-data
|
||||||
version=2.18.0
|
version=2.18.0
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-locales-dir=/usr/share/locale"
|
||||||
hostmakedepends="intltool shared-mime-info"
|
hostmakedepends="intltool shared-mime-info"
|
||||||
makedepends="shared-mime-info"
|
makedepends="shared-mime-info"
|
||||||
depends="shared-mime-info"
|
depends="shared-mime-info"
|
||||||
|
@ -12,5 +13,8 @@ license="GPL-2.0-only"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/2.18/${pkgname}-${version}.tar.bz2"
|
distfiles="${GNOME_SITE}/${pkgname}/2.18/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7
|
checksum=37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7
|
||||||
|
|
||||||
conf_files="/etc/gnome-vfs-mime-magic"
|
conf_files="/etc/gnome-vfs-mime-magic"
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue