libsoup: update to 2.40.

This commit is contained in:
Juan RP 2012-09-26 02:29:34 +02:00
parent 92bc640793
commit 45ab8e1cde
3 changed files with 15 additions and 19 deletions

View file

@ -1,16 +1,14 @@
# Template file for 'libsoup-devel'. # Template file for 'libsoup-devel'.
# #
depends="glib-devel libxml2-devel libsoup>=2.38.1" noarch=yes
depends="glib-devel libxml2-devel libsoup>=${version}"
short_desc="${sourcepkg} -- development files" short_desc="${sourcepkg} -- development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() {
do_install()
{
mkdir -p ${DESTDIR}/usr/lib mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
} }

View file

@ -1,21 +1,19 @@
# Template file for 'libsoup-gnome-devel'. # Template file for 'libsoup-gnome-devel'.
# #
depends="libsoup-devel>=2.38.1 libsoup-gnome>=2.38.1" noarch=yes
depends="libsoup-devel>=${version} libsoup-gnome>=${version}"
short_desc="${sourcepkg} - GNOME development files" short_desc="${sourcepkg} - GNOME development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the GNOME support files for development: This package contains the GNOME support files for development:
headers, static libs, etc." headers, static libs, etc."
do_install() {
do_install()
{
mkdir -p ${DESTDIR}/usr/lib/pkgconfig \ mkdir -p ${DESTDIR}/usr/lib/pkgconfig \
${DESTDIR}/usr/include ${DESTDIR}/usr/share/gir-1.0 ${DESTDIR}/usr/include ${DESTDIR}/usr/share/gir-1.0
mv ${SRCPKGDESTDIR}/usr/include/libsoup-gnome* \ mv ${SRCPKGDESTDIR}/usr/include/libsoup-gnome* \
${DESTDIR}/usr/include ${DESTDIR}/usr/include
mv ${SRCPKGDESTDIR}/usr/lib/libsoup-gnome*.a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig/*gnome* \ mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig/*gnome* \
${DESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib/pkgconfig
mv ${SRCPKGDESTDIR}/usr/share/gir-1.0/SoupGNOME* \ mv ${SRCPKGDESTDIR}/usr/share/gir-1.0/SoupGNOME* \

View file

@ -1,16 +1,20 @@
# Template file for 'libsoup' # Template file for 'libsoup'
pkgname=libsoup pkgname=libsoup
version=2.38.1 version=2.40.0
distfiles="${GNOME_SITE}/$pkgname/2.38/$pkgname-$version.tar.xz" revision=1
subpackages="$pkgname-gnome $pkgname-gnome-devel $pkgname-devel"
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config intltool gobject-introspection glib-devel libgcrypt-devel libgpg-error-devel libxml2-devel gnutls-devel sqlite-devel libgnome-keyring-devel" configure_args="--disable-static"
makedepends="pkg-config intltool gobject-introspection glib-devel
libgcrypt-devel libgpg-error-devel libxml2-devel gnutls-devel
sqlite-devel libgnome-keyring-devel>=3.6.0"
fulldepends="glib-networking" fulldepends="glib-networking"
revision=2
short_desc="HTTP library implementation in C" short_desc="HTTP library implementation in C"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
license="LGPL-2.1" license="LGPL-2.1"
checksum=71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a distfiles="${GNOME_SITE}/$pkgname/2.40/$pkgname-$version.tar.xz"
checksum=ef65eb6d48e9525ad0fb82f964d3001e86921330317b51082d3dd0afc41d2ea9
long_desc=" long_desc="
Libsoup is an HTTP library implementation in C. It was originally part Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but of a SOAP (Simple Object Access Protocol) implementation called Soup, but
@ -31,7 +35,3 @@ long_desc="
* Client support for Digest, NTLM, and Basic authentication * Client support for Digest, NTLM, and Basic authentication
* HTTP server * HTTP server
* Server support for Digest and Basic authentication" * Server support for Digest and Basic authentication"
subpackages="$pkgname-gnome $pkgname-gnome-devel $pkgname-devel"