makedepends=(gtk3 wayland gtk-doc gobject-introspection vala python-setuptools wayland-protocols)

description="Library to create Wayland desktop components using the Layer Shell protocol"
url="https://github.com/wmww/gtk-layer-shell"

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

name="gtk-layer-shell"
version="0.10.1"
release=1

PKGMK_KEEP_SOURCES="no"
source=(https://github.com/wmww/gtk-layer-shell/archive/v$version.tar.gz)
build() { 
  meson --prefix=/usr \
        --libdir=/usr/lib \
        --wrap-mode=nofallback \
        --buildtype=plain \
        -Dtests=true \
        -Ddocs=true \
        -Dintrospection=true \
        $name-$version build
  ninja -C build
  DESTDIR="$PKG" ninja -C build install
}
