]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
pango: bump to version 1.38.1
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 14 Oct 2015 17:04:09 +0000 (14:04 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Oct 2015 20:28:14 +0000 (22:28 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pango/0001-no-tests.patch
package/pango/pango.hash
package/pango/pango.mk

index e6777f6bcae42f373e55aae065d3adc0a56657c7..734409db6828a5b68ed2560b82f0da97fbd292af 100644 (file)
@@ -3,25 +3,28 @@ Prevent Pango to build tests.
 Updated to Pango 1.36.3 by Hadrien Boutteville.
 
 Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
+[Gustavo: update for 1.38.1]
 
---- a/Makefile.am
-+++ b/Makefile.am
+diff -Nura pango-1.38.1.orig/Makefile.am pango-1.38.1/Makefile.am
+--- pango-1.38.1.orig/Makefile.am      2015-10-14 15:41:27.620016974 +0000
++++ pango-1.38.1/Makefile.am   2015-10-14 15:41:54.431240793 +0000
 @@ -1,6 +1,6 @@
  ## Process this file with automake to create Makefile.in.
  
--SUBDIRS= pango modules pango-view examples docs tools tests build
-+SUBDIRS= pango modules pango-view examples docs tools build
+-SUBDIRS= pango pango-view examples docs tools tests build
++SUBDIRS= pango pango-view examples docs tools build
  
  EXTRA_DIST =                  \
        autogen.sh              \
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -418,7 +418,7 @@ target_alias = @target_alias@
+diff -Nura pango-1.38.1.orig/Makefile.in pango-1.38.1/Makefile.in
+--- pango-1.38.1.orig/Makefile.in      2015-10-14 15:41:27.630016685 +0000
++++ pango-1.38.1/Makefile.in   2015-10-14 15:41:58.753115676 +0000
+@@ -417,7 +417,7 @@
  top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
--SUBDIRS = pango modules pango-view examples docs tools tests build
-+SUBDIRS = pango modules pango-view examples docs tools build
+-SUBDIRS = pango pango-view examples docs tools tests build
++SUBDIRS = pango pango-view examples docs tools build
  EXTRA_DIST = \
        autogen.sh              \
        pango.pc.in             \
index 3486001489d19ab5f5cde8834d71b67274e7fd49..792ac05758b858bfd73611810f2645b91dc48761 100644 (file)
@@ -1,2 +1,2 @@
-# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.36/pango-1.36.8.sha256sum
-sha256 18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07        pango-1.36.8.tar.xz
+# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.36/pango-1.38.1.sha256sum
+sha256 1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7        pango-1.38.1.tar.xz
index 75e2d1bc0aedca033915f056f2d60ee9fcc1292f..19d6509286f37b3397d35df81a9fe2937d95dbb5 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-PANGO_VERSION_MAJOR = 1.36
-PANGO_VERSION = $(PANGO_VERSION_MAJOR).8
+PANGO_VERSION_MAJOR = 1.38
+PANGO_VERSION = $(PANGO_VERSION_MAJOR).1
 PANGO_SOURCE = pango-$(PANGO_VERSION).tar.xz
 PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/$(PANGO_VERSION_MAJOR)
 PANGO_AUTORECONF = YES