summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff1a92d91029..722645dd938b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 15 09:20:33 UTC 2016
+# Thu Jan 5 14:26:30 UTC 2017
pkgbase = xfce4-indicator-plugin
pkgdesc = Plugin to display information from applications in the Xfce4 panel
pkgver = 2.3.3
- pkgrel = 2
+ pkgrel = 3
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin
install = xfce4-indicator-plugin.install
arch = i686
@@ -11,10 +11,11 @@ pkgbase = xfce4-indicator-plugin
license = GPL
makedepends = intltool
makedepends = xfce4-dev-tools
- depends = xfce4-panel
+ depends = hicolor-icon-theme
+ depends = ido
depends = libindicator-gtk2
depends = libindicator-gtk3
- depends = hicolor-icon-theme
+ depends = xfce4-panel
depends = xdg-utils
optdepends = indicator-application-gtk2: take menus from applications and place them in the panel
optdepends = indicator-sound: unified sound menu
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')