wok diff fontforge/receipt @ rev 22583
updated cc65 (2.13.3 -> 2.18)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 14:14:48 2020 +0100 (2020-01-07) |
parents | d889f64f1c89 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/fontforge/receipt Thu May 16 17:03:42 2019 +0100 1.2 +++ b/fontforge/receipt Tue Jan 07 14:14:48 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fontforge" 1.7 -VERSION="20190413" 1.8 +VERSION="20190801" 1.9 CATEGORY="development" 1.10 TAGS="editor font" 1.11 SHORT_DESC="An outline font editor." 1.12 @@ -10,8 +10,7 @@ 1.13 WEB_SITE="https://fontforge.github.io/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -#WGET_URL="https://github.com/fontforge/fontforge/releases/download/$VERSION/$TARBALL" 1.17 -WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION/$TARBALL" 1.18 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$VERSION/$TARBALL" 1.19 1.20 DEPENDS="gtk+ libltdl libspiro libuninameslist python" 1.21 BUILD_DEPENDS="autoconf automake bash cacerts cairo-dev \ 1.22 @@ -26,12 +25,9 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - ./bootstrap && 1.27 -# --skip-git 1.28 -# --gnulib-srcdir=$src/gnulib 1.29 - 1.30 + sed -i 's|_Noreturn||' fontforge/*.c 1.31 + ./bootstrap --skip-git && 1.32 ./configure \ 1.33 - --enable-gtk2-use \ 1.34 $CONFIGURE_ARGS && 1.35 make -j 1 && 1.36 make DESTDIR=$install install