From: Victor Martinez Date: Sun, 5 Jul 2020 08:16:03 +0000 (+0200) Subject: gobject-introspection: updated to 1.64.1 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=23c994b919326ca3d9a9e17a81d671eabffaed52;hp=94c64ae034b63cd290f17a2a66e6632fef16024e;p=ports%2Fopt-arm.git gobject-introspection: updated to 1.64.1 --- diff --git a/gobject-introspection/.signature b/gobject-introspection/.signature index 376dd0a..9608b51 100644 --- a/gobject-introspection/.signature +++ b/gobject-introspection/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt-arm.pub -RWQh9Dk2FlLauMcL1Ts28v0+ejxVPM6opnn3WFSDFSpPTFn/QmJ88383y0PpmRps0R9OMlJO1bVeEOCFeaU/IZOQwBd8pr+yzgs= -SHA256 (Pkgfile) = 4a2ebd08effc8ecae2703b899d022aec350798a1518f0e8fe277c90481eb8305 +RWQh9Dk2FlLauHlnu0ZBgsYG6OcBeqEh3z5gFR5JG4s1QgeMgQqHjd/lhK+rwiSC/9N11IxtJVA82iC1DtSGy3zq+C9xpgoOBgc= +SHA256 (Pkgfile) = bad471195ea929330248d37c0d37c73286dea28ea9bceb66a4c67f450365efef SHA256 (.footprint) = 0fce8a4ced13c67aae48ef1ddce8eacb648bd972b2df82314dd9e19c8d25bcae -SHA256 (gobject-introspection-1.62.0.tar.xz) = b1ee7ed257fdbc008702bdff0ff3e78a660e7e602efa8f211dc89b9d1e7d90a2 +SHA256 (gobject-introspection-1.64.1.tar.xz) = 80beae6728c134521926affff9b2e97125749b38d38744dc901f4010ee3e7fa7 diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile index 0967217..88e76a4 100644 --- a/gobject-introspection/Pkgfile +++ b/gobject-introspection/Pkgfile @@ -5,7 +5,7 @@ # Depends on: glib name=gobject-introspection -version=1.62.0 +version=1.64.1 release=1 source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz) @@ -14,8 +14,8 @@ build() { meson build \ --prefix /usr \ - -D gtk_doc=false \ - -D doctool=false + -D cairo=disabled \ + -D doctool=disabled ninja -C build -j ${JOBS:-1} DESTDIR="$PKG" ninja -C build install