# Description: Desktop notification library # URL: https://developer.gnome.org/libnotify/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: gtk3 name=libnotify version=0.7.8 release=1 source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version meson build \ --prefix /usr \ -Dtests=false \ -Dintrospection=auto \ -Dgtk_doc=false \ -Ddocbook_docs=disabled DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install }