New package: gtk-layer-shell-0.1.0

This commit is contained in:
travankor 2020-03-08 18:34:42 -07:00 committed by Piraty
parent 4d50c361e2
commit 3136c42359
3 changed files with 31 additions and 0 deletions

View file

@ -3822,6 +3822,7 @@ libgmio.so gmio-0.4.1_1
libjsonnet.so.0 jsonnet-0.14.0_2
libjsonnet++.so.0 jsonnet-0.14.0_2
libigdgmm.so.11 intel-gmmlib-19.4.1_1
libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
libgtk-layer-shell.so.0 wf-shell-0.3_1
librdkafka.so.1 librdkafka-1.3.0_1
librdkafka++.so.1 librdkafka-1.3.0_1

View file

@ -0,0 +1 @@
gtk-layer-shell

View file

@ -0,0 +1,29 @@
# Template file for 'gtk-layer-shell'
pkgname=gtk-layer-shell
version=0.1.0
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 <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/wmww/gtk-layer-shell"
distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
checksum=f7569e27ae30b1a94c3ad6c955cf56240d6bc272b760d9d266ce2ccdb94a5cf0
post_install() {
vlicense COPYING
}
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
}
}