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

Chih-Hsuan Yen yan12125 at archlinux.org
Wed Jun 17 08:36:22 UTC 2020


    Date: Wednesday, June 17, 2020 @ 08:36:17
  Author: yan12125
Revision: 646324

upgpkg: lxqt-runner 0.15.0-3; re-enable muparser integration

A new muparser is released and lxqt-runner is compatible again

Modified:
  lxqt-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-17 08:19:28 UTC (rev 646323)
+++ PKGBUILD	2020-06-17 08:36:17 UTC (rev 646324)
@@ -1,15 +1,15 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=lxqt-runner
 pkgver=0.15.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname"
 license=("LGPL2.1")
-#depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
-depends=("lxqt-globalkeys" "libQt5Xdg.so")
+depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
 makedepends=("lxqt-build-tools")
 source=(
 	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
@@ -25,13 +25,9 @@
 
 
 build() {
-	# Temporarily disable muparser integration as the latest version of
-	# muparser has an issue
-	# https://github.com/lxqt/lxqt-runner/issues/144
 	cmake -B build -S "$srcdir/$pkgname-$pkgver" \
 		-DCMAKE_BUILD_TYPE=None \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DRUNNER_MATH=OFF
+		-DCMAKE_INSTALL_PREFIX=/usr
 	make -C build
 }
 



More information about the arch-commits mailing list