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'
|
||||
pkgname=gnome
|
||||
version=3.12.0
|
||||
revision=4
|
||||
noarch=yes
|
||||
revision=5
|
||||
build_style=meta
|
||||
depends="
|
||||
glib>=2.40
|
||||
|
@ -39,7 +38,6 @@ depends="
|
|||
gnome-shell>=${version}
|
||||
gnome-shell-extensions>=${version}
|
||||
gnome-getting-started-docs>=${version}
|
||||
gnome-logs>=${version}
|
||||
gnome-sound-recorder>=${version}
|
||||
nautilus>=${version}
|
||||
yelp>=${version}
|
||||
|
@ -70,8 +68,10 @@ depends="
|
|||
rygel>=0.20
|
||||
tracker>=1.0.0
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL, LGPL"
|
||||
build_options="systemd"
|
||||
|
|
Loading…
Reference in New Issue