Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
pango: bump to version 1.40.4
Browse files Browse the repository at this point in the history
Update test-disabling patch for new version, and git format it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  • Loading branch information
gustavoz authored and tpetazzoni committed Mar 6, 2017
1 parent e9e594d commit a10d7bc
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 33 deletions.
39 changes: 39 additions & 0 deletions package/pango/0001-build-disable-tests-from-building.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
From cde9a78711e8eaed0aefb9e36288f22918e8d4b2 Mon Sep 17 00:00:00 2001
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
Date: Thu, 2 Mar 2017 09:41:41 -0300
Subject: [PATCH] build: disable tests from building

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
Makefile.am | 2 +-
Makefile.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9e31b34..32e5c29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in.

-SUBDIRS= pango pango-view examples docs tools tests win32
+SUBDIRS= pango pango-view examples docs tools win32

EXTRA_DIST = \
autogen.sh \
diff --git a/Makefile.in b/Makefile.in
index 6b6f6c7..ed0cfa2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -418,7 +418,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = pango pango-view examples docs tools tests win32
+SUBDIRS = pango pango-view examples docs tools win32
EXTRA_DIST = \
autogen.sh \
pango.pc.in \
--
2.10.2

30 changes: 0 additions & 30 deletions package/pango/0001-no-tests.patch

This file was deleted.

4 changes: 2 additions & 2 deletions package/pango/pango.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.40/pango-1.40.3.sha256sum
sha256 abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3 pango-1.40.3.tar.xz
# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.40/pango-1.40.4.sha256sum
sha256 f8fdc5fc66356dc4edf915048cceeee065a0e0cb70b3b2598f62bda320129a3e pango-1.40.4.tar.xz
2 changes: 1 addition & 1 deletion package/pango/pango.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
################################################################################

PANGO_VERSION_MAJOR = 1.40
PANGO_VERSION = $(PANGO_VERSION_MAJOR).3
PANGO_VERSION = $(PANGO_VERSION_MAJOR).4
PANGO_SOURCE = pango-$(PANGO_VERSION).tar.xz
PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/$(PANGO_VERSION_MAJOR)
PANGO_AUTORECONF = YES
Expand Down

0 comments on commit a10d7bc

Please sign in to comment.