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 B36B51581FB for ; Sat, 24 Aug 2024 17:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7849BE2A70; Sat, 24 Aug 2024 17:06:49 +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 62DBBE2A70 for ; Sat, 24 Aug 2024 17:06:49 +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 378C4342FB4 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 732D51F1A 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.2ca8e6db7d6b31e91bf76cd0df36cea2c11229da.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wcm/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wcm/wcm-9999.ebuild X-VCS-Directories: gui-apps/wcm/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 2ca8e6db7d6b31e91bf76cd0df36cea2c11229da 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: af672840-2b60-43a3-a1f1-f53a1e4ecb07 X-Archives-Hash: b0950c83271ea8e42ca60889b0a82a00 commit: 2ca8e6db7d6b31e91bf76cd0df36cea2c11229da Author: Viorel Munteanu gentoo org> AuthorDate: Sat Aug 24 16:53:24 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=2ca8e6db gui-apps/wcm: sync live ebuild Signed-off-by: Viorel Munteanu gentoo.org> gui-apps/wcm/wcm-9999.ebuild | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild index d08911344293..a2161dc88469 100644 --- a/gui-apps/wcm/wcm-9999.ebuild +++ b/gui-apps/wcm/wcm-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wcm" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git" - SLOT="0/0.9" + SLOT="0/0.10" else SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64" @@ -22,19 +22,25 @@ LICENSE="MIT" RESTRICT="test" # no tests -CDEPEND=" +COMMON_DEPEND=" + dev-cpp/glibmm:2 + dev-cpp/gtkmm:3.0[wayland] + dev-libs/glib:2 dev-libs/libevdev + dev-libs/libsigc++:2 dev-libs/libxml2 dev-libs/wayland - dev-cpp/gtkmm:3.0[wayland] - gui-apps/wf-shell - >=gui-libs/wf-config-0.6.0 - gui-wm/wayfire + gui-apps/wf-shell:${SLOT} + gui-libs/wf-config:${SLOT} + gui-wm/wayfire:${SLOT} + media-libs/libepoxy + x11-libs/cairo + x11-libs/gtk+:3 x11-libs/libxkbcommon " -RDEPEND="${CDEPEND}" +RDEPEND="${COMMON_DEPEND}" DEPEND=" - ${CDEPEND} + ${COMMON_DEPEND} dev-libs/wayland-protocols " BDEPEND=" @@ -42,6 +48,12 @@ BDEPEND=" virtual/pkgconfig " +src_prepare() { + default + + sed 's/DestkopSettings/DesktopSettings/' -i wayfire-config-manager.desktop +} + src_configure() { local emesonargs=( -Dwf_shell=enabled