diff --git a/srcpkgs/libosinfo/template b/srcpkgs/libosinfo/template index ce577d3a560..02edd56c1ab 100644 --- a/srcpkgs/libosinfo/template +++ b/srcpkgs/libosinfo/template @@ -1,10 +1,10 @@ # Template file for 'libosinfo' pkgname=libosinfo -version=0.2.1 -revision=2 +version=0.2.5 +revision=1 build_style=gnu-configure configure_args="--disable-static --disable-tests" -hostmakedepends="pkg-config gobject-introspection" +hostmakedepends="pkg-config intltool gobject-introspection" makedepends="libglib-devel libsoup-gnome-devel libxml2-devel libxslt-devel vala-devel" short_desc="GObject based library API for managing info about operating systems" @@ -12,14 +12,14 @@ maintainer="davehome " 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 +checksum=29829782b19c91fa89e4f4ae84bc9bd7e35a1273df2bc9cc7c4754ac3af79ef1 long_desc=" GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support." libosinfo-devel_package() { depends="libglib-devel ${sourcepkg}-${version}_${revision}" - short_desc+=" -- development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig @@ -30,6 +30,6 @@ libosinfo-devel_package() { libosinfo_package() { pkg_install() { - vmove usr + vmove all } }