From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- sysui/Package_osxicons.mk | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 sysui/Package_osxicons.mk (limited to 'sysui/Package_osxicons.mk') diff --git a/sysui/Package_osxicons.mk b/sysui/Package_osxicons.mk new file mode 100644 index 0000000000..89b69bdcf7 --- /dev/null +++ b/sysui/Package_osxicons.mk @@ -0,0 +1,42 @@ +# -*- 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/. +# +icns_WRKDIR := $(call gb_CustomTarget_get_workdir,sysui/icns) +icns_SRCDIR := $(SRCDIR)/sysui/desktop/icons/macos + +icns_mimetypes := database drawing drawing-template extension formula master-document \ + master-document-template presentation presentation-template spreadsheet \ + spreadsheet-template text text-template + +icns_sizes := 16x16 16x16@2x 32x32 32x32@2x 128x128 128x128@2x 256x256 256x256@2x 512x512 512x512@2x + +$(icns_WRKDIR)/.dir: + mkdir -p $(@D) && touch $@ + +# the writer, calc, impress, draw & base app-icons are gone... +$(icns_WRKDIR)/main.icns: $(foreach size,$(icns_sizes),$(icns_SRCDIR)/app-launcher/main.iconset/icon_$(size).png) | $(icns_WRKDIR)/.dir + $(call gb_Output_announce,$(@F),$(true),ICNS,4) + iconutil -c icns -o $@ $(