mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
33 lines
830 B
Text
33 lines
830 B
Text
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=sfwbar
|
|
pkgver=1.0_beta16
|
|
pkgrel=1
|
|
pkgdesc="Sway Floating Window Bar"
|
|
url="https://github.com/LBCrion/sfwbar"
|
|
arch="all"
|
|
license="GPL-3.0-only AND MIT"
|
|
makedepends="
|
|
gtk+3.0-dev
|
|
gtk-layer-shell-dev
|
|
json-c-dev
|
|
meson
|
|
pulseaudio-dev
|
|
"
|
|
sonameprefix="$pkgname:"
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/LBCrion/sfwbar/archive/v$pkgver/sfwbar-$pkgver.tar.gz"
|
|
options="!check" # no tests provided
|
|
|
|
build() {
|
|
abuild-meson -Db_lto=true . output
|
|
meson compile -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
feaaf993ed18be667d6e979be47721fc678aea79d408de98dff9adaf05e2aa7fd7d7a56e2dd59c24f4a63114b964353f72db0c9509c3c6202369a257569f8485 sfwbar-1.0_beta16.tar.gz
|
|
"
|