# Contributor: # Maintainer: Natanael Copa pkgname=xfce4-notes-plugin pkgver=1.10.0 pkgrel=1 pkgdesc="Notes plugin for the Xfce4 desktop" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" arch="all" license="GPL-2.0-or-later" makedepends="xfce4-panel-dev libxfce4ui-dev xfce4-dev-tools vala" subpackages="$pkgname-lang" source="https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2 " build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info make } package() { make DESTDIR="$pkgdir" install } sha512sums=" 4c050a95f879f0ba5e28662853ab764a14fbcef513e037bfdef1e3cae91b504d0c55eb0b533098589cf568c8e6e6e3ec2dec0841eb54c99c50105f6fff55a447 xfce4-notes-plugin-1.10.0.tar.bz2 "