From c656d741cd5ccf5cc3004d3d34db0eff05802660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 30 Dec 2020 23:44:02 +0700 Subject: [PATCH] garcon: fix l10n location --- srcpkgs/garcon/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/garcon/template b/srcpkgs/garcon/template index dca4a2b994f..327595a2f22 100644 --- a/srcpkgs/garcon/template +++ b/srcpkgs/garcon/template @@ -1,10 +1,11 @@ # Template file for 'garcon' pkgname=garcon version=0.8.0 -revision=2 +revision=3 build_style=gnu-configure build_helper=gir -configure_args="--disable-static --enable-introspection=$(vopt_if gir yes no)" +configure_args="--disable-static --with-locales-dir=/usr/share/locale + --enable-introspection=$(vopt_if gir yes no)" hostmakedepends="pkg-config intltool gettext-devel glib-devel" makedepends="libglib-devel libxfce4ui-devel" conf_files="/etc/xdg/menus/xfce-applications.menu"