wf-shell: update to 0.6.1
This commit is contained in:
parent
42acb5601b
commit
c385ad8169
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'wf-shell'
|
||||
pkgname=wf-shell
|
||||
version=0.5.0
|
||||
version=0.6.1
|
||||
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"
|
||||
|
@ -11,8 +12,8 @@ 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=fa481e867784b94b08857ec7bd27bf43251490d5d50c1e834e7ea64d908792f0
|
||||
distfiles="https://github.com/WayfireWM/wf-shell/releases/download/v${version}/wf-shell-${version}.tar.xz"
|
||||
checksum=da8e5a16dde8f44966d41449452bcc7bc2466d5945324aca714ecc82827c884a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue