lxqt: added systemd build option (off).

This commit is contained in:
Juan RP 2014-11-03 13:00:22 +01:00
parent 63bc276329
commit 1346657743
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'lxqt' # Template file for 'lxqt'
pkgname=lxqt pkgname=lxqt
version=0.8.0 version=0.8.0
revision=3 revision=4
build_style=meta build_style=meta
build_options="systemd"
depends=" depends="
lxqt-about>=${version} lxqt-about>=${version}
lxqt-common>=${version} lxqt-common>=${version}
@ -20,7 +21,8 @@ depends="
lxmenu-data lxmenu-data
openbox openbox
oxygen-icons oxygen-icons
xdg-utils" xdg-utils
$(vopt_if systemd 'upower' 'ConsoleKit upower0')"
short_desc="The LXQT meta-package for Void Linux" short_desc="The LXQT meta-package for Void Linux"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.lxqt.org" homepage="http://www.lxqt.org"