Skip to content
Snippets Groups Projects
Commit ca2162b4 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

user/xfce4-panel-profiles: new package

parent 0cb4461c
No related branches found
No related tags found
No related merge requests found
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=xfce4-panel-profiles
pkgver=1.0.8
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 which"
subpackages="$pkgname-doc $pkgname-lang"
source="http://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-$pkgver.tar.bz2"
sha512sums="2d7980a79250414cc4611ccf573c2a3ee5eb510cf3ef6c32035ba23197eee1fded2e158cb50714dd935070916b07b3f33db02570f3d46a598144b4a2d3979ff4 xfce4-panel-profiles-1.0.8.tar.bz2"
build() {
cd "$builddir"
./configure \
--prefix=/usr
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment