22 lines
786 B
Bash
22 lines
786 B
Bash
# Template file for 'wf-shell'
|
|
pkgname=wf-shell
|
|
version=0.4.0
|
|
revision=3
|
|
build_style=meson
|
|
build_helper="gir"
|
|
hostmakedepends="gobject-introspection pkg-config wayland-devel"
|
|
makedepends="alsa-lib-devel pulseaudio-devel gtkmm-devel
|
|
gtk+3-devel libevdev-devel wlroots-devel wf-config-devel
|
|
xcb-util-errors-devel xcb-util-wm-devel gtk-layer-shell-devel
|
|
glm wayfire"
|
|
short_desc="Wayfire shell with GTK-based panel and background client"
|
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://wayfire.org"
|
|
distfiles="https://github.com/WayfireWM/wf-shell/releases/download/${version}/wf-shell-${version}.tar.xz"
|
|
checksum="bc03e5232d72f69bf6ba634f688f5e896715d846b7b6344136e9eb88dd6a9aa0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsconf wf-shell.ini.example
|
|
}
|