From 1346657743516c1051af505e8580d749caeb98e4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 3 Nov 2014 13:00:22 +0100 Subject: [PATCH] lxqt: added systemd build option (off). --- srcpkgs/lxqt/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template index 421103b7111..9737ff06934 100644 --- a/srcpkgs/lxqt/template +++ b/srcpkgs/lxqt/template @@ -1,8 +1,9 @@ # Template file for 'lxqt' pkgname=lxqt version=0.8.0 -revision=3 +revision=4 build_style=meta +build_options="systemd" depends=" lxqt-about>=${version} lxqt-common>=${version} @@ -20,7 +21,8 @@ depends=" lxmenu-data openbox oxygen-icons - xdg-utils" + xdg-utils + $(vopt_if systemd 'upower' 'ConsoleKit upower0')" short_desc="The LXQT meta-package for Void Linux" maintainer="Juan RP " homepage="http://www.lxqt.org"