# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=xfce4-panel-profiles pkgver=1.0.9 pkgrel=0 pkgdesc="Application for managing XFCE panel layouts" url="https://xfce.org" arch="noarch" options="!check" # no tests license="GPL-3.0+" depends="python3" makedepends="intltool cmd:which" subpackages="$pkgname-doc $pkgname-lang" source="https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-$pkgver.tar.bz2" build() { ./configure \ --prefix=/usr make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="a9b381d357482582210e153fdf1ced8055847ace0507dafc29fc952070fc4fe8fd34aff62342f442ec7045cfe87550c56ccf5d78c0f0a7de7ed64e4c303aab45 xfce4-panel-profiles-1.0.9.tar.bz2"