scenefx: update to 0.2.1.

This commit is contained in:
Till Mahlburg 2025-03-18 22:28:43 +01:00 committed by tranzystorekk
parent b21c286750
commit 28b1209801
2 changed files with 4 additions and 5 deletions

View File

@ -4521,7 +4521,7 @@ libopenrazer.so.0 libopenrazer-0.2.0_1
libstaroffice-0.0.so.0 libstaroffice-0.0.7_1 libstaroffice-0.0.so.0 libstaroffice-0.0.7_1
libbox2d.so.2 box2d-2.4.1_1 libbox2d.so.2 box2d-2.4.1_1
libhwy.so.1 highway-1.2.0_1 libhwy.so.1 highway-1.2.0_1
libscenefx.so.1 scenefx-0.1_1 libscenefx-0.2.so scenefx-0.2.1_1
libnng.so.1 nng-1.5.2_1 libnng.so.1 nng-1.5.2_1
libsentry.so sentry-native-0.7.7_1 libsentry.so sentry-native-0.7.7_1
libjose.so.0 libjose-14_1 libjose.so.0 libjose-14_1

View File

@ -1,18 +1,18 @@
# Template file for 'scenefx' # Template file for 'scenefx'
pkgname=scenefx pkgname=scenefx
version=0.1 version=0.2.1
revision=1 revision=1
build_style=meson build_style=meson
configure_args="-Dwerror=false -Db_ndebug=false" configure_args="-Dwerror=false -Db_ndebug=false"
hostmakedepends="pkg-config wayland-devel scdoc" hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="wlroots0.17-devel" makedepends="wlroots0.18-devel"
short_desc="Drop-in replacement for the wlroots scene API" short_desc="Drop-in replacement for the wlroots scene API"
maintainer="Christopher K. 'Shmish' Schmitt <me@shmish.dev>" maintainer="Christopher K. 'Shmish' Schmitt <me@shmish.dev>"
license="MIT" license="MIT"
homepage="https://github.com/wlrfx/scenefx" homepage="https://github.com/wlrfx/scenefx"
changelog="https://github.com/wlrfx/scenefx/releases/" changelog="https://github.com/wlrfx/scenefx/releases/"
distfiles="https://github.com/wlrfx/scenefx/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/wlrfx/scenefx/archive/refs/tags/${version}.tar.gz"
checksum=f5c889f4c826a4216628bf1e7e48071fc33e7774b5e3d51e6fee6e571e420827 checksum=e50cd8cbeb6564233dced39f21e78d755701fa7fe67f5b354f033f397b69a2b8
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -25,6 +25,5 @@ scenefx-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
} }
} }