Browse Source

glib2: update to 2.44.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner 9 years ago
parent
commit
c136bcbddb

+ 3
- 3
libs/glib2/Makefile View File

@@ -8,13 +8,13 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=glib2
11
-PKG_VERSION:=2.43.4
11
+PKG_VERSION:=2.44.1
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
15 15
 PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
16
-PKG_SOURCE_URL:=@GNOME/glib/2.43
17
-PKG_MD5SUM:=2f28879252c660a65aa3139ec499776b
16
+PKG_SOURCE_URL:=@GNOME/glib/2.44
17
+PKG_MD5SUM:=83efba4722a9674b97437d1d99af79db
18 18
 
19 19
 PKG_BUILD_PARALLEL:=1
20 20
 HOST_BUILD_PARALLEL:=1

+ 1
- 1
libs/glib2/patches/001-automake-compat.patch View File

@@ -1,6 +1,6 @@
1 1
 --- a/gtk-doc.make
2 2
 +++ b/gtk-doc.make
3
-@@ -267,7 +267,7 @@ uninstall-local:
3
+@@ -271,7 +271,7 @@ uninstall-local:
4 4
  #
5 5
  # Require gtk-doc when making dist
6 6
  #

+ 1
- 1
libs/glib2/patches/100-fix-gio-linking.patch View File

@@ -1,6 +1,6 @@
1 1
 --- a/gio/Makefile.am
2 2
 +++ b/gio/Makefile.am
3
-@@ -700,6 +700,7 @@ bin_PROGRAMS = gio-querymodules glib-com
3
+@@ -707,6 +707,7 @@ bin_PROGRAMS = gio-querymodules glib-com
4 4
  
5 5
  glib_compile_resources_LDADD = libgio-2.0.la 		\
6 6
  	$(top_builddir)/gobject/libgobject-2.0.la	\