From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A566515ACFB for ; Tue, 18 Apr 2023 13:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 994DEE08DA; Tue, 18 Apr 2023 13:41:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAAF3E08F7 for ; Tue, 18 Apr 2023 13:41:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E47D340C7F for ; Tue, 18 Apr 2023 13:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 128D3A3A for ; Tue, 18 Apr 2023 13:41:22 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1681824983.125eb342e969cfe7f99581d617669b5b0e74bb0d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waybar/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waybar/files/systemd-0.9.17.patch X-VCS-Directories: gui-apps/waybar/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 125eb342e969cfe7f99581d617669b5b0e74bb0d X-VCS-Branch: master Date: Tue, 18 Apr 2023 13:41:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8177730c-687f-4d4f-968c-dbe7ac0a6127 X-Archives-Hash: b995c52e19e7b45f33bad1b8440e320c commit: 125eb342e969cfe7f99581d617669b5b0e74bb0d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Apr 17 18:38:30 2023 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30632 Signed-off-by: Conrad Kostecki 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',