From bc747160c625cfa4f704334a5700d7745e7a710f Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 14 Jul 2015 10:18:36 -0400 Subject: Update all the *.pro files to add a new NO_I18N config option which prevents the installation of the translation files (the translations in this repo are highly incomplete, you should use the translation files from the lumina-i18n repo instead since that is where almost all the translation work is being committed). --- lumina-wm-INCOMPLETE/lumina-wm.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lumina-wm-INCOMPLETE/lumina-wm.pro') diff --git a/lumina-wm-INCOMPLETE/lumina-wm.pro b/lumina-wm-INCOMPLETE/lumina-wm.pro index 4ca61987..3c680799 100644 --- a/lumina-wm-INCOMPLETE/lumina-wm.pro +++ b/lumina-wm-INCOMPLETE/lumina-wm.pro @@ -106,3 +106,7 @@ dotrans.path=$$PREFIX/share/Lumina-DE/i18n/ dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)$$PREFIX/share/Lumina-DE/i18n/ INSTALLS += target dotrans + +NO_I18N{ + INSTALLS -= dotrans +} -- cgit