wok-next diff tea/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents 5d53e8ccbc8d
children c0521c689857
line diff
     1.1 --- a/tea/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/tea/receipt	Tue Mar 13 23:17:56 2018 +0200
     1.3 @@ -1,24 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tea"
     1.7 -VERSION="33.5.0"
     1.8 +VERSION="44.1.0"
     1.9 +VERSION_GIT="6b7a750"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Tead text editor using QT."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://tea-editor.sourceforge.net/"
    1.16 -WGET_URL="http://semiletov.org/tea-releases/$TARBALL"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WEB_SITE="http://semiletov.org/tea/"
    1.19 +WEB_SITE_OLD="http://tea-editor.sourceforge.net/"
    1.20 +WGET_URL="https://github.com/psemiletov/tea-qt/archive/$VERSION_GIT.tar.gz"
    1.21  TAGS="text-editor"
    1.22  
    1.23 -DEPENDS="xorg-libX11 libQtCore libQtXml libQtGui"
    1.24 -BUILD_DEPENDS="Qt4-dev qmake xorg-dev"
    1.25 +DEPENDS="xorg-libX11 qt5-base qt5-declarative"
    1.26 +BUILD_DEPENDS="qt5-dev xorg-dev mesa17-dev zlib-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32 +	sed -i 's|/usr/local|/usr|g' src.pro
    1.33  	qmake PREFIX=/usr && make
    1.34 +	make INSTALL_ROOT="$DESTDIR" install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.