gnome: add systemd build option (off) to conditionalize gnome-logs dependency.
This commit is contained in:
parent
f40610b525
commit
f60952ec60
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'gnome'
|
# Template file for 'gnome'
|
||||||
pkgname=gnome
|
pkgname=gnome
|
||||||
version=3.12.0
|
version=3.12.0
|
||||||
revision=4
|
revision=5
|
||||||
noarch=yes
|
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="
|
depends="
|
||||||
glib>=2.40
|
glib>=2.40
|
||||||
|
@ -39,7 +38,6 @@ depends="
|
||||||
gnome-shell>=${version}
|
gnome-shell>=${version}
|
||||||
gnome-shell-extensions>=${version}
|
gnome-shell-extensions>=${version}
|
||||||
gnome-getting-started-docs>=${version}
|
gnome-getting-started-docs>=${version}
|
||||||
gnome-logs>=${version}
|
|
||||||
gnome-sound-recorder>=${version}
|
gnome-sound-recorder>=${version}
|
||||||
nautilus>=${version}
|
nautilus>=${version}
|
||||||
yelp>=${version}
|
yelp>=${version}
|
||||||
|
@ -70,8 +68,10 @@ depends="
|
||||||
rygel>=0.20
|
rygel>=0.20
|
||||||
tracker>=1.0.0
|
tracker>=1.0.0
|
||||||
cantarell-fonts>=0.0.15
|
cantarell-fonts>=0.0.15
|
||||||
xdg-user-dirs-gtk"
|
xdg-user-dirs-gtk
|
||||||
|
$(vopt_if systemd 'gnome-logs>=${version}')"
|
||||||
short_desc="The GNOME meta-package for Void Linux"
|
short_desc="The GNOME meta-package for Void Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL, LGPL"
|
license="GPL, LGPL"
|
||||||
|
build_options="systemd"
|
||||||
|
|
Loading…
Reference in New Issue