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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Jan 18 02:55:32 UTC 2020


    Date: Saturday, January 18, 2020 @ 02:55:31
  Author: yan12125
Revision: 552959

upgpkg: lxqt-panel 0.14.1-2; fix dependencies

Seems alsa-lib was an indirect dependency.

Also removes unneeded LIBDIR setting.

Modified:
  lxqt-panel/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 02:50:41 UTC (rev 552958)
+++ PKGBUILD	2020-01-18 02:55:31 UTC (rev 552959)
@@ -2,7 +2,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
@@ -14,6 +14,7 @@
 )
 optdepends=(
 	"libpulse: Volume control plugin"
+	"alsa-lib: Volume control plugin"
 	"libstatgrab: CPU monitor and Network monitor plugins"
 	"libsysstat: System Statistics plugin"
 	"lm_sensors: Sensors plugin"
@@ -20,7 +21,7 @@
 )
 makedepends=(
 	"lxqt-build-tools" "liblxqt" "libpulse" "libstatgrab" "libsysstat"
-	"lm_sensors" "libxdamage"
+	"lm_sensors" "libxdamage" "alsa-lib"
 )
 source=(
 	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
@@ -37,8 +38,7 @@
 	mkdir -p build
 	cd build
 	cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_INSTALL_LIBDIR=/usr/lib
+		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 }
 



More information about the arch-commits mailing list