mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
scenefx: update to 0.2.1.
This commit is contained in:
parent
b21c286750
commit
28b1209801
2 changed files with 4 additions and 5 deletions
|
@ -4521,7 +4521,7 @@ libopenrazer.so.0 libopenrazer-0.2.0_1
|
|||
libstaroffice-0.0.so.0 libstaroffice-0.0.7_1
|
||||
libbox2d.so.2 box2d-2.4.1_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
|
||||
libsentry.so sentry-native-0.7.7_1
|
||||
libjose.so.0 libjose-14_1
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'scenefx'
|
||||
pkgname=scenefx
|
||||
version=0.1
|
||||
version=0.2.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dwerror=false -Db_ndebug=false"
|
||||
hostmakedepends="pkg-config wayland-devel scdoc"
|
||||
makedepends="wlroots0.17-devel"
|
||||
makedepends="wlroots0.18-devel"
|
||||
short_desc="Drop-in replacement for the wlroots scene API"
|
||||
maintainer="Christopher K. 'Shmish' Schmitt <me@shmish.dev>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/wlrfx/scenefx"
|
||||
changelog="https://github.com/wlrfx/scenefx/releases/"
|
||||
distfiles="https://github.com/wlrfx/scenefx/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=f5c889f4c826a4216628bf1e7e48071fc33e7774b5e3d51e6fee6e571e420827
|
||||
checksum=e50cd8cbeb6564233dced39f21e78d755701fa7fe67f5b354f033f397b69a2b8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -25,6 +25,5 @@ scenefx-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue