libsoup: update to 2.40.3.

This commit is contained in:
Juan RP 2013-01-15 21:04:10 +01:00
parent 0571e66ddd
commit bd105eb035
4 changed files with 11 additions and 51 deletions

View file

@ -2,10 +2,7 @@
#
noarch=yes
depends="glib-devel libxml2-devel libsoup-${version}_${revision}"
short_desc="${sourcepkg} -- development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
short_desc="${short_desc} -- development files"
do_install() {
mkdir -p ${DESTDIR}/usr/lib

View file

@ -2,20 +2,10 @@
#
noarch=yes
depends="libsoup-devel-${version}_${revision} libsoup-gnome-${version}_${revision}"
short_desc="${sourcepkg} - GNOME development files"
long_desc="${long_desc}
This package contains the GNOME support files for development:
headers, static libs, etc."
short_desc="${short_desc} - GNOME development files"
do_install() {
mkdir -p ${DESTDIR}/usr/lib/pkgconfig \
${DESTDIR}/usr/include ${DESTDIR}/usr/share/gir-1.0
mv ${SRCPKGDESTDIR}/usr/include/libsoup-gnome* \
${DESTDIR}/usr/include
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig/*gnome* \
${DESTDIR}/usr/lib/pkgconfig
mv ${SRCPKGDESTDIR}/usr/share/gir-1.0/SoupGNOME* \
${DESTDIR}/usr/share/gir-1.0
vmove "usr/include/libsoup-gnome*" usr/include
vmove "usr/lib/pkgconfig/*gnome*" usr/lib/pkgconfig
vmove "usr/share/gir-1.0/SoupGNOME*" usr/share/gir-1.0
}

View file

@ -1,15 +1,8 @@
# Template file for 'libsoup-gnome'.
#
depends="gnutls libgcrypt libgpg-error"
short_desc="${sourcepkg} - GNOME libraries"
long_desc="${long_desc}
This package contains the GNOME support libraries."
short_desc="${short_desc} - GNOME libraries"
do_install() {
mkdir -p ${DESTDIR}/usr/lib/girepository-1.0
mv ${SRCPKGDESTDIR}/usr/lib/libsoup-gnome*.so* ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0/SoupGNOME* \
${DESTDIR}/usr/lib/girepository-1.0
vmove "usr/lib/libsoup-gnome*.so*" usr/lib
vmove "usr/lib/girepository-1.0/SoupGNOME*" usr/lib/girepository-1.0
}

View file

@ -1,7 +1,7 @@
# Template file for 'libsoup'
pkgname=libsoup
version=2.40.2
revision=2
version=2.40.3
revision=1
subpackages="$pkgname-gnome $pkgname-gnome-devel $pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static"
@ -13,24 +13,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/2.40/$pkgname-$version.tar.xz"
checksum=32e81220f53abb1f5bbe7d8b0717119df70667fc48e2342d82209ed1593e71dc
long_desc="
Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.
libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).
Features:
* Completely Asynchronous
* Connection cache
* HTTP chunked transfer support
* HTTP, SOCKS4, and SOCKS5 authenticated proxy support
* SSL Support using OpenSSL or GnuTLS
* Client support for Digest, NTLM, and Basic authentication
* HTTP server
* Server support for Digest and Basic authentication"
checksum=82c92f1f6f4cbfd501df783ed87e7de9410b4a12a3bb0b19c64722e185d2bbc9