summaryrefslogtreecommitdiff
path: root/python-gobject/Pkgfile
blob: e0d4b160043aa31554092a76a18117fcd78aba6f (plain)
    1 # Description: Python bindings for GLib/GObject/GIO/GTK+/GStreamer
    2 # URL: https://wiki.gnome.org/Projects/PyGObject
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: gobject-introspection python-cairo
    5 
    6 name=python-gobject
    7 version=3.30.1
    8 release=1
    9 source=(https://ftp.gnome.org/pub/GNOME/sources/pygobject/${version::4}/pygobject-$version.tar.xz)
   10 
   11 build() {
   12 	meson pygobject-$version build --prefix /usr -D python=/usr/bin/python
   13 	ninja -C build -j ${JOBS-1}
   14 	DESTDIR=$PKG meson install -C build
   15 
   16 	/usr/bin/python -m compileall -d /usr/lib $PKG/usr/lib
   17 	/usr/bin/python -O -m compileall -d /usr/lib $PKG/usr/lib
   18 
   19 	rm -r $PKG/usr/{include,lib/pkgconfig}
   20 }

Generated by cgit