mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
libosinfo: update to 0.2.1.
This commit is contained in:
parent
1a14617859
commit
94de737419
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'libosinfo-devel'.
|
# Template file for 'libosinfo-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel libsoup-gnome-devel libxml2-devel libxslt-devel gobject-introspection vala-devel libosinfo"
|
noarch=yes
|
||||||
|
depends="glib-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -8,7 +9,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/gir-1.0 usr/share
|
vmove usr/share/gir-1.0 usr/share
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
libxslt.so.1
|
libxslt.so.1
|
||||||
libz.so.1
|
|
||||||
libm.so.6
|
|
||||||
libxml2.so.2
|
libxml2.so.2
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'libosinfo'
|
# Template file for 'libosinfo'
|
||||||
pkgname=libosinfo
|
pkgname=libosinfo
|
||||||
version=0.2.0
|
version=0.2.1
|
||||||
revision=1
|
revision=1
|
||||||
distfiles="https://fedorahosted.org/releases/l/i/${pkgname}/${pkgname}-${version}.tar.gz"
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-tests"
|
configure_args="--disable-static --disable-tests"
|
||||||
makedepends="pkg-config glib-devel libsoup-gnome-devel libxml2-devel libxslt-devel gobject-introspection vala-devel"
|
makedepends="pkg-config glib-devel libsoup-gnome-devel libxml2-devel
|
||||||
|
libxslt-devel gobject-introspection vala-devel"
|
||||||
short_desc="GObject based library API for managing info about operating systems"
|
short_desc="GObject based library API for managing info about operating systems"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
checksum=6aa68ad635afd6e86cb8c54c28c8b02658782b5072eac5ba6db421c0c3cc8916
|
homepage="https://fedorahosted.org/libosinfo/"
|
||||||
|
license="GPL-2, LGPL-2.1"
|
||||||
|
distfiles="https://fedorahosted.org/releases/l/i/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=37a5ae12b01a3367220ba44d4ace7065dc40972e82eb2439059c5f11724ecda5
|
||||||
long_desc="
|
long_desc="
|
||||||
GObject based library API for managing information about operating systems,
|
GObject based library API for managing information about operating systems,
|
||||||
hypervisors and the (virtual) hardware devices they can support."
|
hypervisors and the (virtual) hardware devices they can support."
|
||||||
|
|
||||||
subpackages="${pkgname}-devel"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue