# description : Python bindings for PyGObject3 (common files) # depends : python3-cairo python2-cairo gobject-introspection meson name=python-gobject3-common version=3.32.2 release=1 source=(https://ftp.gnome.org/pub/gnome/sources/pygobject/${version::4}/pygobject-$version.tar.xz) md5sum=(92ffa25351782feb96362f0dace2089f) build() { cd pygobject-$version mkdir build cd build meson --prefix=/usr -Dpython=python3 .. ninja DESTDIR=$PKG ninja install rm -fr $PKG/usr/lib/python* }