[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Mon Nov 2 16:00:48 UTC 2015


    Date: Monday, November 2, 2015 @ 17:00:47
  Author: jleclanche
Revision: 145670

upgpkg: lxqt-panel 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++--------------
 1 file changed, 24 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-02 16:00:36 UTC (rev 145669)
+++ PKGBUILD	2015-11-02 16:00:47 UTC (rev 145670)
@@ -2,24 +2,34 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org"
-license=("GPL2")
-depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
-         "liblxqt-mount" "menu-cache")
-optdepends=("kguiaddons: Keyboard indicator plugin"
-            "libpulse: Volume control plugin"
-            "libstatgrab: CPU monitor and Network monitor plugins"
-            "libsysstat: System Statistics plugin"
-            "lm_sensors: Sensors plugin")
-makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
-             "lm_sensors" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
+license=("LGPL2.1")
+depends=(
+	"libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
+	"lxqt-common" "lxqt-globalkeys" "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"
+)
+makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" "libsysstat")
+source=(
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
 
 
 build() {



More information about the arch-commits mailing list