[rhythmbox] work around an intltool bug so distcheck passes



commit e772b7cfad10a8b298d9058be437ae7018372b7f
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Jan 24 12:28:03 2016 +1000

    work around an intltool bug so distcheck passes
    
    intltool-update -m doesn't properly handle POTFILES.skip entries for
    generated files when builddir != srcdir.  distcheck involves running
    intltool-update -m with builddir != srcdir, but we can trick it into
    passing by specifying the locations of the generated files too.
    
    intltool bug: https://bugs.launchpad.net/intltool/+bug/1117944

 po/POTFILES.skip |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 0929acb..c63ccce 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -3,3 +3,8 @@
 data/rhythmbox.desktop.in
 data/rhythmbox-device.desktop.in
 data/org.gnome.rhythmbox.gschema.xml
+
+# these entries work around an intltool bug so distcheck passes
+# https://bugs.launchpad.net/intltool/+bug/1117944
+sub/data/rhythmbox.desktop.in
+sub/data/rhythmbox-device.desktop.in


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