mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libvirt-glib: update to 0.1.7.
This commit is contained in:
parent
47b18409b3
commit
de4d5105bf
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libvirt-glib'
|
# Template file for 'libvirt-glib'
|
||||||
pkgname=libvirt-glib
|
pkgname=libvirt-glib
|
||||||
version=0.1.6
|
version=0.1.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://libvirt.org"
|
homepage="http://libvirt.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz"
|
distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz"
|
||||||
checksum=274b88584db94bb5d404e5398d6b5ef184afad49a2e4b3f4f6c47ba940bf55bf
|
checksum=39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429
|
||||||
long_desc="
|
long_desc="
|
||||||
libvirt-glib wraps libvirt to provide a high-level object-oriented API better
|
libvirt-glib wraps libvirt to provide a high-level object-oriented API better
|
||||||
suited for glib-based applications, via three libraries:
|
suited for glib-based applications, via three libraries:
|
||||||
|
@ -26,6 +26,7 @@ libvirt-glib-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
|
|
Loading…
Add table
Reference in a new issue