Swap pulseaudio dependency with libpulse
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Github repository
|
||||||
|
REPO="ErikReider/SwayNotificationCenter"
|
||||||
|
|
||||||
|
# Get tag name using Github Rest API
|
||||||
|
TAG_NAME=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/"$REPO"/releases/latest | jq -r '.tag_name')
|
||||||
|
|
||||||
|
# Get version number from tag name
|
||||||
|
VERSION=$(echo "$TAG_NAME" | rev | cut -d'-' -f1 | rev)
|
||||||
|
|
||||||
|
# Trim 'v' character in VERSION variable
|
||||||
|
VERSION=$(echo "$VERSION" | tr -d 'v')
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,9 +1,10 @@
|
|||||||
name: swaync
|
name: swaync
|
||||||
description: A simple GTK based notification daemon for any Wayland compositor
|
description: A simple GTK based notification daemon for any Wayland compositor
|
||||||
version: 0.10.1
|
version: 0.10.1
|
||||||
|
revision: 2
|
||||||
url: https://github.com/ErikReider/SwayNotificationCenter
|
url: https://github.com/ErikReider/SwayNotificationCenter
|
||||||
license: GPL3-only
|
license: GPL3-only
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["glib","granite","gtk-layer-shell","gtk3","json-glib","libgee","libhandy","pulseaudio"]
|
depends: ["glib","granite","gtk-layer-shell","gtk3","json-glib","libgee","libhandy","libpulse"]
|
||||||
make_depends: ["gobject-introspection","meson","sassc","scdoc","vala"]
|
make_depends: ["gobject-introspection","meson","sassc","scdoc","vala"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user