summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2022-12-25 14:09:15 +0100
committerD3SOX2022-12-25 14:09:15 +0100
commit6796f463b50e2a35160f836273c84507e9a1a538 (patch)
tree2a9a75134c3829457e80f9b1ed1ed38492c5bbee
parent78e12d72e51f6c26bec58b588cde9e9bac35becb (diff)
downloadaur-6796f463b50e2a35160f836273c84507e9a1a538.tar.gz
move libwnck to optional dependencies (don't install on Wayland)
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11e0d0eb4a18..a8085601ef7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,13 +14,13 @@ pkgbase = soundux-git
makedepends = pipewire
depends = pulseaudio
depends = webkit2gtk
- depends = libwnck3
depends = libappindicator-gtk3
depends = lsb-release
optdepends = youtube-dl: unmaintained downloader integration
optdepends = yt-dlp-drop-in: recommended downloader integration
optdepends = ffmpeg: downloader integration
optdepends = pipewire: pipewire backend
+ optdepends = libwnck3: icon support on X11
provides = soundux
conflicts = soundux
source = git+https://github.com/Soundux/Soundux.git
diff --git a/PKGBUILD b/PKGBUILD
index e2ecdc320b24..13c7dd3ccf03 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="A cross-platform soundboard - unstable development version"
arch=('any')
url="https://soundux.rocks"
license=('GPL3')
-depends=('pulseaudio' 'webkit2gtk' 'libwnck3' 'libappindicator-gtk3' 'lsb-release')
-optdepends=('youtube-dl: unmaintained downloader integration' 'yt-dlp-drop-in: recommended downloader integration' 'ffmpeg: downloader integration' 'pipewire: pipewire backend')
+depends=('pulseaudio' 'webkit2gtk' 'libappindicator-gtk3' 'lsb-release')
+optdepends=('youtube-dl: unmaintained downloader integration' 'yt-dlp-drop-in: recommended downloader integration' 'ffmpeg: downloader integration' 'pipewire: pipewire backend' 'libwnck3: icon support on X11')
makedepends=('git' 'pkgconf' 'cmake' 'ninja' 'pipewire')
conflicts=('soundux')
provides=('soundux')