mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/xfce4-panel: fix license, add check
This commit is contained in:
parent
aed0a707c6
commit
ddcc1ee7a8
@ -1,11 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xfce4-panel
|
||||
pkgver=4.12.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Panel for the Xfce desktop environment"
|
||||
url="https://xfce.org/"
|
||||
arch="all"
|
||||
license="GPL-2.0"
|
||||
license="GPL-2.0+, LGPL-2.1+"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
depends="hicolor-icon-theme"
|
||||
depends_dev="libxfce4util-dev gtk+2.0-dev gtk+3.0-dev"
|
||||
@ -28,6 +28,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $builddir
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
Loading…
Reference in New Issue
Block a user