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

Jerome Leclanche jleclanche at archlinux.org
Sun Oct 22 01:07:59 UTC 2017


    Date: Sunday, October 22, 2017 @ 01:07:58
  Author: jleclanche
Revision: 263922

upgpkg: lxqt-panel 0.12.0-1

Upstream release 0.12.0

Modified:
  lxqt-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-22 01:03:59 UTC (rev 263921)
+++ PKGBUILD	2017-10-22 01:07:58 UTC (rev 263922)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-panel
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
@@ -10,8 +10,8 @@
 url="http://lxqt.org"
 license=("LGPL2.1")
 depends=(
-	"libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
-	"lxqt-globalkeys" "menu-cache" "solid"
+	"libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
+	"lxqt-globalkeys" "menu-cache" "solid" "libxcb"
 )
 optdepends=(
 	"libpulse: Volume control plugin"
@@ -20,18 +20,16 @@
 	"lm_sensors: Sensors plugin"
 )
 makedepends=(
-	"lxqt-build-tools" "libpulse" "libstatgrab" "libsysstat"
-	"lm_sensors"
+	"lxqt-build-tools" "liblxqt" "libpulse" "libstatgrab" "libsysstat"
+	"lm_sensors" "libxdamage"
 )
 source=(
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-        "fix-build.patch"
 )
 sha256sums=(
-	"cfbe1862a2614ff8e22bc8db795a6cbce106243822d90370970eb0bbd5aea5e0"
+	"3d286ba65d7a51403bc01d3efbc01c65c88ee4cf6f062143ed00c104a7b15f11"
 	"SKIP"
-	"994ad0a8873e1a190fb6890c19e5f65b863fc2b2faf1973ed27b3db31e9a9cfb"
 )
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
@@ -39,11 +37,6 @@
 )
 
 
-prepare() {
-	cd "$srcdir/$pkgname-$pkgver"
-	patch -Np1 -i "$srcdir/fix-build.patch"
-}
-
 build() {
 	mkdir -p build
 	cd build
@@ -56,4 +49,4 @@
 package() {
 	cd build
 	make DESTDIR="$pkgdir" install
-}
+	}



More information about the arch-commits mailing list