lxqt: added systemd build option (off).
This commit is contained in:
parent
63bc276329
commit
1346657743
1 changed files with 4 additions and 2 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
homepage="http://www.lxqt.org"
|
||||
|
|
Loading…
Reference in a new issue