[gnome-continuous] Update the build-api patch for GDK-Pixbuf



commit 19d3a03a6b2b34ebb64543d869138f0f97763b96
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Aug 3 11:49:05 2017 +0100

    Update the build-api patch for GDK-Pixbuf
    
    We need to disable man pages as well.

 patches/gdk-pixbuf-meson-buildapi.patch |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/patches/gdk-pixbuf-meson-buildapi.patch b/patches/gdk-pixbuf-meson-buildapi.patch
index 2092159..bfdaad1 100644
--- a/patches/gdk-pixbuf-meson-buildapi.patch
+++ b/patches/gdk-pixbuf-meson-buildapi.patch
@@ -1,26 +1,28 @@
-From a448ac02ff29310766d474e94d3fc304ad2e9cfc Mon Sep 17 00:00:00 2001
+From aa8964105ea2f005b1830f31eb6853a1f174020c Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Mon, 20 Feb 2017 11:33:49 +0000
 Subject: [PATCH] Add build-api wrapper for Meson/Ninja
 
 Use Meson and Ninja, instead of autotools.
 
+v4:
+  - Disable all documentation (docs and man pages)
 v3:
   - Enable CCache
   - Pass CC and CXX flags to meson and ninja
 v2:
   - Disable CCache
 ---
- configure | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 133 insertions(+)
+ configure | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 135 insertions(+)
  create mode 100755 configure
 
 diff --git a/configure b/configure
 new file mode 100755
-index 000000000..21e3be9db
+index 000000000..b77ad5832
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,133 @@
+@@ -0,0 +1,135 @@
 +#!/bin/bash
 +# configure script adapter for Meson
 +# Copyright 2010, 2011, 2013 Colin Walters <walters verbum org>
@@ -75,6 +77,7 @@ index 000000000..21e3be9db
 +sanitycheck MESON 'meson'
 +sanitycheck NINJA 'ninja' 'ninja-build'
 +
++# Default: disable all docs
 +enable_man='-Dwith_man=false'
 +enable_docs='-Denable-gtk-doc=false'
 +
@@ -151,6 +154,7 @@ index 000000000..21e3be9db
 +      --mandir=${mandir} \
 +      --default-library shared \
 +      ${enable_docs} \
++      ${enable_man} \
 +      ${srcdir}
 +
 +# vim: ai ts=8 noet sts=2 ft=sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]