
* [libnotify] created template * [libnotify] added homepage and description * [libnotify] added dependencies * [libnotify] patch location to docbook * [libnotify] more dependency work * [libnotify] reorder dependencies * [libnotify] added variant docbook * [libnotify] more accurate dependency version * [libnotify] xsltproc still needed * [libnotify] created test variant * [libnotify] added gtkdoc varient * [libnotify] cleaned up leftover fixme * [libnotify] flake8 * [libnotify] test variant became self.run_tests * [libnotify] pkgconfig is build dependency * [libnotify] commented out broken variants * [libnotify] flake8
12 lines
435 B
Diff
12 lines
435 B
Diff
--- a/meson.build 2020-03-30 14:00:26.851258170 -0400
|
|
+++ b/meson.build 2020-03-30 14:03:43.134195999 -0400
|
|
@@ -54,7 +54,7 @@
|
|
|
|
if get_option('man')
|
|
xsltproc = find_program('xsltproc', required: true)
|
|
- stylesheet = 'http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl'
|
|
+ stylesheet = 'http://cdn.docbook.org/release/xsl/current/manpages/docbook.xsl'
|
|
xsltproc_command = [
|
|
xsltproc,
|
|
'--nonet',
|