wok rev 21945

updated speedcrunch ( -> 0.11)
author Hans-G?nter Theisgen
date Tue Oct 08 15:21:17 2019 +0100 (2019-10-08)
parents 4b5dff92b4ba
children 16f593bc1840
files speedcrunch/receipt
line diff
     1.1 --- a/speedcrunch/receipt	Tue Oct 08 15:17:05 2019 +0100
     1.2 +++ b/speedcrunch/receipt	Tue Oct 08 15:21:17 2019 +0100
     1.3 @@ -1,17 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="speedcrunch"
     1.7 -GITHASH="7a34226332a526f0d77f02b17b87f165362a206d"
     1.8 -VERSION=${GITHASH:0:7}
     1.9 +#GITHASH="7a34226332a526f0d77f02b17b87f165362a206d"
    1.10 +#VERSION=${GITHASH:0:7}
    1.11 +VERSION="0.11"
    1.12  CATEGORY="utilities"
    1.13 -SHORT_DESC="SpeedCrunch is a fast, high precision and powerful desktop calculator"
    1.14 +SHORT_DESC="A fast, high precision and powerful desktop calculator."
    1.15  MAINTAINER="al.bobylev@gmail.com"
    1.16  LICENSE="GPL2"
    1.17 -WEB_SITE="http://speedcrunch.org/"
    1.18 -TARBALL="$PACKAGE-$VERSION.zip"
    1.19 -WGET_URL="https://github.com/speedcrunch/SpeedCrunch/archive/$GITHASH.zip"
    1.20 +WEB_SITE="https://www.speedcrunch.org/"
    1.21 +
    1.22 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.23 +WGET_URL="https://github.com/speedcrunch/SpeedCrunch/archive/$VERSION.tar.gz"
    1.24 +
    1.25  DEPENDS="glibc-base libQtGui libQtXml"
    1.26 -BUILD_DEPENDS="cmake Qt4-dev qmake wget"
    1.27 +BUILD_DEPENDS="cmake Qt4-dev qmake"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31 @@ -22,6 +25,7 @@
    1.32  	make &&
    1.33  	lrelease ../src/speedcrunch.pro &&
    1.34  	make install
    1.35 +
    1.36  	# proper sub-category
    1.37  	sed -i 's|^Categories.*$|&;Calculator;|' \
    1.38  		$install/usr/share/applications/speedcrunch.desktop