From dcf0b1738660f1c435b3e1061372968b23173a5c Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Thu, 3 Dec 2020 14:35:58 -0600 Subject: [PATCH] libwaylandpp: update to 0.2.8. --- srcpkgs/libwaylandpp/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/libwaylandpp/template b/srcpkgs/libwaylandpp/template index 97a9f26a047..a8afd143aa5 100644 --- a/srcpkgs/libwaylandpp/template +++ b/srcpkgs/libwaylandpp/template @@ -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 " 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 }