# -*- 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 solaris_WORKDIR := $(call gb_CustomTarget_get_workdir,sysui/solaris) solaris_SRCDIR := $(SRCDIR)/sysui/desktop/solaris $(eval $(call gb_CustomTarget_CustomTarget,sysui/solaris)) $(eval $(call gb_CustomTarget_register_targets,sysui/solaris,\ $(foreach product,$(PRODUCTLIST),\ $(product)/pkginfo \ $(product)/depend \ $(product)/mailcap \ $(product)/copyright \ $(product)/postinstall \ $(product)/postremove \ $(product)/prototype \ $(product)-desktop-integration.tar.gz) \ )) $(solaris_WORKDIR)/%/pkginfo: $(solaris_SRCDIR)/pkginfo cat $< | tr -d "\015" | sed -e "s/%PRODUCTNAME/$(PRODUCTNAME.$*) $(PRODUCTVERSION)/g" -e "s/%pkgprefix/$*/g" > $@ $(solaris_WORKDIR)/%/depend: $(solaris_SRCDIR)/depend cat $< | tr -d "\015" | sed -e "s/%PRODUCTNAME/$(PRODUCTNAME.$*) $(PRODUCTVERSION)/g" -e "s/%pkgprefix/$*/g" > $@ $(solaris_WORKDIR)/%/mailcap: $(solaris_SRCDIR)/mailcap cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$*)/g" > $@ $(solaris_WORKDIR)/%/copyright: $(solaris_SRCDIR)/copyright cat $< | tr -d "\015" > $@ $(solaris_WORKDIR)/%/postinstall: $(solaris_SRCDIR)/postinstall cat $< | tr -d "\015" > $@ $(solaris_WORKDIR)/%/postremove: $(solaris_SRCDIR)/postremove cat $< | tr -d "\015" > $@ $(solaris_WORKDIR)/%/prototype: $(solaris_SRCDIR)/prototype cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$*)/g" -e "s_%SOURCE_$(call gb_CustomTarget_get_workdir,sysui/share)/$*_g" -e "s/%ICONPREFIX/$(UNIXFILENAME.$*)/g" > $@ $(solaris_WORKDIR)/%-desktop-integration.tar.gz: $(solaris_WORKDIR)/%/copyright $(solaris_WORKDIR)/%/pkginfo $(solaris_WORKDIR)/%/depend $(solaris_WORKDIR)/%/mailcap $(solaris_WORKDIR)/%/postinstall $(solaris_WORKDIR)/%/postremove $(solaris_WORKDIR)/%/prototype $(call gb_CustomTarget_get_workdir,sysui/share)/%/openoffice.org.xml # pkgmk -l 1073741824 -r $(solaris_WORKDIR) -f $(solaris_WORKDIR)/$*/prototype -o -d $(solaris_WORKDIR) ARCH=all VERSION=$(PKGVERSION.$*) fakeroot $(GNUTAR) -cf - -C $(solaris_WORKDIR) $* | gzip > $@ # vim: set noet sw=4 ts=4: 22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/pardlg.cxx
AgeCommit message (Expand)Author
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-06Translate a comment to English.Thomas Klausner
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin
2015-02-17tdf#89085 Edit page break does not open proper tabRishabh Kumar
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-07-01loplugin:literaltoboolconversionStephan Bergmann
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand