[Libreoffice-commits] core.git: sysui/CustomTarget_share.mk

Tomas Chvatal tomas.chvatal at gmail.com
Fri Oct 4 07:38:06 PDT 2013


 sysui/CustomTarget_share.mk |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 449ee2db73c40918ff17f3d42736ad2dd3ebed78
Author: Tomas Chvatal <tomas.chvatal at gmail.com>
Date:   Mon Sep 23 14:15:00 2013 +0200

    Enable %U in desktop files with kde integration
    
    This fixes issues when clicking on various URLS when the KDE only
    integration were build.
    
    Change-Id: Id15b67b8a5589bc54e1f3214e07d2e97b3eddea2
    Reviewed-on: https://gerrit.libreoffice.org/6018
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sysui/CustomTarget_share.mk b/sysui/CustomTarget_share.mk
index d191d8d..9fbfe7e 100644
--- a/sysui/CustomTarget_share.mk
+++ b/sysui/CustomTarget_share.mk
@@ -9,10 +9,16 @@
 
 include $(SRCDIR)/sysui/productlist.mk
 
+
 ifeq ($(ENABLE_GIO),TRUE)
 	brand_URIPARAM := --urls
-else
-ifeq ($(ENABLE_GNOMEVFS),TRUE)
+else ifeq ($(ENABLE_GNOMEVFS),TRUE)
+	brand_URIPARAM := --urls
+else ifeq ($(ENABLE_TDE),TRUE)
+	brand_URIPARAM := --urls
+else ifeq ($(ENABLE_KDE),TRUE)
+	brand_URIPARAM := --urls
+else ifeq ($(ENABLE_KDE4),TRUE)
 	brand_URIPARAM := --urls
 else
 	brand_URIPARAM :=


More information about the Libreoffice-commits mailing list