X-Git-Url: http://gitweb/?a=blobdiff_plain;f=gobject-introspection%2FPkgfile;h=70a33fd112ece99ae37e18d6866637fb970aec31;hb=6341c77e598e67c427c3c5d11be925cc340d5ac3;hp=85122a456379a52a956e91b151ca698a9a1e3e0c;hpb=c69ea056cdac7405da5f152b0ed5650c31009fc1;p=ports%2Fopt-arm64.git diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile index 85122a4..70a33fd 100644 --- a/gobject-introspection/Pkgfile +++ b/gobject-introspection/Pkgfile @@ -6,20 +6,18 @@ # Depends on: python glib name=gobject-introspection -version=1.48.0 +version=1.68.0 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr \ - --disable-doctool \ - --disable-gtk-doc-html \ - --build=aarch64-unknown-linux-gnueabi + meson build \ + --prefix /usr \ + -D cairo=disabled \ + -D doctool=disabled - make - make DESTDIR=$PKG install - - rm -rf $PKG/usr/share/gtk-doc + ninja -C build -j ${JOBS:-1} + DESTDIR="$PKG" ninja -C build install }