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 734F813835A for ; Wed, 16 Dec 2020 02:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 976AEE0882; Wed, 16 Dec 2020 02:17:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74BBDE0882 for ; Wed, 16 Dec 2020 02:17:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 321C1340E9D for ; Wed, 16 Dec 2020 02:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D058B8 for ; Wed, 16 Dec 2020 02:17:31 +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: <1608085039.57e11227e2d65ea98d730128cda191461f7f9eea.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wayfire-plugins-extra/Manifest gui-libs/wayfire-plugins-extra/metadata.xml gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0.ebuild gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild X-VCS-Directories: gui-libs/wayfire-plugins-extra/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 57e11227e2d65ea98d730128cda191461f7f9eea X-VCS-Branch: master Date: Wed, 16 Dec 2020 02:17:31 +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: 839161a6-dd81-4abd-8157-95c1f6433de8 X-Archives-Hash: 327167ea76fa62e905f74286e1a1478a commit: 57e11227e2d65ea98d730128cda191461f7f9eea Author: Aisha Tammy aisha cc> AuthorDate: Thu Dec 3 19:36:52 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 16 02:17:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e11227 gui-libs/wayfire-plugins-extra: plugins with extra functionality things like debugging, benchmarking, or with other extra dependencies that wayfire doesnt need by itself Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18494 Signed-off-by: Aaron Bauman gentoo.org> gui-libs/wayfire-plugins-extra/Manifest | 1 + gui-libs/wayfire-plugins-extra/metadata.xml | 12 ++++++++ .../wayfire-plugins-extra-0.6.0.ebuild | 33 ++++++++++++++++++++++ .../wayfire-plugins-extra-9999.ebuild | 33 ++++++++++++++++++++++ 4 files changed, 79 insertions(+) diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest new file mode 100644 index 00000000000..ae71f9dcce9 --- /dev/null +++ b/gui-libs/wayfire-plugins-extra/Manifest @@ -0,0 +1 @@ +DIST wayfire-plugins-extra-0.6.0.tar.gz 47411 BLAKE2B 32f784abff6b0f05cdfde0bd491e6c8321eb6038f5ac49ff5b241e628abfb0002289fac6f1deaef4148fd8e071ad08c54ea15a441f9d6356ca43bbf4beb9c7b6 SHA512 2ad35cc54892cf716e8492227f96cab7eb89173294ef928115ca998c8c06e9daef69f60d6d11c5393a3038ded0184ccaa404552fe6035a019682d2fdbe4b768d diff --git a/gui-libs/wayfire-plugins-extra/metadata.xml b/gui-libs/wayfire-plugins-extra/metadata.xml new file mode 100644 index 00000000000..cfbacced233 --- /dev/null +++ b/gui-libs/wayfire-plugins-extra/metadata.xml @@ -0,0 +1,12 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0.ebuild new file mode 100644 index 00000000000..74ef87cc752 --- /dev/null +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="extra plugins for wayfire" +HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git" +else + SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +DEPEND=" + dev-cpp/glibmm + >=gui-libs/wlroots-0.11.0 + >=gui-wm/wayfire-${PV%.*} + x11-libs/cairo +" +RDEPEND="${DEPEND}" + +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild new file mode 100644 index 00000000000..74ef87cc752 --- /dev/null +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="extra plugins for wayfire" +HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git" +else + SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +DEPEND=" + dev-cpp/glibmm + >=gui-libs/wlroots-0.11.0 + >=gui-wm/wayfire-${PV%.*} + x11-libs/cairo +" +RDEPEND="${DEPEND}" + +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +"