libsoup: update to 2.40.1.
This commit is contained in:
parent
2464fce1d4
commit
4af97ecfa5
5 changed files with 6 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libsoup-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="glib-devel libxml2-devel libsoup>=${version}"
|
||||
depends="glib-devel libxml2-devel libsoup-${version}_${revision}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libsoup-gnome-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="libsoup-devel>=${version} libsoup-gnome>=${version}"
|
||||
depends="libsoup-devel-${version}_${revision} libsoup-gnome-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - GNOME development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
libsoup-2.4.so.1
|
||||
libxml2.so.2
|
||||
libz.so.1
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libsqlite3.so.0
|
||||
|
|
|
@ -2,5 +2,4 @@ libgio-2.0.so.0
|
|||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libxml2.so.2
|
||||
libz.so.1
|
||||
libc.so.6
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'libsoup'
|
||||
pkgname=libsoup
|
||||
version=2.40.0
|
||||
version=2.40.1
|
||||
revision=1
|
||||
subpackages="$pkgname-gnome $pkgname-gnome-devel $pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
libgcrypt-devel libgpg-error-devel libxml2-devel gnutls-devel
|
||||
sqlite-devel libgnome-keyring-devel>=3.6.0"
|
||||
fulldepends="glib-networking"
|
||||
short_desc="HTTP library implementation in C"
|
||||
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=ef65eb6d48e9525ad0fb82f964d3001e86921330317b51082d3dd0afc41d2ea9
|
||||
checksum=77a55d57e7e8055acd2f44e0cc889b9ba48052e8b7f07e829157d57417ac650a
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue