summaryrefslogtreecommitdiff
path: root/sysui/Package_share.mk
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-05-17 18:08:58 +0200
committerPetr Mladek <pmladek@suse.cz>2013-05-17 18:18:51 +0200
commit8550935cb17ccc07e4928613a43d15797f4fe5de (patch)
treededa8e2db3161c2a376417d358869513c281821b /sysui/Package_share.mk
parent4ed380d62abe283940dced63e0ad29f6f766545f (diff)
several fixes of Linux desktop integration after gbuildisation (fdo#64707)
- $(UNIXFILENAME.$*) is not correctly substituted if the variables are defined by another VAR.bla variables - add missing '-' to the iconprefix - use '$${PRODUCTNAME} $${PRODUCTVERSION}' for the desktop menu; the real name and version is added later by the installer in instsetto_native - use correct .po file for the translations - deliver the localized and corrected desktop files Change-Id: Ifcf797b57f94b16bd7ee498136c9c353b85c7c46
Diffstat (limited to 'sysui/Package_share.mk')
-rw-r--r--sysui/Package_share.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysui/Package_share.mk b/sysui/Package_share.mk
index eb94e7e315fd..ce1d32ad68e0 100644
--- a/sysui/Package_share.mk
+++ b/sysui/Package_share.mk
@@ -7,10 +7,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Package_Package,share,$(SRCDIR)/sysui/desktop/menus))
+$(eval $(call gb_Package_Package,share,$(share_WORKDIR)/libreoffice))
$(eval $(call gb_Package_add_files,share,pck,\
$(addsuffix .desktop,$(LAUNCHERLIST)) \
))
+$(eval $(call gb_Package_use_custom_target,share,sysui/share))
+
# vim: set noet sw=4 ts=4: