summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-10-04 15:41:34 -0600
committerMark Wagie2021-10-04 15:41:34 -0600
commit00a8db3e1226c65b14667f271adb423ced0b38a1 (patch)
tree7993d80c5f43535874bdb90f6f8c6643c47e5239
parent53452a33545b6cccb3b99560220615faf363599a (diff)
downloadaur-00a8db3e1226c65b14667f271adb423ced0b38a1.tar.gz
add additional optdepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7c110020092..b25049e53f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 3.2.0.dev1.r5644.b2b9303c
+ pkgver = 3.2.0.dev1.r5746.6bc97e2e
pkgrel = 1
url = https://nicotine-plus.github.io/nicotine-plus
arch = any
@@ -14,7 +14,9 @@ pkgbase = nicotine-plus-git
depends = python-gobject
depends = gtk3
optdepends = gspell: for spell checking in chat
- optdepends = libappindicator-gtk3: for tray icon
+ optdepends = libappindicator-gtk3: option for tray icon
+ optdepends = libayatana-appindicator: option for tray icon
+ optdepends = gtk4: test the GTK4 version
provides = nicotine-plus
provides = nicotine+
provides = nicotine
diff --git a/PKGBUILD b/PKGBUILD
index cf0e32841e22..fc904ddc147d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=3.2.0.dev1.r5644.b2b9303c
+pkgver=3.2.0.dev1.r5746.6bc97e2e
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -12,7 +12,9 @@ license=('GPL3')
depends=('python-gobject' 'gtk3')
makedepends=('appstream' 'git' 'python-setuptools')
optdepends=('gspell: for spell checking in chat'
- 'libappindicator-gtk3: for tray icon')
+ 'libappindicator-gtk3: option for tray icon'
+ 'libayatana-appindicator: option for tray icon'
+ 'gtk4: test the GTK4 version')
checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pytest-xvfb')
provides=("${pkgname%-git}" 'nicotine+' 'nicotine')
conflicts=("${pkgname%-git}" 'nicotine+' 'nicotine')