wok-next rev 21409

updated poedit (1.8.6 -> 2.3)
author Hans-G?nter Theisgen
date Fri Apr 24 17:45:51 2020 +0100 (2020-04-24)
parents fa404ff19ee2
children 539fca156613
files poedit/receipt
line diff
     1.1 --- a/poedit/receipt	Fri Apr 24 17:36:53 2020 +0100
     1.2 +++ b/poedit/receipt	Fri Apr 24 17:45:51 2020 +0100
     1.3 @@ -1,31 +1,36 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="poedit"
     1.7 -VERSION="1.8.6"
     1.8 +VERSION="2.3"
     1.9  CATEGORY="localization"
    1.10  SHORT_DESC="A cross-platform gettext catalogs editing tool"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://poedit.net/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/vslavik/$PACKAGE/archive/v$VERSION-oss.tar.gz"
    1.18  
    1.19 -BUILD_DEPENDS="automake gettext-dev asciidoc libxslt xmlto util-linux-getopt \
    1.20 -docbook-xsl gcc49 wxWidgets-dev icu-dev gtkspell-dev \
    1.21 -lucene++-dev db-dev libdb libdb-cxx expat-dev"
    1.22 +BUILD_DEPENDS="asciidoc automake db-dev docbook-xsl expat-dev gcc83 
    1.23 +	gettext-dev gtkspell-dev icu-dev libdb libdb-cxx libxslt 
    1.24 +	lucene++-dev util-linux-getopt wxWidgets-dev xmlto"
    1.25  SPLIT="$PACKAGE-i18n $PACKAGE"
    1.26  
    1.27 -compile_rules() {
    1.28 -	export CXX=/usr/bin/i486-slitaz-linux-g++-49 # FIXME: what about x86_64?
    1.29 +compile_rules()
    1.30 +{
    1.31 +#	export CXX=/usr/bin/i486-slitaz-linux-g++-49 # FIXME: what about x86_64?
    1.32  	#export CXXFLAGS="$CFLAGS -std=gnu++11"
    1.33 +	export	CC=gcc-83
    1.34 +	export	CXX=g++-83
    1.35 +
    1.36  	./bootstrap &&
    1.37  	./configure $CONFIGURE_ARGS &&
    1.38  	make &&
    1.39  	make DESTDIR=$install install
    1.40  }
    1.41  
    1.42 -genpkg_rules() {
    1.43 +genpkg_rules()
    1.44 +{
    1.45  	case $PACKAGE in
    1.46  		poedit-18n)
    1.47  			copy locale/
    1.48 @@ -34,7 +39,7 @@
    1.49  			;;
    1.50  		poedit)
    1.51  			copy @std @rm
    1.52 -			DEPENDS="wxWidgets lucene++ gtkspell gcc49-lib-base gettext"
    1.53 +			DEPENDS="gcc83-lib-base gettext gtkspell lucene++ wxWidgets"
    1.54  			SUGGESTED="aspell"
    1.55  			;;
    1.56  	esac