wok rev 22879
updated graphicsmagick and graphicsmagick-dev (1.3.31 -> 1.3.34)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 22 14:51:20 2020 +0100 (2020-02-22) |
parents | c5a485822efe |
children | cc3cefae8ca2 |
files | graphicsmagick-dev/receipt graphicsmagick/receipt |
line diff
1.1 --- a/graphicsmagick-dev/receipt Sat Feb 22 14:22:29 2020 +0100 1.2 +++ b/graphicsmagick-dev/receipt Sat Feb 22 14:51:20 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="graphicsmagick-dev" 1.7 -VERSION="1.3.31" 1.8 +VERSION="1.3.34" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The swiss army knife of image processing, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -15,6 +15,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr 1.16 + 1.17 cp -a $install/usr/lib $fs/usr 1.18 cp -a $install/usr/include $fs/usr 1.19 }
2.1 --- a/graphicsmagick/receipt Sat Feb 22 14:22:29 2020 +0100 2.2 +++ b/graphicsmagick/receipt Sat Feb 22 14:51:20 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="graphicsmagick" 2.7 -VERSION="1.3.31" 2.8 +VERSION="1.3.34" 2.9 CATEGORY="graphics" 2.10 SHORT_DESC="The swiss army knife of image processing." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -12,8 +12,8 @@ 2.13 TARBALL="$SOURCE-$VERSION.tar.xz" 2.14 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 2.15 2.16 -DEPENDS="gcc-lib-base bzlib util-linux-uuid libgomp harfbuzz xorg-libSM \ 2.17 - xorg-libICE" 2.18 +DEPENDS="bzlib gcc-lib-base harfbuzz libgomp util-linux-uuid 2.19 + xorg-libICE xorg-libSM" 2.20 BUILD_DEPENDS="util-linux-uuid-dev" 2.21 2.22 # Rules to configure and make the package. 2.23 @@ -24,7 +24,7 @@ 2.24 --infodir=/usr/share/info \ 2.25 --mandir=/usr/share/man \ 2.26 $CONFIGURE_ARGS && 2.27 - make -j 1 && 2.28 + make && 2.29 make DESTDIR=$DESTDIR install 2.30 } 2.31 2.32 @@ -32,5 +32,5 @@ 2.33 genpkg_rules() 2.34 { 2.35 mkdir -p $fs/usr 2.36 - cp -a $install/usr/bin $fs/usr 2.37 + cp -a $install/usr/bin $fs/usr 2.38 }