summaryrefslogtreecommitdiff
path: root/package/libsoup
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-24 19:50:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-24 19:51:33 +0200
commit4168d0473893c32537a2a8883d4c869b5e68c7f2 (patch)
tree76fc7108c5458d941a37693711681027e03e362a /package/libsoup
parent1cb95227164f4e5a8482014de52825334c53bf47 (diff)
libsoup: update to 2.60.1
Diffstat (limited to 'package/libsoup')
-rw-r--r--package/libsoup/Makefile8
-rw-r--r--package/libsoup/patches/patch-Makefile_am20
-rw-r--r--package/libsoup/patches/patch-configure_ac10
3 files changed, 3 insertions, 35 deletions
diff --git a/package/libsoup/Makefile b/package/libsoup/Makefile
index db5f83076..e48dab11f 100644
--- a/package/libsoup/Makefile
+++ b/package/libsoup/Makefile
@@ -4,19 +4,17 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libsoup
-PKG_VERSION:= 2.44.2
+PKG_VERSION:= 2.60.1
PKG_RELEASE:= 1
-PKG_HASH:= e7e4b5ab74a6c00fc267c9f5963852d28759ad3154dab6388e2d6e1962d598f3
+PKG_HASH:= 023930032b20e6b14764feb847ea80d9e170622dee7370215d6feb9967b6aa9d
PKG_DESCR:= http client/server library
PKG_SECTION:= libs/net
PKG_DEPENDS:= libsqlite glib
PKG_BUILDDEP:= sqlite glib
PKG_URL:= https://wiki.gnome.org/LibSoup
-PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.44/
+PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.60/
PKG_OPTS:= dev
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBSOUP,libsoup,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
diff --git a/package/libsoup/patches/patch-Makefile_am b/package/libsoup/patches/patch-Makefile_am
deleted file mode 100644
index 50a47de27..000000000
--- a/package/libsoup/patches/patch-Makefile_am
+++ /dev/null
@@ -1,20 +0,0 @@
---- libsoup-2.44.2.orig/Makefile.am 2013-11-11 16:02:00.000000000 +0100
-+++ libsoup-2.44.2/Makefile.am 2014-04-14 17:24:56.713849496 +0200
-@@ -1,7 +1,7 @@
- ## Process this file with automake to produce Makefile.in
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
--SUBDIRS = libsoup po tests examples docs
-+SUBDIRS = libsoup
-
- EXTRA_DIST = \
- data/effective_tld_names.dat \
-@@ -12,8 +12,6 @@ EXTRA_DIST = \
- m4/introspection.m4 \
- Makefile.glib
-
--DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
--
- pkgconfigdir = $(libdir)/pkgconfig
-
- pkgconfig_DATA = libsoup-2.4.pc
diff --git a/package/libsoup/patches/patch-configure_ac b/package/libsoup/patches/patch-configure_ac
deleted file mode 100644
index 099b01b2a..000000000
--- a/package/libsoup/patches/patch-configure_ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- libsoup-2.44.2.orig/configure.ac 2013-11-11 23:40:56.000000000 +0100
-+++ libsoup-2.44.2/configure.ac 2014-04-14 17:20:43.656655730 +0200
-@@ -116,7 +116,6 @@ AM_CONDITIONAL(OS_WIN32, [test $os_win32
- dnl ************************
- dnl *** gettext/intltool ***
- dnl ************************
--IT_PROG_INTLTOOL([0.35.0])
- GETTEXT_PACKAGE=libsoup
- AC_SUBST([GETTEXT_PACKAGE])
- AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[The gettext domain name])