libwaylandpp: update to 0.2.8.
This commit is contained in:
parent
6dab08fa87
commit
9a6456b53c
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libwaylandpp'
|
# Template file for 'libwaylandpp'
|
||||||
pkgname=libwaylandpp
|
pkgname=libwaylandpp
|
||||||
version=0.2.7
|
version=0.2.8
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="waylandpp-${version}"
|
wrksrc="waylandpp-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
|
configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
|
||||||
|
@ -14,18 +14,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/NilsBrause/waylandpp"
|
homepage="https://github.com/NilsBrause/waylandpp"
|
||||||
distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
|
distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
|
||||||
checksum=fa31b659a6bb93b322e1068831c9a0135a4687d8ef9ceb2e7660c909ce10bfa6
|
checksum=e7f486165d3568c3558b5c7099133aea4a285b82820eeafad329fc10271c654d
|
||||||
subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
|
subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" wayland-scanner++"
|
hostmakedepends+=" wayland-scanner++"
|
||||||
fi
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
@ -51,6 +46,7 @@ libwaylandpp-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue