wok diff fontforge/receipt @ rev 21883

Up fontforge (20190801)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 12:31:11 2019 +0200 (2019-09-30)
parents d889f64f1c89
children 5ea0ce1cecc0
line diff
     1.1 --- a/fontforge/receipt	Thu May 16 17:03:42 2019 +0100
     1.2 +++ b/fontforge/receipt	Mon Sep 30 12:31:11 2019 +0200
     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