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 123EC15838C for ; Fri, 19 Jan 2024 13:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0290CE2A61; Fri, 19 Jan 2024 13:55:18 +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 D540FE2A61 for ; Fri, 19 Jan 2024 13:55:17 +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 CF62A3432FB for ; Fri, 19 Jan 2024 13:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BF971082 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: <1705672498.345967eeb0087b6a8583e9518401658acff1dd30.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wcm/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wcm/Manifest gui-apps/wcm/wcm-0.8.0.ebuild X-VCS-Directories: gui-apps/wcm/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 345967eeb0087b6a8583e9518401658acff1dd30 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: 177916f1-1231-4820-bf6b-e03f0b258571 X-Archives-Hash: ef0222d60a4fc376e89598bd5b479a9f commit: 345967eeb0087b6a8583e9518401658acff1dd30 Author: Alfred Wingate protonmail com> AuthorDate: Thu Dec 21 07:20:51 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Jan 19 13:54:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345967ee gui-apps/wcm: add 0.8.0 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Ben Kohler gentoo.org> gui-apps/wcm/Manifest | 1 + gui-apps/wcm/wcm-0.8.0.ebuild | 52 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest index b31d3ba2088e..c66c8c7ff66d 100644 --- a/gui-apps/wcm/Manifest +++ b/gui-apps/wcm/Manifest @@ -1,2 +1,3 @@ DIST wcm-0.7.0.tar.xz 263952 BLAKE2B 6e8761b75d5e37e49a1ba1e9b2a045c7350fa28642d26f1f66b0513fdb4130495f43bcae137184bf5bd2f0f2a0d5a81891459819d692a84b66b96c7d1440ee7e SHA512 190d8befafac69c27d99d10113160a1806a9dbd83f740216dd38e9cbe3c2638817b3471c9f46b60642e91abe02fbb72458b61f07bda9cd5fc5dbc7cdf880c6bb DIST wcm-0.7.5.tar.xz 394096 BLAKE2B cf0fe0d1c1e1fa2660a28a61cd9d52ac6fa3c9cceab43788b75f4359e1495dd2ddd767cb1f030afec4dadc2b7ef3c260ba83566a70a794dee8d3bb34427754fd SHA512 d41def6cd002405c5fe81502cd19fb958399d25709e35fd5ffdfb862d6c5011f75c9ddf9110b40519a570457870ed2290c92c96f29a3be7db1e7802e122ebbe2 +DIST wcm-0.8.0.tar.xz 430960 BLAKE2B 4d845edc631bda6b3fbee181d64897b366f4e73af7fef0e912f0a5dc9c7db4dc731319b6c25ce3e2206cc05c908ee402e01ed914cba4ccc63b0d52b9980b7414 SHA512 43d863cfd44dc10874f6ac0c511cd07d84721c53955315fb6eed54ba5f6ac9ebcdcf19e515639deafb333d8e45d95ce8e5222ce1d3344fc7d72f09b018bf517e diff --git a/gui-apps/wcm/wcm-0.8.0.ebuild b/gui-apps/wcm/wcm-0.8.0.ebuild new file mode 100644 index 000000000000..e1cf56f1e071 --- /dev/null +++ b/gui-apps/wcm/wcm-0.8.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson xdg + +DESCRIPTION="Wayfire Config Manager" +HOMEPAGE="https://github.com/WayfireWM/wcm" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git" + SLOT="0/9999" +else + SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm64 ~x86" + SLOT="0/$(ver_cut 1-2)" +fi + +LICENSE="MIT" + +RESTRIC="test" # no tests + +CDEPEND=" + dev-libs/libevdev + dev-libs/libxml2 + dev-libs/wayland + dev-cpp/gtkmm:3.0[wayland] + gui-apps/wf-shell:${SLOT} + gui-libs/wf-config:${SLOT} + gui-wm/wayfire:${SLOT} + x11-libs/libxkbcommon +" +RDEPEND="${CDEPEND}" +DEPEND=" + ${CDEPEND} + dev-libs/wayland-protocols +" +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Dwf_shell=enabled + -Denable_wdisplays=true + ) + + meson_src_configure +}