aports/testing/sfwbar/APKBUILD
ptrcnull 1b2c868b95 testing/sfwbar: add soname prefix
apparently the latest version has idle.so which clashes with libpurple
2024-12-12 20:02:10 +01:00

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
"