makedepends=(libgtop )

description="Gnome-shell extensions"
url="http://www.gnome.org/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=gnome-shell-extensions
version=50.1
release=1

source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

set=(gnome3)

build() {
  mkdir build && cd build
  meson --prefix=/usr \
        --libdir=/usr/lib \
        -D extension_set=all \
        -D classic_mode=true \
        ../$name-$version
  ninja
  DESTDIR=$PKG ninja install
}