babl: update to 0.1.90

Disable docs due to build failure.
This commit is contained in:
Biswapriyo Nath
2022-03-07 12:56:03 +05:30
committed by GitHub
parent 70ea66e332
commit b2969b3d3f

View File

@@ -6,11 +6,11 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}"-git)
pkgver=0.1.88
pkgrel=2
pkgver=0.1.90
pkgrel=1
pkgdesc="Dynamic Pixel Format Translation Library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://gegl.org/babl/"
license=("GPL-3.0+" "LGPL-3.0+")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
@@ -25,7 +25,7 @@ options=('strip' 'staticlibs')
source=(#"${_realname}"::"git+https://git.gnome.org/browse/babl"
https://download.gimp.org/pub/babl/${pkgver%.*}/${_realname}-${pkgver}.tar.xz
001-file-open-unicode.patch)
sha256sums=('4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039'
sha256sums=('6e2ebb636f37581588e3d02499b3d2f69f9ac73e34a262f42911d7f5906a9243'
'98cf43394eb1d1a8140438fbb745ed31f3768c07086afab297e4be9d609d07c5')
prepare() {
@@ -43,6 +43,7 @@ build() {
--buildtype=plain \
-Dwith-lcms=true \
-Denable-gir=true \
-Dwith-docs=false \
"../${_realname}-${pkgver}"
ninja
}