wok-next diff jack2/stuff/patches/fix-docdir.patch @ rev 20068

Up libcanberra (gtk2 and gtk3 support), vala (0.36.4), dconf (0.26.0), gucharmap3 (10.0.0), pycairo (1.15.3), pygobject3 (3.26.0), libgtop. Add dconf-editor, gtksourceview3.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 24 17:49:57 2017 +0300 (2017-10-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jack2/stuff/patches/fix-docdir.patch	Tue Oct 24 17:49:57 2017 +0300
     1.3 @@ -0,0 +1,16 @@
     1.4 +--- a/wscript
     1.5 ++++ b/wscript
     1.6 +@@ -433,10 +433,10 @@
     1.7 +         #bld.add_subdirs('tests')
     1.8 + 
     1.9 +     if bld.env['BUILD_DOXYGEN_DOCS'] == True:
    1.10 +-        html_docs_source_dir = "build/default/html"
    1.11 ++        html_docs_source_dir = "html"
    1.12 +         if bld.cmd == 'install':
    1.13 +-            share_dir = bld.options.destdir + bld.env['PREFIX'] + '/share/jack-audio-connection-kit'
    1.14 +-            html_docs_install_dir = share_dir + '/reference/html/'
    1.15 ++            doc_dir = bld.options.destdir + bld.env['PREFIX'] + '/share/doc/jack-audio-connection-kit-' + VERSION
    1.16 ++            html_docs_install_dir = doc_dir + '/reference/html/'
    1.17 +             if os.path.isdir(html_docs_install_dir):
    1.18 +                 Logs.pprint('CYAN', "Removing old doxygen documentation installation...")
    1.19 +                 shutil.rmtree(html_docs_install_dir)