wok diff speedcrunch/receipt @ rev 22153
updated xbindkeys (1.8.3 -> 1.8.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 07 07:22:09 2019 +0100 (2019-11-07) |
parents | b91be441a121 |
children | b569b85b0fb9 |
line diff
1.1 --- a/speedcrunch/receipt Wed May 07 08:07:35 2014 +0000 1.2 +++ b/speedcrunch/receipt Thu Nov 07 07:22:09 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