aports/testing/xfce4-panel-profiles/APKBUILD
2023-12-11 08:35:21 +00:00

28 lines
797 B
Text

# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-panel-profiles
pkgver=1.0.14
pkgrel=1
pkgdesc="simple application to manage Xfce panel layouts"
url="https://gitlab.xfce.org/apps/xfce4-panel-profiles"
arch="all"
license="GPL-3.0"
depends="python3 py3-gobject3 py3-psutil"
makedepends="libxfce4ui-dev"
options="!check"
subpackages="$pkgname-doc $pkgname-lang"
source="https://archive.xfce.org/src/apps/xfce4-panel-profiles/${pkgver%.*}/xfce4-panel-profiles-$pkgver.tar.bz2"
build() {
./configure \
--prefix=/usr \
--mandir=/usr/share/man
make
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
e316e9d4f0d27b16ce83a50adfe1a3fe2102b7f5c3ed9e9ceebf5968e265064b4d4ade1e0dbd84180758a9c1fa72d8df1fb4d06a631d07956ea8add0f66da984 xfce4-panel-profiles-1.0.14.tar.bz2
"