wok-next diff newt/receipt @ rev 20852

Fix build: xplc, xournal
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 17:58:25 2018 +0300 (2018-06-24)
parents d43bf7aae921
children f48456621a9d
line diff
     1.1 --- a/newt/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/newt/receipt	Sun Jun 24 17:58:25 2018 +0300
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="newt"
     1.7 -VERSION="0.52.19"
     1.8 +VERSION="0.52.20"
     1.9  CATEGORY="libdevel"
    1.10  SHORT_DESC="Programming library for color text mode"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="https://fedorahosted.org/newt/"
    1.14 +WEB_SITE="https://pagure.io/newt"
    1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/newt.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WGET_URL="https://fedorahosted.org/releases/n/e/$PACKAGE/$TARBALL"
    1.19 +WGET_URL="https://releases.pagure.org/newt/$TARBALL"
    1.20  
    1.21 -BUILD_DEPENDS="slang-dev popt-dev python-dev tcl-dev"
    1.22 +BUILD_DEPENDS="slang-dev popt-dev python-dev tcl-dev gpm-dev"
    1.23  SPLIT="newt-dev"
    1.24  
    1.25  compile_rules() {
    1.26 @@ -23,14 +24,16 @@
    1.27  	./configure \
    1.28  		--with-gpm-support \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make && make install
    1.31 +	make &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  genpkg_rules() {
    1.36  	case $PACKAGE in
    1.37  		newt)
    1.38  			copy @std *.mo
    1.39 -			DEPENDS="popt python slang tcl gpm"
    1.40 +			DEPENDS="popt python slang tcl"
    1.41 +			SUGGESTED="gpm"
    1.42  			;;
    1.43  		*-dev) copy @dev;;
    1.44  	esac