summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksii Vilchanskyi2017-11-27 14:36:18 +0100
committerOleksii Vilchanskyi2017-11-27 14:36:18 +0100
commit01ec016b04efca85a019b56c1c1e3213823a73de (patch)
treee2af502046c76cb8c4b493877e1da8bb80438e44
parentbdb7243f5eb352a06a2ca0f18f14e1dcf37c32ac (diff)
downloadaur-01ec016b04efca85a019b56c1c1e3213823a73de.tar.gz
Add libappindicator as an optdep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd0ef8d84bb5..c2346eb964bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ckb-next
pkgdesc = Corsair Keyboard and Mouse Input Driver, release version
pkgver = 0.2.8
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/mattanger/ckb-next
install = ckb-next.install
arch = i686
@@ -10,6 +10,8 @@ pkgbase = ckb-next
makedepends = git
depends = qt5-base
depends = hicolor-icon-theme
+ optdepends = libappindicator-gtk2: Ayatana indicators in Unity, KDE or Systray (GTK+ 2 library)
+ optdepends = libappindicator-gtk3: Ayatana indicators in Unity, KDE or Systray (GTK+ 3 library)
provides = ckb-next
conflicts = ckb-git
conflicts = ckb-git-latest
diff --git a/PKGBUILD b/PKGBUILD
index 3a2cc0408424..11f95bf138ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=ckb-next
pkgver=0.2.8
-pkgrel=5
+pkgrel=6
pkgdesc="Corsair Keyboard and Mouse Input Driver, release version"
arch=('i686' 'x86_64')
url="https://github.com/mattanger/ckb-next"
license=('GPL2')
depends=('qt5-base' 'hicolor-icon-theme')
makedepends=('git')
+optdepends=('libappindicator-gtk2: Ayatana indicators in Unity, KDE or Systray (GTK+ 2 library)'
+ 'libappindicator-gtk3: Ayatana indicators in Unity, KDE or Systray (GTK+ 3 library)')
conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next')
provides=('ckb-next')
install=ckb-next.install