- 13 Mar, 2019 2 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
-
- 24 Jan, 2019 5 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
- 22 Jan, 2019 4 commits
-
-
Ralf Habacker authored
Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
- 21 Dec, 2018 1 commit
-
-
Ralf Habacker authored
This is required to support a custom installation layout, e.g. the KDE binary factory.
-
- 20 Nov, 2018 2 commits
-
-
Ralf Habacker authored
Using xsltproc helps to reduce manual editing of xml doc and avoids cyclic dependency (kdelibs depends on dbus and dbus depends on kdelibs). It is available on all platforms (in the opposite to xmlto) and supports freedesktop CI out of the box. This commit adds docbook-xml and docbook-xsl as new dependency for cmake and removes obsolate xmlto support, which depends on xsltproc.
-
Ralf Habacker authored
There is now a top-level target "doc" that is always built. Depending on the detected generators it depends on optional targets like apidoc' and 'devhelp2'.
-
- 16 Nov, 2018 1 commit
-
-
Ralf Habacker authored
-
- 24 Feb, 2015 1 commit
-
-
Simon McVittie authored
If OS builders (distributions) have chosen to use the per-user bus, this provides two possible modes of operation for compatibility with existing X session startup hooks. A legacy-free system can just upload DISPLAY, XAUTHORITY and possibly DBUS_SESSION_BUS_ADDRESS into dbus-daemon's and systemd's activation environments, similar to http://cgit.freedesktop.org/systemd/systemd/tree/xorg/50-systemd-user.sh installed by systemd (but unlike systemctl, dbus-update-activation-environment works for traditional D-Bus-activated services, not just for systemd services). A system where compatibility is required for environment variables exported by snippets in /etc/X11/xinit/xinitrc.d (in Red Hat derivatives, Gentoo, etc.) or /etc/X11/Xsession.d (Debian derivatives) can upload the entire environment of the X session, minus some selected environment variables which are specific to a login session (notably XDG_SESSION_ID). In Debian, I plan to put the former in a new dbus-user-session package that enables a user-session-centric mode of operation for D-Bus, and the latter in the existing dbus-x11 package, with the intention that dbus-x11 eventually becomes a tool for change-averse setups or goes away entirely. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61301 Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk>
-
- 12 Feb, 2015 1 commit
-
-
Simon McVittie authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89086 Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk>
-
- 20 Mar, 2014 1 commit
-
-
xmlto is a shell script, it needs to be fed MSYSsy filenames. This patch adds a cygpath invocation for filename conversion (autotools do that automatically, for CMake you have to spell it out). Cygwpath is available in MSYS2 (and Cygwin, obviously). When cygpath is not available, use MSYS-specific pwd extension to get W32 path. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=75860 Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
- 24 Jun, 2013 1 commit
-
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64875 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 18 Jun, 2013 2 commits
-
-
Ralf Habacker authored
This patch fixes an issues that xml documentation is generated on all builds regardless if related files has been changed or not. The patch adds a global xmldoc make target to which all generated html or man files are added as build dependency. Each dependency itself depends on related CMakeLists.txt and the xml file generated from the related xml.in file. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64058 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64058 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 04 Mar, 2013 1 commit
-
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61637 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 14 Feb, 2013 4 commits
-
-
Simon McVittie authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de> [dropped whitespace changes per Ralf's review -smcv] Signed-off-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
[removed commented line -smcv] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 29 Jan, 2013 1 commit
-
-
Ralf Habacker authored
We shouldn't try to build the documentation with meinproc *and* xmlto. Prefer xmlto, since it's also the one we use under Autotools. We still need to support meinproc as a fallback, because xmlto isn't available on Windows. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59733 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 27 Apr, 2010 1 commit
-
-
Ralf Habacker authored
-
- 09 Apr, 2010 1 commit
-
-
Ralf Habacker authored
-
- 30 Mar, 2010 1 commit
-
-
Ralf Habacker authored
-
- 29 Mar, 2010 1 commit
-
-
Ralf Habacker authored
-
- 10 Feb, 2010 2 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
fixed xml doc generating for cmake build system - supported docbook generator is currently kde's meinproc4, xmlto may also work but need still some checks
-
- 15 Mar, 2007 1 commit
-
-
Ralf Habacker authored
-
- 14 Mar, 2007 1 commit
-
-
Ralf Habacker authored
-