makedepends=(gdk-pixbuf gi-docgen gobject-introspection python-gobject glib sqlite python-setuptools)

description="GObject to SQLite object mapper library"
url="https://wiki.gnome.org/Projects/Gom"

packager="Grat-OS Team"
maintainer="Grat-OS Team"

name="gom"
version="0.5.5"
release=1

source=(https://gitlab.gnome.org/GNOME/gom/-/archive/$version/gom-$version.tar.gz
        0001-build-Use-python-install_sources.patch)

build=meson

prepare() {
    cd $name-$version
    patch -Np1 -i ../0001-build-Use-python-install_sources.patch
}
