summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2022-12-25 14:08:04 +0100
committerD3SOX2022-12-25 14:08:04 +0100
commit2fb631807c3b6d2b01ba60fb0214ed79ceed26bf (patch)
treea6abca083d8cefe9a13f3b9ad1129e087bcee51f
parent6a748cb18aab35272020bc4f3739898f284a59c8 (diff)
downloadaur-2fb631807c3b6d2b01ba60fb0214ed79ceed26bf.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 575009f2300d..3a02b5243818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,13 +12,13 @@ pkgbase = soundux
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
source = https://github.com/Soundux/Soundux/releases/download/0.2.7/soundux-0.2.7.tar.gz
sha256sums = 017003fc96f49df30575975f3904c0d8a500e325a9d2bca8c3dc69fed0cab0a7
diff --git a/PKGBUILD b/PKGBUILD
index ce3e184d9b4e..4ad89da06677 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="A cross-platform soundboard - stable 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=('pkgconf' 'cmake' 'ninja' 'pipewire')
source=("https://github.com/Soundux/Soundux/releases/download/$pkgver/soundux-$pkgver.tar.gz")
sha256sums=('017003fc96f49df30575975f3904c0d8a500e325a9d2bca8c3dc69fed0cab0a7')