makedepends=(gobject-introspection gtk4 docbook-xsl xmlto gi-docgen)

description="Desktop notification library"
url="http://www.galago-project.org/news/index.php"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=libnotify
version=0.8.8

source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
  mkdir -p build && cd build

  meson --prefix=/usr \
        --libdir=/usr/lib \
        -Dman=false \
        -Ddocbook_docs=disabled \
        ../$name-$version

  ninja
  DESTDIR=$PKG ninja install
}

