From 2adf6d65c3b4c4bc18dc880c52f14cbd3599258e Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Sun, 26 Nov 2023 19:04:52 +0100
Subject: [PATCH] ghostscript - update to version 10.02.1 and drop 32bit support

---
 components/print/ghostscript/manifests/sample-manifest.p5m |   49 ++++---------------------------------------------
 1 files changed, 4 insertions(+), 45 deletions(-)

diff --git a/components/print/ghostscript/manifests/sample-manifest.p5m b/components/print/ghostscript/manifests/sample-manifest.p5m
index ecc5b94..5d0de86 100644
--- a/components/print/ghostscript/manifests/sample-manifest.p5m
+++ b/components/print/ghostscript/manifests/sample-manifest.p5m
@@ -23,36 +23,6 @@
 
 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
-file path=usr/bin/$(MACH32)/dvipdf
-file path=usr/bin/$(MACH32)/eps2eps
-file path=usr/bin/$(MACH32)/gs
-file path=usr/bin/$(MACH32)/gsbj
-file path=usr/bin/$(MACH32)/gsc
-file path=usr/bin/$(MACH32)/gsdj
-file path=usr/bin/$(MACH32)/gsdj500
-file path=usr/bin/$(MACH32)/gslj
-file path=usr/bin/$(MACH32)/gslp
-file path=usr/bin/$(MACH32)/gsnd
-file path=usr/bin/$(MACH32)/gsx
-file path=usr/bin/$(MACH32)/ijs_client_example
-file path=usr/bin/$(MACH32)/ijs_server_example
-file path=usr/bin/$(MACH32)/lprsetup.sh
-file path=usr/bin/$(MACH32)/pdf2dsc
-file path=usr/bin/$(MACH32)/pdf2ps
-file path=usr/bin/$(MACH32)/pf2afm
-file path=usr/bin/$(MACH32)/pfbtopfa
-file path=usr/bin/$(MACH32)/pphs
-file path=usr/bin/$(MACH32)/printafm
-file path=usr/bin/$(MACH32)/ps2ascii
-file path=usr/bin/$(MACH32)/ps2epsi
-file path=usr/bin/$(MACH32)/ps2pdf
-file path=usr/bin/$(MACH32)/ps2pdf12
-file path=usr/bin/$(MACH32)/ps2pdf13
-file path=usr/bin/$(MACH32)/ps2pdf14
-file path=usr/bin/$(MACH32)/ps2pdfwr
-file path=usr/bin/$(MACH32)/ps2ps
-file path=usr/bin/$(MACH32)/ps2ps2
-file path=usr/bin/$(MACH32)/unix-lpr.sh
 file path=usr/bin/dvipdf
 file path=usr/bin/eps2eps
 file path=usr/bin/gs
@@ -90,20 +60,15 @@
 file path=usr/include/ijs/ijs.h
 file path=usr/include/ijs/ijs_client.h
 file path=usr/include/ijs/ijs_server.h
-link path=usr/lib/$(MACH64)/libgs.so target=libgs.so.10.01
-link path=usr/lib/$(MACH64)/libgs.so.10 target=libgs.so.10.01
-file path=usr/lib/$(MACH64)/libgs.so.10.01
+link path=usr/lib/$(MACH64)/libgs.so target=libgs.so.10.02
+link path=usr/lib/$(MACH64)/libgs.so.10 target=libgs.so.10.02
+file path=usr/lib/$(MACH64)/libgs.so.10.02
 file path=usr/lib/$(MACH64)/libijs.a
 file path=usr/lib/$(MACH64)/pkgconfig/ijs.pc
-link path=usr/lib/libgs.so target=libgs.so.10.01
-link path=usr/lib/libgs.so.10 target=libgs.so.10.01
-file path=usr/lib/libgs.so.10.01
-file path=usr/lib/libijs.a
-file path=usr/lib/pkgconfig/ijs.pc
 file path=usr/share/doc/ghostscript/$(HUMAN_VERSION)/COPYING
 file path=usr/share/doc/ghostscript/$(HUMAN_VERSION)/GS9_Color_Management.pdf
 file path=usr/share/doc/ghostscript/$(HUMAN_VERSION)/Ghostscript.pdf
-file path=usr/share/doc/ghostscript/$(HUMAN_VERSION)/News.htm
+file path=usr/share/doc/ghostscript/$(HUMAN_VERSION)/News.html
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/CIDFSubst/DroidSansFallback.ttf
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/CIDFont/ArtifexBullet
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/CMap/78-EUC-H
@@ -393,13 +358,7 @@
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/gs_typ42.ps
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/gs_type1.ps
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/gs_wan_e.ps
-file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/pdf_base.ps
-file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/pdf_draw.ps
-file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/pdf_font.ps
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/pdf_main.ps
-file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/pdf_ops.ps
-file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/pdf_rbld.ps
-file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/pdf_sec.ps
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/Init/xlatmap
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/SubstCID/CNS1-WMode
 file path=usr/share/ghostscript/$(HUMAN_VERSION)/Resource/SubstCID/GB1-WMode

--
Gitblit v1.9.3