[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon May 4 23:11:41 PDT 2015


 .travis.yml   |    4 ++--
 README.python |    8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit c60f3c8e1156fe7328d42851013cca97333c3bf7
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon May 4 23:10:32 2015 -0700

    [README.python] Add package name for gobject-introspection on Ubuntu

diff --git a/README.python b/README.python
index eabdf5b..cd31264 100644
--- a/README.python
+++ b/README.python
@@ -1,6 +1,10 @@
 To enable HarfBuzz bindings for Python among other languages, make sure
-you have latest version of gobject-introspection compiled, and then
-run autogen.sh (if building from git), and then:
+you have latest version of gobject-introspection available.  On Ubuntu,
+you can install that this way:
+
+  sudo apt-get install libgirepository1.0-dev
+
+And then run autogen.sh (if building from git), and then:
 
   ./configure --with-gobject --enable-introspection
 
commit 82010a4bdb32248deb1337a3357dfae5b203c48d
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon May 4 23:09:51 2015 -0700

    [travis] Comment out gobject-introspection again
    
    Apparently the version on Travis is 1.32.0, while we require 1.34.0.

diff --git a/.travis.yml b/.travis.yml
index cebabef..c491189 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,11 +15,11 @@ install:
   - sudo apt-get install libcairo2-dev # for utils
   - sudo apt-get install libicu-dev # for extra unicode functions
   - sudo apt-get install libgraphite2-dev # for extra shapers
-  - sudo apt-get install libgirepository1.0-dev # for gobject-introspection
+  - : #sudo apt-get install libgirepository1.0-dev # for gobject-introspection
   - sudo pip install cpp-coveralls # for coveralls.io code coverage tracking
 script:
   - NOCONFIGURE=1 ./autogen.sh
-  - ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 --enable-introspection
+  - ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
   - make && make check && { rm -f src/.libs/NONE.gcov; touch src/NONE; test $CC != gcc || coveralls; }
 notifications:
   irc: "irc.freenode.org#harfbuzz"


More information about the HarfBuzz mailing list