all repos — la-ninpre-overlay @ e14f142cdaa99f56e4d8e68becf9af352c99babc

personal gentoo overlay

gui-libs/libpanel/files/libpanel-1.0.1-gtk-doc-dir.patch (view raw)

 1--- a/docs/meson.build
 2+++ b/docs/meson.build
 3@@ -6,7 +6,7 @@ if get_option('docs').allowed() and get_option('introspection').allowed()
 4 
 5   gidocgen = find_program('gi-docgen')
 6 
 7-  docdir = datadir / 'doc'
 8+  docdir = datadir / 'gtk-doc/html'
 9 
10   toml_conf = configuration_data()
11   toml_conf.set('PANEL_VERSION', meson.project_version())
12@@ -19,7 +19,7 @@ if get_option('docs').allowed() and get_option('introspection').allowed()
13 
14   custom_target('panel-doc',
15     input:  libpanel_gir[0],
16-    output: 'panel-1.0',
17+    output: 'libpanel-1.0',
18     command: [
19       gidocgen,
20       'generate',