Skip to content

Ghostscript: new revision #3257

Merged
merged 1 commit into from
Jun 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions ghostscript.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION ghostscript-10.05.1-0
# BEE_VERSION ghostscript-10.05.1-1

XPKGVERSION_COMPACT=$(echo ${PKGVERSION} | tr -d '.')

Expand All @@ -14,8 +14,6 @@ mee_patch() {
rm -r freetype lcms2mt jpeg libpng openjpeg tiff zlib
# libs link unwanted to libgpdl that isn't installed
rm -rf gpdl
# Remove internal CMaps (CMaps from poppler-data are used instead)
rm -r Resource/CMap
}

mee_configure() {
Expand All @@ -38,7 +36,6 @@ mee_install() {

install -v -m644 base/*.h ${D}${INCLUDEDIR}/ghostscript &&
ln -v -s ghostscript ${D}${INCLUDEDIR}/ps
ln -s /usr/share/poppler/cMap ${D}/usr/share/ghostscript/${PKGVERSION}/Resource/CMap
ln -s gs ${D}/usr/bin/ghostscript
cd ${D} && rm -rf usr/share/doc
}