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 C931115852A for ; Sat, 24 Aug 2024 17:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED784E2A68; Sat, 24 Aug 2024 17:06:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D4D20E2A68 for ; Sat, 24 Aug 2024 17:06:48 +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 2B72A342FB1 for ; Sat, 24 Aug 2024 17:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F4C01F19 for ; Sat, 24 Aug 2024 17:06:45 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1724519185.caac0e63f98d13f48ba4e303a1934c60f93b9617.ceamac@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-9999.ebuild X-VCS-Directories: gui-apps/wf-shell/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: caac0e63f98d13f48ba4e303a1934c60f93b9617 X-VCS-Branch: master Date: Sat, 24 Aug 2024 17:06:45 +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: 8c6d41de-47b1-4bed-a7de-f2036f01f154 X-Archives-Hash: 307396f66fcc8dc4819d165fbb928d5b commit: caac0e63f98d13f48ba4e303a1934c60f93b9617 Author: Viorel Munteanu gentoo org> AuthorDate: Sat Aug 24 16:52:54 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Aug 24 17:06:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caac0e63 gui-apps/wf-shell: sync live ebuild Signed-off-by: Viorel Munteanu gentoo.org> gui-apps/wf-shell/wf-shell-9999.ebuild | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 11f4142ea117..1be6243f8563 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wf-shell" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/wf-shell.git" - SLOT="0/0.8" + SLOT="0/0.10" else SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64" @@ -25,14 +25,22 @@ IUSE="+pulseaudio" RESTRICT="test" DEPEND=" + dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0[wayland] + dev-libs/glib:2 dev-libs/gobject-introspection + dev-libs/libsigc++:2 dev-libs/libdbusmenu[gtk3] >=gui-libs/gtk-layer-shell-0.6 dev-libs/wayland - >=gui-libs/wf-config-0.7.0 + >=gui-libs/wf-config-0.7.0:= gui-wm/wayfire - pulseaudio? ( media-libs/libpulse ) + x11-libs/cairo + x11-libs/gtk+:3 + pulseaudio? ( + media-libs/alsa-lib + media-libs/libpulse + ) " RDEPEND="${DEPEND} gui-apps/wayland-logout