# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # include $(SRCDIR)/sysui/productlist.mk rpm_WORKDIR := $(call gb_CustomTarget_get_workdir,sysui/rpm) rpm_SRCDIR := $(SRCDIR)/sysui/desktop RPMDISTROS := freedesktop define rpm_register_target $(call gb_CustomTarget_get_target,sysui/rpm): $(rpm_WORKDIR)/$(1)/$(1)$(PKGVERSIONSHORT)-$(2)-menus-$(PKGVERSION)-$(LIBO_VERSION_PATCH).noarch.rpm $(rpm_WORKDIR)/$(1)-desktop-integration.tar.gz: $(rpm_WORKDIR)/$(1)/$(1)$(PKGVERSIONSHORT)-$(2)-menus-$(PKGVERSION)-$(LIBO_VERSION_PATCH).noarch.rpm $(rpm_WORKDIR)/$(1)/$(1)$(PKGVERSIONSHORT)-$(2)-menus-$(PKGVERSION)-$(LIBO_VERSION_PATCH).noarch.rpm : \ $(rpm_SRCDIR)/$(2)/$(2)-menus.spec \ $(call gb_CustomTarget_get_workdir,sysui/share)/$(1)/create_tree.sh \ | $(rpm_WORKDIR)/$(1)/.dir $(call gb_Helper_print_on_error,\ $(RPM) -bb $$< \ --buildroot $(rpm_WORKDIR)/$(1)/$(2) \ --define "_builddir $(call gb_CustomTarget_get_workdir,sysui/share)/$(1)" \ --define "_rpmdir $(rpm_WORKDIR)/$(1)" \ --define "_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" \ --define "productname $(PRODUCTNAME.$(1))" \ --define "pkgprefix $(1)$(PKGVERSIONSHORT)" \ --define "unixfilename $(UNIXFILENAME.$(1))" \ --define "productversion $(PRODUCTVERSION)" \ --define "iconprefix $(UNIXFILENAME.$(1))" \ --define "version $(PKGVERSION)" \ --define "release $(LIBO_VERSION_PATCH)" \ --define "__debug_install_post %nil" \ , $$@.log \ ) endef $(eval $(call gb_CustomTarget_CustomTarget,sysui/rpm)) $(foreach product,$(PRODUCTLIST),\ $(foreach distro,$(RPMDISTROS),\ $(eval $(call rpm_register_target,$(product),$(distro))))) $(eval $(call gb_CustomTarget_register_targets,sysui/rpm,\ $(foreach product,$(PRODUCTLIST),\ $(product)-desktop-integration.tar.gz) \ )) $(rpm_WORKDIR)/%-desktop-integration.tar.gz: $(GNUTAR) -C $(rpm_WORKDIR)/$* -cf - $(foreach distro,$(RPMDISTROS),$*$(PKGVERSIONSHORT)-$(distro)-menus-$(PKGVERSION)-$(LIBO_VERSION_PATCH).noarch.rpm) | gzip > $@ # vim: set noet sw=4 ts=4: llabora/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/udkapi/type_reference/udkapi.idl
AgeCommit message (Expand)Author
2023-02-02Update the reference rdbs to libreoffice-7.5.0.3Stephan Bergmann
2020-08-18unoidl-read: Avoid redundant redeclarationsStephan Bergmann
2020-02-19Update the reference rdbs to libreoffice-6.4.0.3-buildfix1Stephan Bergmann
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann
2015-04-07Update the reference rdbs to libreoffice-4-3Stephan Bergmann
2014-04-11Update the reference rdbs to libreoffice-4-2-0Stephan Bergmann
2014-04-11Sort constant group membersStephan Bergmann
2013-10-10Adapt type_reference to typo fix in method parameter nameStephan Bergmann