From cbcbd3e01b8f0c82c5b349663d033ff095d30b99 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 21 Dec 2016 22:14:45 +0000 Subject: [PATCH] lximage-qt: use target lxqt-build-tools --- srcpkgs/lximage-qt/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template index f89f9784f9..d5e1eb57d1 100644 --- a/srcpkgs/lximage-qt/template +++ b/srcpkgs/lximage-qt/template @@ -1,11 +1,11 @@ # Template file for 'lximage-qt' pkgname=lximage-qt version=0.5.1 -revision=1 +revision=2 build_style=cmake configure_args="-DPULL_TRANSLATIONS=0" -hostmakedepends="pkg-config lxqt-build-tools" -makedepends="liblxqt-devel libexif-devel libfm-qt-devel" +hostmakedepends="pkg-config" +makedepends="lxqt-build-tools liblxqt-devel libexif-devel libfm-qt-devel" short_desc="LXQt image viewer" maintainer="Juan RP " license="LGPL-2.1"