diff --git a/srcpkgs/libsoup/libsoup-devel.template b/srcpkgs/libsoup/libsoup-devel.template index ab44ec138c4..d19fc01d1b4 100644 --- a/srcpkgs/libsoup/libsoup-devel.template +++ b/srcpkgs/libsoup/libsoup-devel.template @@ -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 diff --git a/srcpkgs/libsoup/libsoup-gnome-devel.template b/srcpkgs/libsoup/libsoup-gnome-devel.template index 7f6769c20e7..623b87b2116 100644 --- a/srcpkgs/libsoup/libsoup-gnome-devel.template +++ b/srcpkgs/libsoup/libsoup-gnome-devel.template @@ -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 } diff --git a/srcpkgs/libsoup/libsoup-gnome.template b/srcpkgs/libsoup/libsoup-gnome.template index 8db078b989c..8f8e05c99ce 100644 --- a/srcpkgs/libsoup/libsoup-gnome.template +++ b/srcpkgs/libsoup/libsoup-gnome.template @@ -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 } diff --git a/srcpkgs/libsoup/template b/srcpkgs/libsoup/template index 4bb05bf7fb6..04b792c2070 100644 --- a/srcpkgs/libsoup/template +++ b/srcpkgs/libsoup/template @@ -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 " 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