summaryrefslogblamecommitdiff
path: root/user/xfce4-panel-profiles/APKBUILD
blob: cf6742f78e6ec42762ebea18bf20143b41508b65 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                           
                            
             






                                                     
                                
                                        
                                                                                                        

         





                             



                  


                                      
                                                                                                                                                                                  
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=xfce4-panel-profiles
pkgver=1.0.14
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="e316e9d4f0d27b16ce83a50adfe1a3fe2102b7f5c3ed9e9ceebf5968e265064b4d4ade1e0dbd84180758a9c1fa72d8df1fb4d06a631d07956ea8add0f66da984  xfce4-panel-profiles-1.0.14.tar.bz2"