gupnp: update to 0.18.0, bump abi_depends.
This commit is contained in:
parent
7a1eaf5e83
commit
f58fdd1ccc
3 changed files with 6 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=0.14.0"
|
||||
abi_depends=">=0.18.0"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -17,6 +17,5 @@ do_install()
|
|||
vmove usr/bin usr
|
||||
vmove usr/include usr
|
||||
vmove usr/share usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'gupnp'
|
||||
pkgname=gupnp
|
||||
version=0.16.1
|
||||
version=0.18.0
|
||||
homepage="http://gupnp.org/"
|
||||
distfiles="$homepage/sites/all/files/sources/gupnp-$version.tar.gz"
|
||||
distfiles="${GNOME_SITE}/gupnp/0.18/gupnp-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="GObject-based library for UPnP"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe
|
||||
checksum=82f4758b26ef0531cf6301f526fe705f06c329eaef403bb30925128fcbb6a71a
|
||||
long_desc="
|
||||
A GObject-based API for doing UPnP transparently."
|
||||
|
||||
|
@ -23,7 +24,7 @@ Add_dependency run gssdp
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build gettext
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build gssdp-devel ">=0.10.0"
|
||||
Add_dependency build gssdp-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libxml2-devel
|
||||
Add_dependency build libuuid-devel
|
||||
|
|
Loading…
Reference in a new issue