gnome-shell: python3.4 -> python3
This commit is contained in:
parent
ebf2da0d25
commit
cbcb206242
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gnome-shell'
|
||||
pkgname=gnome-shell
|
||||
version=3.18.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-systemd"
|
||||
hostmakedepends="
|
||||
pkg-config intltool gnome-doc-utils $(vopt_if gir gobject-introspection) python3.4"
|
||||
pkg-config intltool gnome-doc-utils $(vopt_if gir gobject-introspection) python3"
|
||||
makedepends="
|
||||
evolution-data-server gnome-desktop-devel
|
||||
json-glib-devel startup-notification-devel network-manager-applet-devel
|
||||
|
|
Loading…
Reference in New Issue