Date: Wednesday, November 4, 2015 @ 06:32:49
  Author: bgyorgy
Revision: 145926

upgpkg: lxqt-panel 0.10.0-3

Fix dependencies

Modified:
  lxqt-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-11-04 04:35:45 UTC (rev 145925)
+++ PKGBUILD    2015-11-04 05:32:49 UTC (rev 145926)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,17 +10,19 @@
 url="http://lxqt.org";
 license=("LGPL2.1")
 depends=(
-       "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
-       "lxqt-common" "lxqt-globalkeys" "solid"
+       "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
+       "lxqt-globalkeys" "menu-cache" "solid"
 )
 optdepends=(
-       "alsa-lib: Alsa support in volume control plugin"
-       "libpulse: PulseAudio support in volume control plugin"
-       "libstatgrab: Network and CPU monitor plugin"
-       "libsysstat: Network/CPU monitor plugin"
-       "menu-cache: Improved performance for main menu plugin"
+       "libpulse: Volume control plugin"
+       "libstatgrab: CPU monitor and Network monitor plugins"
+       "libsysstat: System Statistics plugin"
+       "lm_sensors: Sensors plugin"
 )
-makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
+makedepends=(
+       "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
+       "lm_sensors"
+)
 source=(
        "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
        "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";

Reply via email to