sylpheed: fix localedir
This commit is contained in:
parent
f93bd0383b
commit
aff7b3832c
2 changed files with 12 additions and 1 deletions
11
srcpkgs/sylpheed/patches/fix-localedir.patch
Normal file
11
srcpkgs/sylpheed/patches/fix-localedir.patch
Normal 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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sylpheed'
|
# Template file for 'sylpheed'
|
||||||
pkgname=sylpheed
|
pkgname=sylpheed
|
||||||
version=3.7.0
|
version=3.7.0
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-compface --disable-gtkspell --enable-ldap --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
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"
|
hostmakedepends="automake libtool pkg-config flex gettext-devel gtk+-devel gpgme-devel glib-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue