libwaylandpp: update to 0.2.8.

This commit is contained in:
Nathan Owens 2020-12-03 14:35:58 -06:00 committed by Érico Nogueira Rolim
parent 6dab08fa87
commit 9a6456b53c
1 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libwaylandpp'
pkgname=libwaylandpp
version=0.2.7
revision=2
version=0.2.8
revision=1
wrksrc="waylandpp-${version}"
build_style=cmake
configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
@ -14,18 +14,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/NilsBrause/waylandpp"
distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
checksum=fa31b659a6bb93b322e1068831c9a0135a4687d8ef9ceb2e7660c909ce10bfa6
checksum=e7f486165d3568c3558b5c7099133aea4a285b82820eeafad329fc10271c654d
subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-scanner++"
fi
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/23340/steps/shell_3/logs/stdio"
;;
esac
post_install() {
vlicense LICENSE
}
@ -51,6 +46,7 @@ libwaylandpp-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove "usr/lib/*.so"
vmove usr/share/man/man3
}