pkgname: 'xfce4-notes-plugin' pkgver: '1.12.0' pkgrel: '1' pkgdesc: 'A notes plugin for the XFCE4 GUI' url: 'https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin' arch: x86_64 license: - GPL2 depends: - 'hicolor-icon-theme' makedepends: - intltool - libxfce4util - libxfce4ui - 'xfce4-panel' - libunique1 - gtksourceview4 source: - 'https://archive.xfce.org/src/panel-plugins/${pkgname}/1.12/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ --buildtype=release ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true