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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D2491382C5 for ; Sun, 17 May 2020 15:55:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C5FDE0903; Sun, 17 May 2020 15:55:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F9C1E0903 for ; Sun, 17 May 2020 15:55:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF34334EF75 for ; Sun, 17 May 2020 15:55:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D457F238 for ; Sun, 17 May 2020 15:55:00 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1589730876.3713d3b1fb431a194478075fb408aa9301e44018.bman@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/metadata.xml gui-apps/wcm/wcm-0.4.0.ebuild gui-apps/wcm/wcm-9999.ebuild X-VCS-Directories: gui-apps/wcm/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3713d3b1fb431a194478075fb408aa9301e44018 X-VCS-Branch: master Date: Sun, 17 May 2020 15:55:00 +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: e86d4879-5aa0-4c63-8b40-66e44ca5341e X-Archives-Hash: d2ec1991611fb7f24e1aac3e51794d08 commit: 3713d3b1fb431a194478075fb408aa9301e44018 Author: Aisha Tammy aisha cc> AuthorDate: Fri May 15 15:55:19 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 15:54:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3713d3b1 gui-apps/wcm: wayfire config manager Closes: https://bugs.gentoo.org/713884 configuration parser and generator, which allows you to reload the config on the fly without needing to restart wayfire Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Aaron Bauman gentoo.org> gui-apps/wcm/Manifest | 1 + gui-apps/wcm/metadata.xml | 17 ++++++++++++++++ gui-apps/wcm/wcm-0.4.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++++ gui-apps/wcm/wcm-9999.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 110 insertions(+) diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest new file mode 100644 index 00000000000..ec440af0389 --- /dev/null +++ b/gui-apps/wcm/Manifest @@ -0,0 +1 @@ +DIST wcm-0.4.0.tar.gz 263841 BLAKE2B 28cdf87c479cc7a4a5a40f17a1ec26688bae6a0cd5699b51ad7db2adca89946d7687ae345a7a82d71464df413c956aceeb3db8195c5b40da5f32043821883c49 SHA512 4136ceba90c054165b4b0e7a79d78af827d8b8ddb8b54820bda0c17bbaa28eb74981ce94d8c386b91257ca023a34f76f121a003229365afe72d65323f0a1d2cd diff --git a/gui-apps/wcm/metadata.xml b/gui-apps/wcm/metadata.xml new file mode 100644 index 00000000000..692d4fe3fd2 --- /dev/null +++ b/gui-apps/wcm/metadata.xml @@ -0,0 +1,17 @@ + + + + + GUI front end to the wayfire config manager. + Allows to reload changes on the fly without + needing to restart wayfire. + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/gui-apps/wcm/wcm-0.4.0.ebuild b/gui-apps/wcm/wcm-0.4.0.ebuild new file mode 100644 index 00000000000..8178a3b0d88 --- /dev/null +++ b/gui-apps/wcm/wcm-0.4.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Wayfire Config Manager" +HOMEPAGE="https://github.com/WayfireWM/wcm" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" +else + SRC_URI="https://github.com/WayfireWM/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="debug" + +DEPEND=" + dev-libs/libevdev + dev-libs/libxml2 + dev-cpp/gtkmm:3.0[wayland] + ~gui-wm/wayfire-${PV}[debug=] +" + +RDEPEND="${DEPEND}" + +BDEPEND=" + ${DEPEND} + dev-libs/wayland-protocols + virtual/pkgconfig +" + +src_compile() { + local emesonargs="" + if use debug; then + emesonargs+=( + "-Db_sanitize=address,undefined" + ) + fi + meson_src_compile +} diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild new file mode 100644 index 00000000000..8178a3b0d88 --- /dev/null +++ b/gui-apps/wcm/wcm-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Wayfire Config Manager" +HOMEPAGE="https://github.com/WayfireWM/wcm" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" +else + SRC_URI="https://github.com/WayfireWM/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="debug" + +DEPEND=" + dev-libs/libevdev + dev-libs/libxml2 + dev-cpp/gtkmm:3.0[wayland] + ~gui-wm/wayfire-${PV}[debug=] +" + +RDEPEND="${DEPEND}" + +BDEPEND=" + ${DEPEND} + dev-libs/wayland-protocols + virtual/pkgconfig +" + +src_compile() { + local emesonargs="" + if use debug; then + emesonargs+=( + "-Db_sanitize=address,undefined" + ) + fi + meson_src_compile +}