libraqm: update to 0.10.3
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user