From ae4046044a1c1bf58a27866569d8aff466afd145 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 24 Feb 2019 23:25:38 -0300 Subject: [PATCH] liblxqt: revert to pkg-config [ci skip] --- srcpkgs/liblxqt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template index 39ed3af0e25..2bb64d2b808 100644 --- a/srcpkgs/liblxqt/template +++ b/srcpkgs/liblxqt/template @@ -1,9 +1,9 @@ # Template file for 'liblxqt' pkgname=liblxqt version=0.14.1 -revision=1 +revision=2 build_style=cmake -hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools +hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel" makedepends="kwindowsystem-devel libqtxdg-devel libXScrnSaver-devel polkit-qt5-devel"