summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2017-01-05 15:26:49 +0100
committerBernhard Landauer2017-01-05 15:26:49 +0100
commitc9ec5cf09072878b18686eb0e3dd0b7c2403679a (patch)
tree86e0523dcdba4f03c30388347cf6a007b2be85fd /PKGBUILD
parentc35a3409c5d3eedcb24bbea6c67ef1f10bcfe822 (diff)
downloadaur-c9ec5cf09072878b18686eb0e3dd0b7c2403679a.tar.gz
add depends ido
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e13fa6d3617..bf68ccbfcc1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,17 @@
pkgname=xfce4-indicator-plugin
_maj=2.3
pkgver=$_maj.3
-pkgrel=2
+pkgrel=3
pkgdesc="Plugin to display information from applications in the Xfce4 panel"
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/$pkgname"
license=('GPL')
-depends=('xfce4-panel' 'libindicator-gtk2' 'libindicator-gtk3' 'hicolor-icon-theme' 'xdg-utils')
+depends=('hicolor-icon-theme'
+ 'ido'
+ 'libindicator-gtk2'
+ 'libindicator-gtk3'
+ 'xfce4-panel'
+ 'xdg-utils')
makedepends=('intltool' 'xfce4-dev-tools')
optdepends=('indicator-application-gtk2: take menus from applications and place them in the panel'
'indicator-sound: unified sound menu')