Swap pulseaudio dependency with libpulse
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Github repository
|
||||||
|
REPO="Alexays/Waybar"
|
||||||
|
|
||||||
|
# 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,10 +1,11 @@
|
|||||||
name: waybar
|
name: waybar
|
||||||
description: Highly customizable Wayland bar for Sway and Wlroots based compositors
|
description: Highly customizable Wayland bar for Sway and Wlroots based compositors
|
||||||
version: 0.12.0
|
version: 0.12.0
|
||||||
|
revision: 2
|
||||||
url: https://github.com/Alexays/Waybar
|
url: https://github.com/Alexays/Waybar
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["atkmm","cairomm","elogind","fmt","gcc","glib","glibc","glibmm","gtk-layer-shell","gtk3","gtkmm3","jsoncpp","libdbusmenu","libevdev","libinput","libmpdclient","libnl","pipewire","pulseaudio","libsigcpp","wireplumber","libxkbcommon","sndio","spdlog","udev","wayland"]
|
depends: ["atkmm","cairomm","elogind","fmt","gcc","glib","glibc","glibmm","gtk-layer-shell","gtk3","gtkmm3","jsoncpp","libdbusmenu","libevdev","libinput","libmpdclient","libnl","pipewire","libpulse","libsigcpp","wireplumber","libxkbcommon","sndio","spdlog","udev","wayland"]
|
||||||
optional_depends: ["otf-font-awesome"]
|
optional_depends: ["otf-font-awesome"]
|
||||||
make_depends: ["catch2","cmake","glib","meson","scdoc","wayland-protocols","python-setuptools"]
|
make_depends: ["catch2","cmake","glib","meson","scdoc","wayland-protocols","python-setuptools"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user