mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libxmlb: update to 0.3.8.
This commit is contained in:
parent
a9b1e77397
commit
fd1e34f504
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libxmlb'
|
# Template file for 'libxmlb'
|
||||||
pkgname=libxmlb
|
pkgname=libxmlb
|
||||||
version=0.2.1
|
version=0.3.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/hughsie/libxmlb"
|
homepage="https://github.com/hughsie/libxmlb"
|
||||||
distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
|
distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
|
||||||
checksum=2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529
|
checksum=83b94d04b4bdff4f94abc9f078d1372422276cf47590cfd1935948d48021deda
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
@ -23,13 +23,13 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libxmlb-devel_package() {
|
libxmlb-devel_package() {
|
||||||
depends="libxmlb>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
if [ "$build_options_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue