mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
mate: added systemd build option (off).
This commit is contained in:
parent
c37da72fda
commit
eafcebf114
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'mate'
|
# Template file for 'mate'
|
||||||
pkgname=mate
|
pkgname=mate
|
||||||
version=1.8.0
|
version=1.8.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
build_options="systemd"
|
||||||
depends="
|
depends="
|
||||||
mate-backgrounds>=${version}
|
mate-backgrounds>=${version}
|
||||||
mate-icon-theme>=${version}
|
mate-icon-theme>=${version}
|
||||||
|
@ -19,7 +20,8 @@ depends="
|
||||||
caja>=${version}
|
caja>=${version}
|
||||||
marco>=${version}
|
marco>=${version}
|
||||||
mate-accountsdialog>=${version}
|
mate-accountsdialog>=${version}
|
||||||
mate-color-manager>=${version}"
|
mate-color-manager>=${version}
|
||||||
|
$(vopt_if systemd 'upower' 'ConsoleKit upower0')"
|
||||||
short_desc="The MATE meta-package for Void Linux"
|
short_desc="The MATE meta-package for Void Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mate-desktop.org"
|
homepage="http://www.mate-desktop.org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue