mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
updated getFontForge to simply get the source
This commit is contained in:
parent
3f943cddeb
commit
4a6f578e55
@ -2,22 +2,15 @@
|
|||||||
|
|
||||||
# This bash script gets and unpacks the latest fontforge AppImage
|
# This bash script gets and unpacks the latest fontforge AppImage
|
||||||
|
|
||||||
# The ppa is "rather old" ;-(
|
|
||||||
#sudo add-apt-repository ppa:fontforge/fontforge
|
|
||||||
#sudo apt-get update
|
|
||||||
#sudo apt-get install libfontforge-dev
|
|
||||||
|
|
||||||
source buildScripts/versionEnvs
|
source buildScripts/versionEnvs
|
||||||
|
|
||||||
rm -rf $FONTFORGE_APPIMAGE
|
FONTFORGE_SRC=fontforge-$FONTFORGE_VERSION.tar.gz
|
||||||
rm -rf squashfs-root
|
|
||||||
|
rm -rf $FONTFORGE_SRC
|
||||||
rm -rf fontforge
|
rm -rf fontforge
|
||||||
|
|
||||||
wget https://github.com/fontforge/fontforge/releases/download/$FONTFORGE_VERSION/$FONTFORGE_APPIMAGE
|
wget https://github.com/fontforge/fontforge/releases/download/$FONTFORGE_VERSION/$FONTFORGE_SRC
|
||||||
|
|
||||||
chmod a+x $FONTFORGE_APPIMAGE
|
tar xvf $FONTFORGE_SRC
|
||||||
|
|
||||||
./$FONTFORGE_APPIMAGE --appimage-extract
|
|
||||||
|
|
||||||
mv squashfs-root fontforge
|
|
||||||
|
|
||||||
|
mv fontforge-$FONTFORGE_VERSION fontforge
|
||||||
|
@ -5,5 +5,3 @@
|
|||||||
|
|
||||||
export POPPLER_VERSION=poppler-0.82.0
|
export POPPLER_VERSION=poppler-0.82.0
|
||||||
export FONTFORGE_VERSION=20190801
|
export FONTFORGE_VERSION=20190801
|
||||||
|
|
||||||
export FONTFORGE_APPIMAGE=FontForge-2019-08-01-ac635b8-x86_64.AppImage
|
|
||||||
|
Loading…
Reference in New Issue
Block a user