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 1F4C615838C for ; Fri, 19 Jan 2024 13:55:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62262E2A66; Fri, 19 Jan 2024 13:55:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 352DBE2A6F for ; Fri, 19 Jan 2024 13:55:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 819793432FB for ; Fri, 19 Jan 2024 13:55:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C534D14C3 for ; Fri, 19 Jan 2024 13:55:15 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1705672500.087b596e59c746c9f6d98284ba1ba43f1e138fce.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wf-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild gui-apps/wf-shell/wf-shell-0.8.0.ebuild gui-apps/wf-shell/wf-shell-9999.ebuild X-VCS-Directories: gui-apps/wf-shell/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 087b596e59c746c9f6d98284ba1ba43f1e138fce X-VCS-Branch: master Date: Fri, 19 Jan 2024 13:55:15 +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: 62b96922-f26f-4e1f-af1f-ac322b5c7074 X-Archives-Hash: 5c3b716b78553a7216709feb256828e4 commit: 087b596e59c746c9f6d98284ba1ba43f1e138fce Author: Alfred Wingate protonmail com> AuthorDate: Sun Dec 31 13:17:40 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Jan 19 13:55:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087b596e gui-apps/wf-shell: require gtk3 use flag to be enabled in libdbusmenu Closes: https://bugs.gentoo.org/921102 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34390 Signed-off-by: Ben Kohler gentoo.org> gui-apps/wf-shell/{wf-shell-0.8.0.ebuild => wf-shell-0.8.0-r1.ebuild} | 2 +- gui-apps/wf-shell/wf-shell-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/wf-shell/wf-shell-0.8.0.ebuild b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild similarity index 97% rename from gui-apps/wf-shell/wf-shell-0.8.0.ebuild rename to gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild index 1cfcb8cbb345..76d207ac4e25 100644 --- a/gui-apps/wf-shell/wf-shell-0.8.0.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" DEPEND=" dev-cpp/gtkmm:3.0[wayland] dev-libs/gobject-introspection - dev-libs/libdbusmenu + dev-libs/libdbusmenu[gtk3] >=gui-libs/gtk-layer-shell-0.6 dev-libs/wayland gui-libs/wf-config:${SLOT} diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 1cfcb8cbb345..76d207ac4e25 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" DEPEND=" dev-cpp/gtkmm:3.0[wayland] dev-libs/gobject-introspection - dev-libs/libdbusmenu + dev-libs/libdbusmenu[gtk3] >=gui-libs/gtk-layer-shell-0.6 dev-libs/wayland gui-libs/wf-config:${SLOT}