Skip to content

Commit d69b3c6

Browse files
committed
gimp: update to 3.2.2.
1 parent 0ddbd4a commit d69b3c6

2 files changed

Lines changed: 3 additions & 109 deletions

File tree

srcpkgs/gimp/patches/cross-gimp.patch

Lines changed: 0 additions & 106 deletions
This file was deleted.

srcpkgs/gimp/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'gimp'
22
pkgname=gimp
3-
version=3.2.0
3+
version=3.2.2
44
revision=1
55
build_style=meson
66
build_helper="gir qemu"
@@ -22,15 +22,15 @@ maintainer="classabbyamp <void@placeviolette.net>"
2222
license="GPL-3.0-only"
2323
homepage="https://www.gimp.org"
2424
distfiles="https://download.gimp.org/gimp/v${version%.*}/gimp-${version/+rc/-RC}.tar.xz"
25-
checksum=2618391416e51be3c693df9ef90e3860ed72ab3d36363ea1f196e30b75b2e083
25+
checksum=6c5f8cbabe081f405633a2d32b79a08166aeb7b43c7f548391608dc0d0de71be
2626
lib32disabled=yes
2727

2828
if [ "$CROSS_BUILD" ]; then
2929
hostmakedepends+=" gimp"
3030
configure_args+=" -Dcan-crosscompile-gir=true -Dgi-docgen=disabled"
3131
fi
3232

33-
if [ -n "$XBPS_CHECK_PKGS" ]; then
33+
if [ -n "$XBPS_CHECK_PKGS" ] && [ -z "$CROSS_BUILD" ]; then
3434
configure_args+=" -Dheadless-tests=enabled"
3535
else
3636
configure_args+=" -Dheadless-tests=disabled"

0 commit comments

Comments
 (0)