sylpheed: fix localedir

This commit is contained in:
newbluemoon 2021-11-12 12:08:04 +01:00 committed by Érico Nogueira Rolim
parent f93bd0383b
commit aff7b3832c
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- a/po/Makefile.in.in 2008-11-13 07:05:30.000000000 +0100
+++ b/po/Makefile.in.in 2021-11-12 11:45:02.993224538 +0100
@@ -28,7 +28,7 @@
datarootdir = @datarootdir@
datadir = @datadir@
libdir = @libdir@
-localedir = $(libdir)/locale
+localedir = $(datadir)/locale
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po

View File

@ -1,7 +1,7 @@
# Template file for 'sylpheed'
pkgname=sylpheed
version=3.7.0
revision=7
revision=8
build_style=gnu-configure
configure_args="--disable-compface --disable-gtkspell --enable-ldap --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="automake libtool pkg-config flex gettext-devel gtk+-devel gpgme-devel glib-devel"