# Template file for 'gtk-layer-shell' pkgname=gtk-layer-shell version=0.5.2 revision=1 build_style=meson build_helper="gir" hostmakedepends="gobject-introspection pkg-config wayland-devel" makedepends="gtk+3-devel wayland-devel" short_desc="Library to create panels and other desktop components for Wayland" maintainer="travankor " license="LGPL-3.0-or-later, MIT" homepage="https://github.com/wmww/gtk-layer-shell" distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz" checksum=1587b0fbfc0cb023066180e8055704981e8ab3fc7ab8dbe9aad0da05728799be if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true" fi post_install() { vlicense LICENSE_MIT.txt } gtk-layer-shell-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" vmove usr/share/gir-1.0 } }