gtk-layer-shell: update to 0.8.2
This commit is contained in:
parent
78d241d014
commit
c1ebf8e9bb
1 changed files with 7 additions and 3 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'gtk-layer-shell'
|
# Template file for 'gtk-layer-shell'
|
||||||
pkgname=gtk-layer-shell
|
pkgname=gtk-layer-shell
|
||||||
version=0.8.1
|
version=0.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
hostmakedepends="gobject-introspection pkg-config wayland-devel"
|
hostmakedepends="gobject-introspection pkg-config wayland-devel"
|
||||||
makedepends="gtk+3-devel wayland-devel"
|
makedepends="gtk+3-devel wayland-devel"
|
||||||
|
checkdepends="cantarell-fonts xvfb-run"
|
||||||
short_desc="Library to create panels and other desktop components for Wayland"
|
short_desc="Library to create panels and other desktop components for Wayland"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="LGPL-3.0-or-later, MIT"
|
license="LGPL-3.0-or-later, MIT"
|
||||||
homepage="https://github.com/wmww/gtk-layer-shell"
|
homepage="https://github.com/wmww/gtk-layer-shell"
|
||||||
distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/wmww/gtk-layer-shell/master/CHANGELOG.md"
|
||||||
checksum=c329fac878a1731cb23ad7365f2f2a35e4ab26e72b4e69458e06afd825baad48
|
distfiles="https://github.com/wmww/gtk-layer-shell/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=254dd246303127c5d5236ea640f01a82e35d2d652a48d139dd669c832a0f0dce
|
||||||
|
make_check_pre="xvfb-run"
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -Dtests=true"
|
configure_args+=" -Dtests=true"
|
||||||
|
@ -29,5 +32,6 @@ depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
|
vmove usr/share/vala
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue