From f015824a0b8bf56db875bca046ae24f450ba408a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Jun 2015 12:01:05 +0200 Subject: [PATCH] lxqt: remove systemd support. --- srcpkgs/lxqt/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template index 4bdce6baff5..bd809ad5a1a 100644 --- a/srcpkgs/lxqt/template +++ b/srcpkgs/lxqt/template @@ -1,9 +1,8 @@ # Template file for 'lxqt' pkgname=lxqt version=0.9.0 -revision=2 +revision=3 build_style=meta -build_options="systemd" depends=" qt5-translations lxqt-about>=${version} @@ -25,7 +24,8 @@ depends=" obconf-qt oxygen-icons xdg-utils - $(vopt_if systemd 'upower' 'ConsoleKit2 upower0')" + ConsoleKit2 + upower0" short_desc="The LXQT meta-package for Void Linux" maintainer="Juan RP " homepage="http://www.lxqt.org"