gnome-shell: update to 3.26.0; gnome is now maintained by Gottox
This commit is contained in:
parent
38ee4f6aca
commit
05f8dd9650
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'gnome-shell'
|
||||
pkgname=gnome-shell
|
||||
version=3.24.3
|
||||
version=3.26.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-systemd"
|
||||
hostmakedepends="
|
||||
pkg-config intltool gnome-doc-utils $(vopt_if gir gobject-introspection) python3"
|
||||
pkg-config intltool gnome-doc-utils $(vopt_if gir gobject-introspection) python3
|
||||
meson"
|
||||
makedepends="
|
||||
evolution-data-server gnome-desktop-devel
|
||||
json-glib-devel startup-notification-devel network-manager-applet-devel
|
||||
|
@ -17,11 +18,11 @@ makedepends="
|
|||
depends="caribou>=0.4.12 pulseaudio glxinfo desktop-file-utils
|
||||
gir-freedesktop gnome-control-center>=3.16 elogind upower"
|
||||
short_desc="GNOME core user interface"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="https://wiki.gnome.org/Projects/GnomeShell"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=58b13308aa1b8dcbf1f08d5a052a61f8094ffd3afa2c788c91e1ceeacde840b8
|
||||
checksum=9bc35c206435d6e0ee9e8880578716a7d5bd0ebe7d475fa4f0b3010b44eebaed
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue