From a399c140305d5100f8dd9ca720e1c104451d874f Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 14 Jun 2016 09:40:15 -0400 Subject: Large update to the project files: 1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system). 2) Add a few more .desktop files for the various Lumina utilities. --- src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro') diff --git a/src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro b/src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro index 104ff33f..c71bafe7 100644 --- a/src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro +++ b/src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro @@ -88,9 +88,11 @@ TRANSLATIONS = i18n/lumina-terminal_af.ts \ dotrans.path=$${L_SHAREDIR}/Lumina-DE/i18n/ dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)$${L_SHAREDIR}/Lumina-DE/i18n/ -INSTALLS += target dotrans +desktop.files=lumina-terminal.desktop +desktop.path=$${L_SHAREDIR}/applications/ -NO_I18N{ - INSTALLS -= dotrans -} +INSTALLS += target desktop +WITH_I18N{ + INSTALLS += dotrans +} -- cgit