wok rev 18853
Up scribus (1.4.6)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jan 25 19:59:50 2016 +0100 (2016-01-25) |
parents | 0c85739e5ac3 |
children | 85bafb39be6f |
files | get-skype/receipt scribus/receipt |
line diff
1.1 --- a/get-skype/receipt Mon Jan 25 12:18:01 2016 +0100 1.2 +++ b/get-skype/receipt Mon Jan 25 19:59:50 2016 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="get-skype" 1.7 -VERSION="1.0.1" 1.8 +VERSION="1.1" 1.9 CATEGORY="non-free" 1.10 SHORT_DESC="Get Skype Internet Telephony." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/scribus/receipt Mon Jan 25 12:18:01 2016 +0100 2.2 +++ b/scribus/receipt Mon Jan 25 19:59:50 2016 +0100 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="scribus" 2.7 -VERSION="1.4.0" 2.8 +VERSION="1.4.6" 2.9 CATEGORY="office" 2.10 SHORT_DESC="professional publishing software." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.15 WEB_SITE="http://www.scribus.net/" 2.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.17 2.18 @@ -21,7 +21,6 @@ 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - cd $src 2.23 cmake -DCMAKE_INSTALL_PREFIX=/usr . && 2.24 make $MAKEFLAGS && 2.25 make DESTDIR=$DESTDIR install