diff options
author | Peter Wagner <tripolar@gmx.at> | 2015-10-04 12:58:22 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2015-10-04 12:58:22 +0200 |
commit | c136bcbddbf9b02569b921a187fd00a8cd937cb5 (patch) | |
tree | 695a15b9dd90a24f407b09d3f0cb014fe305d75e /libs/glib2 | |
parent | 0879242705f5707ce21eae5137d5b5460ac5e975 (diff) |
glib2: update to 2.44.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'libs/glib2')
-rw-r--r-- | libs/glib2/Makefile | 6 | ||||
-rw-r--r-- | libs/glib2/patches/001-automake-compat.patch | 2 | ||||
-rw-r--r-- | libs/glib2/patches/100-fix-gio-linking.patch | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 80b9768bb..d8500e638 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.43.4 +PKG_VERSION:=2.44.1 PKG_RELEASE:=1 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) -PKG_SOURCE_URL:=@GNOME/glib/2.43 -PKG_MD5SUM:=2f28879252c660a65aa3139ec499776b +PKG_SOURCE_URL:=@GNOME/glib/2.44 +PKG_MD5SUM:=83efba4722a9674b97437d1d99af79db PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1 diff --git a/libs/glib2/patches/001-automake-compat.patch b/libs/glib2/patches/001-automake-compat.patch index 8f8ce37ab..602d3f15c 100644 --- a/libs/glib2/patches/001-automake-compat.patch +++ b/libs/glib2/patches/001-automake-compat.patch @@ -1,6 +1,6 @@ --- a/gtk-doc.make +++ b/gtk-doc.make -@@ -267,7 +267,7 @@ uninstall-local: +@@ -271,7 +271,7 @@ uninstall-local: # # Require gtk-doc when making dist # diff --git a/libs/glib2/patches/100-fix-gio-linking.patch b/libs/glib2/patches/100-fix-gio-linking.patch index b88859b1f..3ce57fcfc 100644 --- a/libs/glib2/patches/100-fix-gio-linking.patch +++ b/libs/glib2/patches/100-fix-gio-linking.patch @@ -1,6 +1,6 @@ --- a/gio/Makefile.am +++ b/gio/Makefile.am -@@ -700,6 +700,7 @@ bin_PROGRAMS = gio-querymodules glib-com +@@ -707,6 +707,7 @@ bin_PROGRAMS = gio-querymodules glib-com glib_compile_resources_LDADD = libgio-2.0.la \ $(top_builddir)/gobject/libgobject-2.0.la \ |