Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/files/
Date: Wed, 23 May 2018 13:59:22
Message-Id: 1527083954.86c5fc23402880ae5a24116dabb21bebe27cc072.polynomial-c@gentoo
1 commit: 86c5fc23402880ae5a24116dabb21bebe27cc072
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 23 13:59:00 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed May 23 13:59:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c5fc23
7
8 media-gfx/inkscape: Use official upstream patch.
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 .../files/inkscape-0.92.3-freetype_pkgconfig.patch | 22 +++++++++++++++++++---
13 1 file changed, 19 insertions(+), 3 deletions(-)
14
15 diff --git a/media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch b/media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch
16 index 0f577bd0e9a..d00c23d8add 100644
17 --- a/media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch
18 +++ b/media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch
19 @@ -1,6 +1,19 @@
20 ---- inkscape-0.92.3/configure.ac
21 -+++ inkscape-0.92.3/configure.ac
22 -@@ -252,12 +252,9 @@
23 +From 62ed18b4d99e690298cc1984b6f2df2363d165fe Mon Sep 17 00:00:00 2001
24 +From: Lars Wendler <polynomial-c@g.o>
25 +Date: Fri, 18 May 2018 07:55:38 +0200
26 +Subject: [PATCH] Use pkg-config to find freetype
27 +
28 +As of freetype-2.9.1 the freetype-config file no longer gets installed
29 +by default.
30 +---
31 + configure.ac | 9 +++------
32 + 1 file changed, 3 insertions(+), 6 deletions(-)
33 +
34 +diff --git a/configure.ac b/configure.ac
35 +index 12a081612b..1b75e23670 100644
36 +--- a/configure.ac
37 ++++ b/configure.ac
38 +@@ -252,12 +252,9 @@ AC_CHECK_FUNCS([mallinfo], [
39 [#include <malloc.h>])
40 ])
41
42 @@ -16,3 +29,6 @@
43 AC_SUBST(FREETYPE_CFLAGS)
44 AC_SUBST(FREETYPE_LIBS)
45
46 +--
47 +2.17.0
48 +