update credits
[LibreOffice.git] / sysui / Package_desktop.mk
blob64984a7283caef49db881d4975687a008f11b7df
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 include $(SRCDIR)/sysui/productlist.mk
12 $(eval $(call gb_Package_Package,desktop,$(WORKDIR)/CustomTarget))
14 ifneq ($(filter deb,$(PKGFORMAT)),)
15 $(eval $(call gb_Package_add_files,desktop,bin/desktop-integration/deb,\
16 $(foreach product,$(PRODUCTLIST),\
17 sysui/deb/$(product)-desktop-integration.tar.gz) \
19 endif
21 ifneq ($(filter rpm,$(PKGFORMAT)),)
22 $(eval $(call gb_Package_add_files,desktop,bin/desktop-integration/rpm,\
23 $(foreach product,$(PRODUCTLIST),\
24 sysui/rpm/$(product)-desktop-integration.tar.gz) \
26 endif
28 ifeq ($(OS),SOLARIS)
29 $(eval $(call gb_Package_add_files,desktop,bin/desktop-integration/pkg,\
30 $(foreach product,$(PRODUCTLIST),\
31 sysui/solaris/$(product)-desktop-integration.tar.gz) \
33 endif
35 # vim: set noet sw=4 ts=4: