wok diff graphicsmagick/receipt @ rev 24336
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 28 18:19:21 2022 +0000 (2022-01-28) |
parents | f637e0986923 |
children | 932cd974e081 |
line diff
1.1 --- a/graphicsmagick/receipt Fri Mar 08 13:51:57 2019 +0100 1.2 +++ b/graphicsmagick/receipt Fri Jan 28 18:19:21 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="graphicsmagick" 1.7 -VERSION="1.3.31" 1.8 +VERSION="1.3.34" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="The swiss army knife of image processing." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -12,8 +12,8 @@ 1.13 TARBALL="$SOURCE-$VERSION.tar.xz" 1.14 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 1.15 1.16 -DEPENDS="gcc-lib-base bzlib util-linux-uuid libgomp harfbuzz xorg-libSM \ 1.17 - xorg-libICE" 1.18 +DEPENDS="bzlib gcc-lib-base harfbuzz libgomp util-linux-uuid 1.19 + xorg-libICE xorg-libSM" 1.20 BUILD_DEPENDS="util-linux-uuid-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 @@ -24,7 +24,7 @@ 1.24 --infodir=/usr/share/info \ 1.25 --mandir=/usr/share/man \ 1.26 $CONFIGURE_ARGS && 1.27 - make -j 1 && 1.28 + make && 1.29 make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 @@ -32,5 +32,5 @@ 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/usr 1.36 - cp -a $install/usr/bin $fs/usr 1.37 + cp -a $install/usr/bin $fs/usr 1.38 }