# -*- 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/. # $(eval $(call gb_CustomTarget_CustomTarget,postprocess/images)) packimages_DIR := $(call gb_CustomTarget_get_workdir,postprocess/images) helpimages_DIR := $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary) # Custom sets, at 24x24 & 16x16 fall-back to Tango preferentially # (Tango fallbacks to Industrial for the missing icons) packimages_CUSTOM_FALLBACKS := -c $(SRCDIR)/icon-themes/tango -c $(SRCDIR)/icon-themes/industrial $(eval $(call gb_CustomTarget_register_targets,postprocess/images,\ $(if $(filter default,$(WITH_THEMES)),images.zip) \ $(foreach theme,$(filter-out default,$(WITH_THEMES)),images_$(theme).zip) \ commandimagelist.ilst \ sorted.lst \ )) $(packimages_DIR)/images.zip : DEFAULT_THEME := $(true) $(packimages_DIR)/images_%.zip : DEFAULT_THEME := $(packimages_DIR)/%.zip : \ $(packimages_DIR)/sorted.lst \ $(packimages_DIR)/commandimagelist.ilst \ $(call gb_Helper_optional,HELP,$(helpimages_DIR)/helpimg.ilst) \ $(call gb_Helper_optional,DBCONNECTIVITY,$(if $(SOLAR_JAVA),$(SRCDIR)/connectivity/source/drivers/hsqldb/hsqlui.ilst)) \ $(call gb_Postprocess_get_target,AllResources) \ $(call gb_Postprocess_get_target,AllUIConfigs) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2) $(call gb_Helper_abbreviate_dirs, \ $(PERL) $(SOLARENV)/bin/packimages.pl \ -g $(SRCDIR)/icon-themes/galaxy \ -m $(SRCDIR)/icon-themes/galaxy \ $(if $(DEFAULT_THEME),\ -c $(packimages_DIR),\ -c $(SRCDIR)/icon-themes/$(subst images_,,$*) $(packimages_CUSTOM_FALLBACKS) \ ) \ $(call gb_Helper_optional,HELP,-l $(helpimages_DIR) ) \ -l $(packimages_DIR) \ -l $(dir $(call gb_ResTarget_get_imagelist_target)) \ -l $(dir $(call gb_UIConfig_get_imagelist_target)) \ -l $(dir $(call gb_UIConfig_get_imagelist_target,modules/)) \ $(call gb_Helper_optional,DBCONNECTIVITY,$(if $(SOLAR_JAVA),-l $(SRCDIR)/connectivity/source/drivers/hsqldb)) \ -s $< -o $@ \ $(if $(findstring s,$(MAKEFLAGS)),> /dev/null)) # commandimagelist.ilst and sorted.lst are phony to rebuild everything each time .PHONY : $(packimages_DIR)/commandimagelist.ilst $(packimages_DIR)/sorted.lst $(packimages_DIR)/commandimagelist.ilst : $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1) $(call gb_Helper_abbreviate_dirs, \ find $(SRCDIR)/icon-themes/galaxy/cmd -name "*.png" -o -name "*.svg" | \ sed "s#$(SRCDIR)/icon-themes/galaxy#%MODULE%#" | \ $(PERL) $(SOLARENV)/bin/sort.pl > $@.$(INPATH) && \ $(PERL) $(SOLARENV)/bin/diffmv.pl $@.$(INPATH) $@ \ $(if $(findstring s,$(MAKEFLAGS)),2> /dev/null)) $(packimages_DIR)/sorted.lst : \ $(SRCDIR)/postprocess/packimages/image-sort.lst \ $(call gb_Postprocess_get_target,AllUIConfigs) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1) $(call gb_Helper_abbreviate_dirs, \ $(PERL) $(SOLARENV)/bin/image-sort.pl $< $(INSTDIR)/$(gb_UIConfig_INSTDIR) $@) # vim: set noet sw=4 ts=4: ora/cp-4.4'>distro/collabora/cp-4.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/test
AgeCommit message (Expand)Author
2015-09-15Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, againStephan Bergmann
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-14Extensions are not built against LIBO_INTERNAL_ONLYStephan Bergmann
2015-09-12desktop: com::sun::star->cssNoel Grandin
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-10desktop: update: Add support for mips64.Heiher
2015-06-24cppcheck: noExplicitConstructorCaolán McNamara
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-03-02desktop: remove some obsolete "delzip" filesMichael Stahl
2015-02-24TyposJulien Nabet
2015-02-18TyposJulien Nabet
2015-02-03Fix Extension_test-{active,passive}Stephan Bergmann
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist
2014-12-12java: fix non-public UNO implementation classesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-17java: should throw this exceptionNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-09typo: Lable -> LabelAndras Timar
2014-09-19loplugin:saloverrideStephan Bergmann
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-07-23TyposJulien Nabet
2014-06-05desktop: remove SAL_THROW macroNoel Grandin
2014-06-04desktop: fix includesThomas Arnhold
2014-02-10Typo: diretory -> directoryJulien Nabet
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-16Re-enable building test-active.oxtStephan Bergmann
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02No localize descripiton.xml of test toolZolnai Tamás
2013-03-16Make some xml entries localizableZolnai Tamás
2013-03-07Remove obsoleted dmake makefile.mkStephan Bergmann
2013-03-07Gbuild'ify desktop/test/deployment/passive/Stephan Bergmann
2013-02-06remove obsolete no_localization filesAndras Timar
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-19Clean up desktop/test/deployment/{active,passive}Stephan Bergmann
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin