fontforge: 20220308 -> 20230101

This commit is contained in:
Tim Biermann 2023-01-03 13:15:30 +00:00
parent 2e6727458d
commit 9296a1cdbd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 22 additions and 10 deletions

View File

@ -1,9 +1,19 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/acorn2sfd
-rwxr-xr-x root/root usr/bin/dewoff
-rwxr-xr-x root/root usr/bin/findtable
-rwxr-xr-x root/root usr/bin/fontforge
-rwxr-xr-x root/root usr/bin/fontimage
-rwxr-xr-x root/root usr/bin/fontlint
-rwxr-xr-x root/root usr/bin/pcl2ttf
-rwxr-xr-x root/root usr/bin/pfadecrypt
-rwxr-xr-x root/root usr/bin/rmligamarks
-rwxr-xr-x root/root usr/bin/sfddiff
-rwxr-xr-x root/root usr/bin/showttf
-rwxr-xr-x root/root usr/bin/stripttc
-rwxr-xr-x root/root usr/bin/ttf2eps
-rwxr-xr-x root/root usr/bin/woff
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libfontforge.so -> libfontforge.so.4
-rwxr-xr-x root/root usr/lib/libfontforge.so.4
@ -18,7 +28,6 @@ drwxr-xr-x root/root usr/share/fontforge/
drwxr-xr-x root/root usr/share/fontforge/cidmap/
-rw-r--r-- root/root usr/share/fontforge/cidmap/Adobe-CNS1-6.cidmap
-rw-r--r-- root/root usr/share/fontforge/cidmap/Adobe-GB1-5.cidmap
-rw-r--r-- root/root usr/share/fontforge/cidmap/Adobe-Identity-0.cidmap
-rw-r--r-- root/root usr/share/fontforge/cidmap/Adobe-Japan1-5.cidmap
-rw-r--r-- root/root usr/share/fontforge/cidmap/Adobe-Japan1-6.cidmap
-rw-r--r-- root/root usr/share/fontforge/cidmap/Adobe-Japan1-7.cidmap
@ -422,10 +431,13 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.fontforge.FontForge.svg
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/acorn2sfd.1.gz
-rw-r--r-- root/root usr/share/man/man1/fontforge.1.gz
-rw-r--r-- root/root usr/share/man/man1/fontimage.1.gz
-rw-r--r-- root/root usr/share/man/man1/fontlint.1.gz
-rw-r--r-- root/root usr/share/man/man1/sfddiff.1.gz
-rw-r--r-- root/root usr/share/man/man1/showttf.1.gz
-rw-r--r-- root/root usr/share/man/man1/ttf2eps.1.gz
drwxr-xr-x root/root usr/share/metainfo/
-rw-r--r-- root/root usr/share/metainfo/org.fontforge.FontForge.appdata.xml
drwxr-xr-x root/root usr/share/mime/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yV6Vuu217/KnFuJiFMfb5cVdTQJxtg90PEIbMWexZ1bI5FMm111+Pb+YZtMmZNEMf88b1gpZ2AW/TLh9plAdQg=
SHA256 (Pkgfile) = 184028d1566711536bb3d3bdc1f8d93cb2611f4c65de3e841a059f936552a82d
SHA256 (.footprint) = a6fe791f4dd8ed3d7fddc43745acb67d4a3cb7ad7284bac434fae105483cbccd
SHA256 (fontforge-20220308.tar.xz) = 01e4017f7a0ccecf436c74b8e1f6b374fc04a5283c1d68967996782e15618e59
RWSagIOpLGJF3+DBeLsGoDB8sW160pySJq8O/7TvK44y6gx+gWuiejAjzqZjUmoHnuTnrP2LJYE2dPcLA8WWZ3NstJhmuNJj5gk=
SHA256 (Pkgfile) = 79c5e4dc119e94f74425cd9a105b404ba767e1cd7ad2dba18efff1fa7cd8a505
SHA256 (.footprint) = 7a192f33a103fe6617af9f77f0ffb10dc0fc92d6a692adab115dc5acd9d3e047
SHA256 (fontforge-20230101.tar.xz) = ca82ec4c060c4dda70ace5478a41b5e7b95eb035fe1c4cf85c48f996d35c60f8

View File

@ -4,15 +4,15 @@
# Depends on: giflib gtk3 libspiro libuninameslist libwebp potrace woff2
name=fontforge
version=20220308
version=20230101
release=1
source=(https://github.com/$name/$name/releases/download/$version/$name-$version.tar.xz)
build() {
if [ -e '/usr/lib/ccache' ]; then
PKGMK_FONTFORGE+=' -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -D CMAKE_C_COMPILER_LAUNCHER=ccache'
PATH=$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')
fi
if [ -e '/usr/lib/ccache' ]; then
PKGMK_FONTFORGE+=' -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -D CMAKE_C_COMPILER_LAUNCHER=ccache'
PATH=$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')
fi
cmake -S $name-$version -B build -G Ninja $PKGMK_FONTFORGE \
-D CMAKE_INSTALL_PREFIX=/usr \