summaryrefslogtreecommitdiff
path: root/python-gobject/Pkgfile
blob: 5751d399745f3c78dd1e57b9b383e5a3ad05683c (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.32.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