gupnp-igd: update to 0.2.0 (SONAME bump).

This commit is contained in:
Juan RP 2012-09-26 07:44:23 +02:00
parent 881df23d47
commit 97abd32729
3 changed files with 10 additions and 14 deletions

View File

@ -716,7 +716,7 @@ libfolks-libsocialweb.so.25 folks-0.6.3.2_1
libfolks-eds.so.25 folks-0.6.3.2_1
libfolks-tracker.so.25 folks-0.7.4.1_1
libnice.so.10 libnice-0.1.0_1
libgupnp-igd-1.0.so.3 gupnp-igd-0.1.7_1
libgupnp-igd-1.0.so.4 gupnp-igd-0.2.0_1
libtelepathy-logger.so.2 telepathy-logger-0.2.12_1
libmission-control-plugins.so.0 telepathy-mission-control-5.9.2_1
libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1

View File

@ -1,14 +1,13 @@
# Template file for 'gupnp--igd-devel'.
#
depends="glib-devel libsoup-devel gupnp-devel gupnp-igd"
noarch=yes
depends="gupnp-devel gupnp-igd>=${version}"
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
do_install() {
vmove usr/include usr
vmove usr/share usr
vmove usr/lib/pkgconfig usr/lib

View File

@ -1,19 +1,16 @@
# Template file for 'gupnp-igd'
pkgname=gupnp-igd
version=0.1.11
homepage="http://gupnp.org"
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.bz2"
version=0.2.0
revision=1
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-python --disable-static"
revision=3
makedepends="pkg-config glib-devel libxml2-devel libsoup-devel gssdp-devel gupnp-devel"
short_desc="Library to handle UPnP IGD port mapping"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=bb12eed910d5ede08c4e83a611a019567619bf3f18f03b65cca9b970863376cd
homepage="http://gupnp.org"
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
checksum=924c17c511f18d021329f0d9515235069f4aa1632a487edebb21443002409952
long_desc="
GUPNP-igd is is a library to handle UPnP IGD port mapping."
disable_parallel_build=yes
subpackages="$pkgname-devel"