CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gobject-introspection: updated to 1.64.1
authorVictor Martinez <pitillo@ono.com>
Sun, 5 Jul 2020 08:16:03 +0000 (10:16 +0200)
committerVictor Martinez <pitillo@ono.com>
Sun, 5 Jul 2020 08:16:03 +0000 (10:16 +0200)
gobject-introspection/.signature
gobject-introspection/Pkgfile

index 376dd0a5f0424938ce7e1d497b22e6c089cc9bc7..9608b51d7ccd4bab219b0c59193e161902ae9117 100644 (file)
@@ -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
index 09672179ec13747ecf8b4f2e95d6b6e6b68b6f2c..88e76a478ef24d2e98f6cb49669ed86a817d03cb 100644 (file)
@@ -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