~ubuntu-desktop/gtk/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/003_gdk.pc_privates.patch

  • Committer: Gianfranco Costamagna
  • Date: 2018-07-02 10:05:37 UTC
  • Revision ID: costamagnagianfranco@yahoo.it-20180702100537-q9b1n6o6cmd9q9ev
Tags: 2.24.32-2ubuntu1
releasing package gtk+2.0 version 2.24.32-2ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: gtk+-2.24.31/configure.ac
2
 
===================================================================
3
 
--- gtk+-2.24.31.orig/configure.ac      2016-09-09 23:26:44.806340819 +0200
4
 
+++ gtk+-2.24.31/configure.ac   2016-09-09 23:26:44.806340819 +0200
5
 
@@ -1325,23 +1325,27 @@
 
1
From: Josselin Mouette <joss@debian.org>
 
2
Date: Sun, 18 Nov 2007 01:30:52 +0100
 
3
Subject: Generate correct Requires.private for gdk-2.0.pc
 
4
 
 
5
This contains all necessary dependencies for static linking, moving them
 
6
out of Requires.
 
7
 
 
8
Based on a GTK+ 3 commit by Matthias Clasen.
 
9
 
 
10
Origin: upstream, 3.3.6, commit:b558885221afa5cce0abbd42410877d58d8d2d9a
 
11
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=665326
 
12
---
 
13
 configure.ac  | 14 +++++++++-----
 
14
 gdk-2.0.pc.in |  1 +
 
15
 2 files changed, 10 insertions(+), 5 deletions(-)
 
16
 
 
17
diff --git a/configure.ac b/configure.ac
 
18
index 58d3492..7eb26f1 100644
 
19
--- a/configure.ac
 
20
+++ b/configure.ac
 
21
@@ -1325,23 +1325,27 @@ LDFLAGS="$saved_ldflags"
6
22
 
7
23
 # Pull in gio-unix for GDesktopAppInfo usage, see at least gdkapplaunchcontext-x11.c
8
24
 if test "x$gdktarget" = "xx11"; then
35
51
 AC_SUBST(GDK_EXTRA_LIBS)
36
52
 AC_SUBST(GDK_EXTRA_CFLAGS)
37
53
 AC_SUBST(GDK_DEP_LIBS)
38
 
Index: gtk+-2.24.31/gdk-2.0.pc.in
39
 
===================================================================
40
 
--- gtk+-2.24.31.orig/gdk-2.0.pc.in     2016-09-09 23:26:44.806340819 +0200
41
 
+++ gtk+-2.24.31/gdk-2.0.pc.in  2016-09-09 23:26:44.806340819 +0200
42
 
@@ -8,5 +8,6 @@
 
54
diff --git a/gdk-2.0.pc.in b/gdk-2.0.pc.in
 
55
index 5b2a5d8..9acba30 100644
 
56
--- a/gdk-2.0.pc.in
 
57
+++ b/gdk-2.0.pc.in
 
58
@@ -8,5 +8,6 @@ Name: GDK
43
59
 Description: GTK+ Drawing Kit (${target} target)
44
60
 Version: @VERSION@
45
61
 Requires: @GDK_PACKAGES@