mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 23:56:32 +02:00
testing/sfwbar: add soname prefix
apparently the latest version has idle.so which clashes with libpurple
This commit is contained in:
parent
878b081d51
commit
1b2c868b95
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=sfwbar
|
||||
pkgver=1.0_beta16
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Sway Floating Window Bar"
|
||||
url="https://github.com/LBCrion/sfwbar"
|
||||
arch="all"
|
||||
|
@ -14,6 +14,7 @@ makedepends="
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue