Don't install systemd units unless using libsystemd session tracking. Submitted upstream: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/134 diff --git a/data/meson.build b/data/meson.build --- a/data/meson.build +++ b/data/meson.build @@ -26,7 +26,7 @@ if enable_pam ) endif -if enable_logind +if session_tracking == 'libsystemd-login' configure_file( input: 'polkit.service.in', output: '@BASENAME@', diff --git a/meson.build b/meson.build --- a/meson.build +++ b/meson.build @@ -199,7 +199,7 @@ if enable_logind # systemd unit / service files systemd_systemdsystemunitdir = get_option('systemdsystemunitdir') - if systemd_systemdsystemunitdir == '' + if systemd_systemdsystemunitdir == '' and session_tracking == 'libsystemd-login' systemd_dep = dependency('systemd', not_found_message: 'systemd required but not found, please provide a valid systemd user unit dir or disable it') # FIXME: systemd.pc file does not use variables with relative paths, so `define_variable` cannot be used systemd_systemdsystemunitdir = systemd_dep.get_pkgconfig_variable('systemdsystemunitdir') href='/guix/refs/?id=f95bf8436ae4bd5eb45077d8d8f04126184aefc2'>refslogtreecommitdiff
path: root/gnu/packages/gimp.scm
AgeCommit message (Collapse)Author
2023-01-03gnu: Remove Glimpse.Leo Famulari
This package no longer builds and is abandoned upstream: https://glimpse-editor.org/posts/a-project-on-hiatus/ * gnu/packages/gimp.scm (gegl-for-glimpse, glimpse): Remove variables.
2022-08-30gnu: babl: Update to 0.1.96.Marius Bakke
* gnu/packages/gimp.scm (babl): Update to 0.1.96.
2022-06-18gnu: gimp: Update to 2.10.32.Vinicius Monego
* gnu/packages/gimp.scm (gimp): Update to 2.10.32.
2022-06-18gnu: gegl: Update to 0.4.36.Vinicius Monego
* gnu/packages/gimp.scm (gegl): Update to 0.4.36.
2022-06-18gnu: babl: Update to 0.1.92.Vinicius Monego
* gnu/packages/gimp.scm (babl): Update to 0.1.92.
2022-05-31gnu: glimpse: Drop Python 2 support.Maxim Cournoyer
* gnu/packages/gimp.scm (glimpse)[source]: Fix indentation. [arguments]: Use gexps. [phases]{install-sitecustomize}: Delete phase. [native-inputs]: Use new style. [inputs]: Use new style. Delete python-2 and python2-pygtk.
2022-05-31gnu: gimp: Drop Python 2 support.Maxim Cournoyer
* gnu/packages/gimp.scm (gimp)[inputs]: Delete python-2 and python2-pygtk. [configure-flags]: Use gexps. Add "--disable-python". [phases]: Delete argument. [inputs, native-inputs]: Use new style.