summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-09-06 03:21:06 +0800
committerYen Chi Hsuan2016-09-06 03:21:06 +0800
commit96615d03d877d9fa3d9f1cea6193a592e981b04b (patch)
tree787bdda75dc5cc87134b55bda757287517cff8f7
parent788619b241b8764a3704a8e7acf328422a23250e (diff)
downloadaur-96615d03d877d9fa3d9f1cea6193a592e981b04b.tar.gz
Bump to 0.10.0.135.g006391f
Re-add sysstat plugin
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 265efc11b3e9..1be129367f10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 8 05:49:09 UTC 2016
+# Mon Sep 5 19:20:57 UTC 2016
pkgbase = lxqt-panel-git
pkgdesc = The LXQt desktop panel
- pkgver = 0.10.0.129.g1c48664
+ pkgver = 0.10.0.135.g006391f
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -24,6 +24,7 @@ pkgbase = lxqt-panel-git
optdepends = libpulse: Recompile for PulseAudio support in volume control plugin
optdepends = lm_sensors: Recompile for Sensors (battery) plugin
optdepends = libstatgrab: Recompile for network and CPU monitor plugin
+ optdepends = libsysstat: Recompile for network and CPU monitor plugin
provides = lxqt-panel
conflicts = lxqt-panel
source = git+https://github.com/lxde/lxqt-panel.git
diff --git a/PKGBUILD b/PKGBUILD
index 1fa08e0fc210..f0ba57f6abf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lxqt-panel
pkgname=$_pkgname-git
-pkgver=0.10.0.129.g1c48664
+pkgver=0.10.0.135.g006391f
pkgrel=1
pkgdesc="The LXQt desktop panel"
arch=("i686" "x86_64")
@@ -19,6 +19,7 @@ optdepends=(
"libpulse: Recompile for PulseAudio support in volume control plugin"
"lm_sensors: Recompile for Sensors (battery) plugin"
"libstatgrab: Recompile for network and CPU monitor plugin"
+ "libsysstat: Recompile for network and CPU monitor plugin"
)
makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
@@ -37,8 +38,7 @@ build() {
cd build
cmake "$srcdir/$_pkgname" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DSYSSTAT_PLUGIN=No
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
make
}