Skip to content

Commit

Permalink
Merge pull request #3257 from mariux64/update-ghostscript
Browse files Browse the repository at this point in the history
Ghostscript: new revision
  • Loading branch information
david authored Jun 19, 2025
2 parents e016cb7 + 01bbabc commit 0d2c92e
Showing 1 changed file with 1 addition and 4 deletions.
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
}

0 comments on commit 0d2c92e

Please sign in to comment.