libraqm: update to 0.10.3

This commit is contained in:
dogknowsnx
2025-10-01 21:43:32 -04:00
committed by classabbyamp
parent 4723ae09a4
commit 67c44b97c0
+7 -7
View File
@@ -1,16 +1,17 @@
# Template file for 'libraqm'
pkgname=libraqm
version=0.7.0
version=0.10.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
build_style=meson
configure_args="-Ddocs=true -Db_ndebug=false"
hostmakedepends="pkg-config gtk-doc"
makedepends="harfbuzz-devel fribidi-devel"
short_desc="Library for complex text layout"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/HOST-Oman/libraqm"
distfiles="https://github.com/HOST-Oman/libraqm/releases/download/v${version}/raqm-${version}.tar.gz"
checksum=e28575ecdd4e8a1d277d9be8268bb663ce1e476aaf55eb0456787821ddf0f941
distfiles="https://github.com/HOST-Oman/libraqm/archive/refs/tags/v${version}.tar.gz"
checksum=fe1fe28b32f97ef97b325ca5d2defb0704da1ef048372ec20e85e1f587e20965
post_install() {
vlicense COPYING LICENSE
@@ -21,8 +22,7 @@ libraqm-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
}