gnome-shell-extensions: switch to meson.

This commit is contained in:
Enno Boland 2018-03-19 20:23:35 +01:00
parent 2b672583bb
commit 582095c2d3
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -3,8 +3,8 @@ pkgname=gnome-shell-extensions
version=3.28.0
revision=1
noarch="yes"
build_style=gnu-configure
configure_args="--enable-extensions=all"
build_style=meson
configure_args="-Dextension_set=all"
hostmakedepends="pkg-config intltool"
makedepends="unzip libglib-devel libgtop-devel"
depends="gnome-shell>=${version} nautilus>=3.14 unzip"