mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
wf-recorder: update to 0.2.1
This commit is contained in:
parent
985eeeb75b
commit
43d4ead7a9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wf-recorder'
|
# Template file for 'wf-recorder'
|
||||||
pkgname=wf-recorder
|
pkgname=wf-recorder
|
||||||
version=0.2
|
version=0.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config ninja scdoc wayland-devel"
|
hostmakedepends="pkg-config ninja scdoc wayland-devel"
|
||||||
|
@ -11,11 +11,11 @@ maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ammen99/wf-recorder"
|
homepage="https://github.com/ammen99/wf-recorder"
|
||||||
distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb
|
checksum=45cf04cf58cf241c22fa2fbb70481a3747ad33e6930e4bdba7b9cc7018789ad1
|
||||||
|
|
||||||
# silly workaround to prevent vector/bool/etc from being defined
|
# silly workaround to prevent vector/bool/etc from being defined
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) CXXFLAGS+=" -D__APPLE_ALTIVEC__";;
|
ppc*) CXXFLAGS+=" -D__APPLE_ALTIVEC__";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue