summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksii Vilchanskyi2017-11-27 14:11:47 +0100
committerOleksii Vilchanskyi2017-11-27 14:11:47 +0100
commite45fad77eeb8938f121379f3cb28981491477694 (patch)
treecd6c6a77a6b663b20026cb2ffa9a8c2defac70f6
parent5928c4d4985da4c8350b9df034092091dad97cf8 (diff)
downloadaur-e45fad77eeb8938f121379f3cb28981491477694.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 2d0f9430bd46..824c2f801957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ckb-next-git
pkgdesc = Corsair Keyboard and Mouse Input Driver, git master branch
- pkgver = 0.2.8.r224.gb88d8be
+ pkgver = 0.2.8.r239.g0bde3a4
pkgrel = 1
epoch = 1
url = https://github.com/mattanger/ckb-next
@@ -11,6 +11,8 @@ pkgbase = ckb-next-git
makedepends = git
depends = qt5-base
depends = hicolor-icon-theme
+ optdepends = libappindicator-gtk2: Ayatana indicators in Unity, KDE or Systray (GTK+ 2 library)
+ optdepends = libappindicator-gtk2: 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 64ecc7c8ee19..0bed6d7d43aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Light2Yellow <alexvilchansky@yahoo.com>
pkgname=ckb-next-git
-pkgver=0.2.8.r224.gb88d8be
+pkgver=0.2.8.r239.g0bde3a4
pkgrel=1
epoch=1
pkgdesc="Corsair Keyboard and Mouse Input Driver, git master branch"
@@ -11,6 +11,8 @@ 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-git.install