diff --git a/ghostscript.be0 b/ghostscript.be0 index 03e296dae..1290f095e 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -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 '.') @@ -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() { @@ -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 }