pkgname: libnotify pkgver: '0.8.8' pkgrel: '1' pkgdesc: 'Desktop notification library' url: 'https://www.galago-project.org/news/index.php' arch: x86_64 license: - 'LGPL2.1' depends: [] makedepends: - meson - ninja - 'gobject-introspection' - 'gdk-pixbuf' - gtk4 - 'gtk-doc' source: - 'https://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ -Dman=false ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true