21 lines
751 B
Bash
21 lines
751 B
Bash
# Template file for 'wf-shell'
|
|
pkgname=wf-shell
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=meson
|
|
build_helper="gir"
|
|
configure_args="-Dwayland-logout:implementation=c"
|
|
hostmakedepends="gobject-introspection pkg-config wayland-devel"
|
|
makedepends="alsa-lib-devel pulseaudio-devel gtkmm-devel wayfire-devel
|
|
gtk+3-devel gtk-layer-shell-devel"
|
|
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/v${version}/wf-shell-${version}.tar.xz"
|
|
checksum=7495c690a1c021e0c82ba304513b3e7870cb329f7f0bf88df3bc5f46535d5ec7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsconf wf-shell.ini.example
|
|
}
|