contrib/gtk-layer-shell/Pkgfile

22 lines
616 B
Plaintext
Raw Normal View History

# Description: Library to create Wayland desktop components using the Layer Shell protocol
# URL: https://github.com/wmww/gtk-layer-shell
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gtk3 wayland-protocols
name=gtk-layer-shell
version=0.6.0
release=1
source=(https://github.com/wmww/gtk-layer-shell/archive/v$version/$name-$version.tar.gz)
build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
--auto-features disabled \
-D b_lto=true \
-D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
}