From be4f7ad217fa1ec31a8b9bbcec4a278e8d4a4bd8 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 2 Apr 2020 08:58:08 -0400 Subject: [PATCH] lumina: Enable i18n support This installs the localization support for the desktop and enables more locale support options for the end-user. --- srcpkgs/lumina/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lumina/template b/srcpkgs/lumina/template index 3d8f79b0212..fb495107e0b 100644 --- a/srcpkgs/lumina/template +++ b/srcpkgs/lumina/template @@ -1,9 +1,9 @@ # Template file for 'lumina' pkgname=lumina version=1.6.0 -revision=1 +revision=2 build_style=qmake -configure_args="QT5LIBDIR=/usr/lib/qt5 L_ETCDIR=/etc" +configure_args="QT5LIBDIR=/usr/lib/qt5 L_ETCDIR=/etc CONFIG+=WITH_I18N" hostmakedepends="qt5-host-tools" makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel qt5-svg-devel qt5-declarative-devel libXrender-devel libXcomposite-devel libXcursor-devel libXdamage-devel