commit:     125eb342e969cfe7f99581d617669b5b0e74bb0d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 17 18:38:30 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 13:36:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125eb342

gui-apps/waybar: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30632
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 gui-apps/waybar/files/systemd-0.9.17.patch | 35 ------------------------------
 1 file changed, 35 deletions(-)

diff --git a/gui-apps/waybar/files/systemd-0.9.17.patch 
b/gui-apps/waybar/files/systemd-0.9.17.patch
deleted file mode 100644
index 7d6c8dd10b38..000000000000
--- a/gui-apps/waybar/files/systemd-0.9.17.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/meson.build b/meson.build
-index ebf68d4..3c2a7fd 100644
---- a/meson.build
-+++ b/meson.build
-@@ -122,7 +122,6 @@ endif
- gtk_layer_shell = dependency('gtk-layer-shell-0',
-         required: get_option('gtk-layer-shell'),
-         fallback : ['gtk-layer-shell', 'gtk_layer_shell_dep'])
--systemd = dependency('systemd', required: get_option('systemd'))
- tz_dep = dependency('date',
-     required: false,
-     default_options : [ 'use_system_tzdb=true' ],
-@@ -136,16 +135,12 @@ conf_data.set('prefix', prefix)
- 
- add_project_arguments('-DSYSCONFDIR="/@0@"'.format(join_paths(prefix, 
sysconfdir)), language : 'cpp')
- 
--if systemd.found()
--  user_units_dir = systemd.get_pkgconfig_variable('systemduserunitdir')
--
--  configure_file(
--    configuration: conf_data,
--    input: './resources/waybar.service.in',
--    output: '@BASENAME@',
--    install_dir: user_units_dir
--  )
--endif
-+configure_file(
-+  configuration: conf_data,
-+  input: './resources/waybar.service.in',
-+  output: '@BASENAME@',
-+  install_dir: '/usr/lib/systemd/user'
-+)
- 
- src_files = files(
-     'src/factory.cpp',

Reply via email to