mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
community/xfce4-wavelan-plugin: upgrade to 0.7.0, switch to meson
This commit is contained in:
parent
f59d7da34f
commit
7b0434bc2d
1 changed files with 18 additions and 14 deletions
|
@ -1,31 +1,35 @@
|
|||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xfce4-wavelan-plugin
|
||||
pkgver=0.6.4
|
||||
pkgver=0.7.0
|
||||
pkgrel=0
|
||||
pkgdesc="plugin to monitor wifi connectivity for the Xfce4 panel"
|
||||
url="https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin"
|
||||
arch="all"
|
||||
license="BSD-2-Clause"
|
||||
subpackages="$pkgname-lang"
|
||||
makedepends="xfce4-panel-dev libxfce4ui-dev linux-headers"
|
||||
source="https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/${pkgver%.*}/xfce4-wavelan-plugin-$pkgver.tar.bz2"
|
||||
makedepends="
|
||||
libxfce4ui-dev
|
||||
linux-headers
|
||||
meson
|
||||
xfce4-panel-dev
|
||||
"
|
||||
source="https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/${pkgver%.*}/xfce4-wavelan-plugin-$pkgver.tar.xz"
|
||||
options="!check" # no tests
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--disable-static
|
||||
make
|
||||
abuild-meson \
|
||||
output .
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
check() {
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
efa7c37ff5b5658bf5282074c070ce30eb32bd2c8611bb7aba9d319eee608d603b38ae2b9118bff548c938fd2aff87cbea1ae6cf1183d4111a17fe399fe8020e xfce4-wavelan-plugin-0.6.4.tar.bz2
|
||||
1df88c283368b685a8e1a84e6b7e6a462cb86100bb335d9656cb470637add926ffcdf68d081e0f913568fb3f7a488507ea44deac404d805717816d4711ea2aa4 xfce4-wavelan-plugin-0.7.0.tar.xz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue