public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2020-12-16  2:17 Aaron Bauman
  0 siblings, 0 replies; 20+ messages in thread
From: Aaron Bauman @ 2020-12-16  2:17 UTC (permalink / raw
  To: gentoo-commits

commit:     57e11227e2d65ea98d730128cda191461f7f9eea
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Dec  3 19:36:52 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> 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 <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18494
Signed-off-by: Aaron Bauman <bman <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>gentoo@aisha.cc</email>
+        <name>Aisha Tammy</name>
+    </maintainer>
+    <maintainer type="project">
+        <email>proxy-maint@gentoo.org</email>
+        <name>Proxy Maintainers</name>
+    </maintainer>
+</pkgmetadata>

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
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2021-02-10 13:36 Joonas Niilola
  0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2021-02-10 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ccbd8f73d5366921d1e74ef2603486d3566cb43d
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jan 30 03:15:07 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 13:36:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbd8f73

gui-libs/wayfire-plugins-extra: version bump to 0.7.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19260
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest                               | 1 +
 ...e-plugins-extra-9999.ebuild => wayfire-plugins-extra-0.7.0.ebuild} | 4 ++--
 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild      | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index ae71f9dcce9..89873091cb8 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1 +1,2 @@
 DIST wayfire-plugins-extra-0.6.0.tar.gz 47411 BLAKE2B 32f784abff6b0f05cdfde0bd491e6c8321eb6038f5ac49ff5b241e628abfb0002289fac6f1deaef4148fd8e071ad08c54ea15a441f9d6356ca43bbf4beb9c7b6 SHA512 2ad35cc54892cf716e8492227f96cab7eb89173294ef928115ca998c8c06e9daef69f60d6d11c5393a3038ded0184ccaa404552fe6035a019682d2fdbe4b768d
+DIST wayfire-plugins-extra-0.7.0.tar.xz 74312 BLAKE2B f72d706502499e4d467a4b59e10f66628024be1bab1c5e10c807758869c9b9e4aacbe426c2db0e3faa5ab166f7e4f4d0f1c345e205c6747a16a164745c6f0d74 SHA512 ff25a4685c88ca0129a2372b216166246cab072c2cb4f84eb7bd500db525bf5881bd7e54d0d888473d4aab0e5b33d2ee13eb7f788bb2a524e1e8e0c5efc1a6bd

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
similarity index 80%
copy from gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
copy to gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
index 74ef87cc752..cc17eb4c723 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 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"
+	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
index 74ef87cc752..cc17eb4c723 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 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"
+	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2021-02-16  2:12 Matt Turner
  0 siblings, 0 replies; 20+ messages in thread
From: Matt Turner @ 2021-02-16  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     41d8f1a2ff6d23573c6f4e01620bc7d2195a260c
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Feb  6 22:14:17 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 01:25:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d8f1a2

gui-libs/wayfire-plugins-extra: Specify the glibmm slot

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...ugins-extra-0.6.0.ebuild => wayfire-plugins-extra-0.6.0-r1.ebuild} | 4 ++--
 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild     | 2 +-
 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

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-r1.ebuild
similarity index 92%
rename from gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0.ebuild
rename to gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0-r1.ebuild
index 74ef87cc752..825614adab0 100644
--- 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-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,7 @@ LICENSE="MIT"
 SLOT="0"
 
 DEPEND="
-	dev-cpp/glibmm
+	dev-cpp/glibmm:2
 	>=gui-libs/wlroots-0.11.0
 	>=gui-wm/wayfire-${PV%.*}
 	x11-libs/cairo

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
index cc17eb4c723..8b6d8095961 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
@@ -20,7 +20,7 @@ LICENSE="MIT"
 SLOT="0"
 
 DEPEND="
-	dev-cpp/glibmm
+	dev-cpp/glibmm:2
 	>=gui-libs/wlroots-0.11.0
 	>=gui-wm/wayfire-${PV%.*}
 	x11-libs/cairo

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
index cc17eb4c723..8b6d8095961 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
@@ -20,7 +20,7 @@ LICENSE="MIT"
 SLOT="0"
 
 DEPEND="
-	dev-cpp/glibmm
+	dev-cpp/glibmm:2
 	>=gui-libs/wlroots-0.11.0
 	>=gui-wm/wayfire-${PV%.*}
 	x11-libs/cairo


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2021-06-18  6:27 Agostino Sarubbo
  0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2021-06-18  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b91e7447b1ba7e46d7cc2ef0e0d893860c79baf8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 06:26:18 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 06:26:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91e7447

gui-libs/wayfire-plugins-extra: amd64 stable wrt bug #771246

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
index 8b6d8095961..4f3377ae639 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2021-09-06 23:59 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-09-06 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2eafc5e49d6864d7c6cabd7144f0cf6ca0ba9641
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  6 23:58:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  6 23:59:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eafc5e4

gui-libs/wayfire-plugins-extra: allow newer wlroots

Thanks-to: catbeard
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...lugins-extra-0.7.0.ebuild => wayfire-plugins-extra-0.7.0-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0-r1.ebuild
similarity index 95%
rename from gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
rename to gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0-r1.ebuild
index 7fb2990acf8..c315db8eb74 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0-r1.ebuild
@@ -22,12 +22,11 @@ SLOT="0"
 DEPEND="
 	dev-cpp/glibmm:2
 	>=gui-libs/wlroots-0.13.0:=
-	<gui-libs/wlroots-0.14.0:=
+	<gui-libs/wlroots-0.15.0:=
 	>=gui-wm/wayfire-0.7.0
 	x11-libs/cairo
 "
 RDEPEND="${DEPEND}"
-
 BDEPEND="
 	dev-libs/wayland-protocols
 	virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2023-02-13  0:39 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-13  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     337a7d2d1203369e54b913848ab9a3cedb1dcc6e
Author:     Aisha Tammy <aisha <AT> bsd <DOT> ac>
AuthorDate: Sun Feb 12 12:52:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 00:39:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337a7d2d

gui-libs/wayfire-plugins-extra: add 0.7.5

Closes: https://bugs.gentoo.org/884055
Signed-off-by: Aisha Tammy <aisha <AT> bsd.ac>
Closes: https://github.com/gentoo/gentoo/pull/29557
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest                     |  1 +
 ...extra-9999.ebuild => wayfire-plugins-extra-0.7.5.ebuild} | 13 ++++++++-----
 .../wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild |  7 +++++--
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index 61fc021a3331..7331f5a979d8 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1 +1,2 @@
 DIST wayfire-plugins-extra-0.7.0.tar.xz 74312 BLAKE2B f72d706502499e4d467a4b59e10f66628024be1bab1c5e10c807758869c9b9e4aacbe426c2db0e3faa5ab166f7e4f4d0f1c345e205c6747a16a164745c6f0d74 SHA512 ff25a4685c88ca0129a2372b216166246cab072c2cb4f84eb7bd500db525bf5881bd7e54d0d888473d4aab0e5b33d2ee13eb7f788bb2a524e1e8e0c5efc1a6bd
+DIST wayfire-plugins-extra-0.7.5.tar.xz 75136 BLAKE2B 7ffbb73f09175cc92f09b8a3f0493942741564278f95ff1d80066044b02ce4ceb925919ddb54fc6a37676b925d95ea7f93d09c6b0ccd448c6e9b821106d6e3ea SHA512 9cc816c3c727b0093fd15ef52dea215598b4c49ef96c098f53938c041b3908b30f4dd616be4b459b7382d630a47b36baf845c24de84f35670ba2912711205911

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
similarity index 76%
copy from gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
copy to gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
index 2558b0e79566..b9222da14f98 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -21,12 +21,15 @@ SLOT="0"
 
 DEPEND="
 	dev-cpp/glibmm:2
-	~gui-libs/wlroots-9999:=
-	~gui-wm/wayfire-9999
+	x11-libs/pixman
+	gnome-base/librsvg
+	>=gui-libs/wlroots-0.16.0:0/16
+	<gui-libs/wlroots-0.17.0:=
+	>=gui-wm/wayfire-0.7.5
 	x11-libs/cairo
+	x11-libs/pixman
 "
 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
index 2558b0e79566..e1eb8908ec68 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -21,9 +21,12 @@ SLOT="0"
 
 DEPEND="
 	dev-cpp/glibmm:2
+	x11-libs/pixman
+	gnome-base/librsvg
 	~gui-libs/wlroots-9999:=
 	~gui-wm/wayfire-9999
 	x11-libs/cairo
+	x11-libs/pixman
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2023-04-04 23:17 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-04 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     649de9e57880725fa86b51f2df5d2fe4b7e51883
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 23:16:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 23:16:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649de9e5

gui-libs/wayfire-plugins-extra: Stabilize 0.7.5 amd64, #903798

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
index b9222da14f98..c0a8a93d13b4 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-01-19 13:55 Ben Kohler
  0 siblings, 0 replies; 20+ messages in thread
From: Ben Kohler @ 2024-01-19 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     af29791ccbd64d9f1cac438886138c66b76bd631
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Dec 21 13:00:39 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 13:54:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af29791c

gui-libs/wayfire-plugins-extra: drop 0.7.0-r1

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest            |  1 -
 .../wayfire-plugins-extra-0.7.0-r1.ebuild          | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index 978b46064ae5..2ea1d46e714f 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,3 +1,2 @@
-DIST wayfire-plugins-extra-0.7.0.tar.xz 74312 BLAKE2B f72d706502499e4d467a4b59e10f66628024be1bab1c5e10c807758869c9b9e4aacbe426c2db0e3faa5ab166f7e4f4d0f1c345e205c6747a16a164745c6f0d74 SHA512 ff25a4685c88ca0129a2372b216166246cab072c2cb4f84eb7bd500db525bf5881bd7e54d0d888473d4aab0e5b33d2ee13eb7f788bb2a524e1e8e0c5efc1a6bd
 DIST wayfire-plugins-extra-0.7.5.tar.xz 75136 BLAKE2B 7ffbb73f09175cc92f09b8a3f0493942741564278f95ff1d80066044b02ce4ceb925919ddb54fc6a37676b925d95ea7f93d09c6b0ccd448c6e9b821106d6e3ea SHA512 9cc816c3c727b0093fd15ef52dea215598b4c49ef96c098f53938c041b3908b30f4dd616be4b459b7382d630a47b36baf845c24de84f35670ba2912711205911
 DIST wayfire-plugins-extra-0.8.0.tar.xz 70324 BLAKE2B f8f46782e31f170eb566567f50d302df4db23fbeb29c71569624a7f79c2bbcfcf48b070e7b55bf1880a9cd02afe78783d6680c457e466d765eb0db72f4b1f61b SHA512 8105fea3d8405a88d8c872c1012dadfab55f987a8ff8401f5caeec155214727021cbc7cfaba71c5ee3bc869caf136dcd78c189921c2f41a938b8552962f1597c

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0-r1.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0-r1.ebuild
deleted file mode 100644
index c315db8eb74c..000000000000
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019-2021 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/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
-	dev-cpp/glibmm:2
-	>=gui-libs/wlroots-0.13.0:=
-	<gui-libs/wlroots-0.15.0:=
-	>=gui-wm/wayfire-0.7.0
-	x11-libs/cairo
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	dev-libs/wayland-protocols
-	virtual/pkgconfig
-"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-01-21  5:04 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-01-21  5:04 UTC (permalink / raw
  To: gentoo-commits

commit:     11460f04a2c95f52d3e95a333da62125923acacf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 05:04:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 05:04:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11460f04

gui-libs/wayfire-plugins-extra: Stabilize 0.8.0 amd64, #922537

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
index 245409005bf2..dc283f591171 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
 	SLOT="0/9999"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~x86"
 	SLOT="0/$(ver_cut 1-2)"
 fi
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-03-16 19:24 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-03-16 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     610f9d51123e6a2e6628f66bb9cd6a4993d24e8e
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Mar 15 13:43:35 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 19:18:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610f9d51

gui-libs/wayfire-plugins-extra: add 0.8.1

* Drop ~x86 due to wayfire-0.8.1 wlroots drm backend requirement.

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest            |  1 +
 .../wayfire-plugins-extra-0.8.1.ebuild             | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index 2ea1d46e714f..7f5dba79ed57 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,2 +1,3 @@
 DIST wayfire-plugins-extra-0.7.5.tar.xz 75136 BLAKE2B 7ffbb73f09175cc92f09b8a3f0493942741564278f95ff1d80066044b02ce4ceb925919ddb54fc6a37676b925d95ea7f93d09c6b0ccd448c6e9b821106d6e3ea SHA512 9cc816c3c727b0093fd15ef52dea215598b4c49ef96c098f53938c041b3908b30f4dd616be4b459b7382d630a47b36baf845c24de84f35670ba2912711205911
 DIST wayfire-plugins-extra-0.8.0.tar.xz 70324 BLAKE2B f8f46782e31f170eb566567f50d302df4db23fbeb29c71569624a7f79c2bbcfcf48b070e7b55bf1880a9cd02afe78783d6680c457e466d765eb0db72f4b1f61b SHA512 8105fea3d8405a88d8c872c1012dadfab55f987a8ff8401f5caeec155214727021cbc7cfaba71c5ee3bc869caf136dcd78c189921c2f41a938b8552962f1597c
+DIST wayfire-plugins-extra-0.8.1.tar.xz 75908 BLAKE2B 65c14281fd9738864f2d63f01250e6384cdf46929ee6df653a5614805b89686f0020799246d6caf16b8d45aa16a66f314e705ae96c37188d892d339875ed4c03 SHA512 ebe12545b0a0ca1c443f334b9bfa31d1f446636dbef2b91c280715ad58d8802ab129f6894959727c0b872558f799c973a158e679683f915a5ef89b67087eed01

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
new file mode 100644
index 000000000000..9a4704dc5c89
--- /dev/null
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+	SLOT="0/0.8"
+else
+	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm64"
+	SLOT="0/$(ver_cut 1-2)"
+fi
+
+LICENSE="MIT"
+
+# no tests
+RESTRICT="test"
+
+WAYFIRE_REVDEP="
+	dev-libs/glib:2
+	dev-libs/libsigc++:2
+	gui-libs/wf-config:=
+	gui-libs/wlroots:=
+	x11-libs/cairo
+"
+
+DEPEND="
+	${WAYFIRE_REVDEP}
+	dev-cpp/glibmm:2
+	dev-cpp/nlohmann_json
+	dev-libs/libevdev
+	dev-libs/wayland
+	>=gui-wm/wayfire-0.8.1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	>=dev-libs/wayland-protocols-1.12
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-03-16 19:24 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-03-16 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     538da4725a2ca2c9a29638d8c8cda4ed6f388cfe
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Mar 14 11:49:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 19:18:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538da472

gui-libs/wayfire-plugins-extra: drop 0.7.5

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35748
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest            |  1 -
 .../wayfire-plugins-extra-0.7.5.ebuild             | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index 7f5dba79ed57..65a399352a88 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,3 +1,2 @@
-DIST wayfire-plugins-extra-0.7.5.tar.xz 75136 BLAKE2B 7ffbb73f09175cc92f09b8a3f0493942741564278f95ff1d80066044b02ce4ceb925919ddb54fc6a37676b925d95ea7f93d09c6b0ccd448c6e9b821106d6e3ea SHA512 9cc816c3c727b0093fd15ef52dea215598b4c49ef96c098f53938c041b3908b30f4dd616be4b459b7382d630a47b36baf845c24de84f35670ba2912711205911
 DIST wayfire-plugins-extra-0.8.0.tar.xz 70324 BLAKE2B f8f46782e31f170eb566567f50d302df4db23fbeb29c71569624a7f79c2bbcfcf48b070e7b55bf1880a9cd02afe78783d6680c457e466d765eb0db72f4b1f61b SHA512 8105fea3d8405a88d8c872c1012dadfab55f987a8ff8401f5caeec155214727021cbc7cfaba71c5ee3bc869caf136dcd78c189921c2f41a938b8552962f1597c
 DIST wayfire-plugins-extra-0.8.1.tar.xz 75908 BLAKE2B 65c14281fd9738864f2d63f01250e6384cdf46929ee6df653a5614805b89686f0020799246d6caf16b8d45aa16a66f314e705ae96c37188d892d339875ed4c03 SHA512 ebe12545b0a0ca1c443f334b9bfa31d1f446636dbef2b91c280715ad58d8802ab129f6894959727c0b872558f799c973a158e679683f915a5ef89b67087eed01

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
deleted file mode 100644
index c0a8a93d13b4..000000000000
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
-	dev-cpp/glibmm:2
-	x11-libs/pixman
-	gnome-base/librsvg
-	>=gui-libs/wlroots-0.16.0:0/16
-	<gui-libs/wlroots-0.17.0:=
-	>=gui-wm/wayfire-0.7.5
-	x11-libs/cairo
-	x11-libs/pixman
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	dev-libs/wayland-protocols
-	virtual/pkgconfig
-"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-03-16 19:24 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-03-16 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4afb75c3e499e6957e81aaca2cfa1f9312b453aa
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Mar 14 11:51:21 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 19:18:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afb75c3

gui-libs/wayfire-plugins-extra: update live ebuild

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../wayfire-plugins-extra-9999.ebuild                   | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
index 245409005bf2..72311100c56b 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,10 +11,10 @@ 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"
-	SLOT="0/9999"
+	SLOT="0/0.9"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~x86"
+	KEYWORDS="~amd64 ~arm64"
 	SLOT="0/$(ver_cut 1-2)"
 fi
 
@@ -23,12 +23,21 @@ LICENSE="MIT"
 # no tests
 RESTRICT="test"
 
+WAYFIRE_REVDEP="
+	dev-libs/glib:2
+	dev-libs/libsigc++:2
+	gui-libs/wf-config:=
+	gui-libs/wlroots:=
+	x11-libs/cairo
+"
+
 DEPEND="
+	${WAYFIRE_REVDEP}
 	dev-cpp/glibmm:2
 	dev-cpp/nlohmann_json
 	dev-libs/libevdev
 	dev-libs/wayland
-	gui-wm/wayfire:${SLOT}
+	>=gui-wm/wayfire-0.9.0
 "
 RDEPEND="${DEPEND}"
 BDEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-04-24 14:41 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-04-24 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     639d8beea0c8a9197ba544bd4965869b75226fa4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 14:41:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 14:41:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639d8bee

gui-libs/wayfire-plugins-extra: Stabilize 0.8.1 amd64, #930588

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
index 9a4704dc5c89..dcfe54dfa8b9 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
 	SLOT="0/0.8"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="amd64 ~arm64"
 	SLOT="0/$(ver_cut 1-2)"
 fi
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-05-05 18:27 Viorel Munteanu
  0 siblings, 0 replies; 20+ messages in thread
From: Viorel Munteanu @ 2024-05-05 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a1e920ae80450ad844880683830412619ace1b22
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 18:15:45 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun May  5 18:27:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e920ae

gui-libs/wayfire-plugins-extra: add myself as a maintainer

Co-maintainers welcome.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/metadata.xml b/gui-libs/wayfire-plugins-extra/metadata.xml
index 1d8f1e333c7e..985e62955ca5 100644
--- a/gui-libs/wayfire-plugins-extra/metadata.xml
+++ b/gui-libs/wayfire-plugins-extra/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <!-- maintainer-needed -->
-    <upstream>
-        <remote-id type="github">WayfireWM/wayfire-plugins-extra</remote-id>
-    </upstream>
+	<maintainer type="person">
+		<email>ceamac@gentoo.org</email>
+		<name>Viorel Munteanu</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">WayfireWM/wayfire-plugins-extra</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-05-23 16:10 Matt Turner
  0 siblings, 0 replies; 20+ messages in thread
From: Matt Turner @ 2024-05-23 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1b8183ea35b257f37fd330ac172d447c50720669
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 16:05:15 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu May 23 16:09:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8183ea

gui-libs/wayfire-plugins-extra: Drop x86 keyword

Commit e312ad721e81 ("gui-wm/wayfire: add 0.8.1") dropped x86 keywords
from the new version.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
index dc283f591171..dcfbca2f23b6 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
 	SLOT="0/9999"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm64"
 	SLOT="0/$(ver_cut 1-2)"
 fi
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-08-24 17:06 Viorel Munteanu
  0 siblings, 0 replies; 20+ messages in thread
From: Viorel Munteanu @ 2024-08-24 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7896aa7e078ec5f7f68ceacbfacd5fa4d8797c23
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 16:54:02 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 17:06:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7896aa7e

gui-libs/wayfire-plugins-extra: sync live ebuild

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
index 72311100c56b..76b93a865547 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
@@ -11,7 +11,7 @@ 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"
-	SLOT="0/0.9"
+	SLOT="0/0.10"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~arm64"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-08-24 17:06 Viorel Munteanu
  0 siblings, 0 replies; 20+ messages in thread
From: Viorel Munteanu @ 2024-08-24 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5618ca9376b8e1f5269eec982dd36e1af053d4a2
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 16:37:22 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 17:06:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5618ca93

gui-libs/wayfire-plugins-extra: add 0.9.0

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest            |  1 +
 .../wayfire-plugins-extra-0.9.0.ebuild             | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index 65a399352a88..ebc241c61a70 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,2 +1,3 @@
 DIST wayfire-plugins-extra-0.8.0.tar.xz 70324 BLAKE2B f8f46782e31f170eb566567f50d302df4db23fbeb29c71569624a7f79c2bbcfcf48b070e7b55bf1880a9cd02afe78783d6680c457e466d765eb0db72f4b1f61b SHA512 8105fea3d8405a88d8c872c1012dadfab55f987a8ff8401f5caeec155214727021cbc7cfaba71c5ee3bc869caf136dcd78c189921c2f41a938b8552962f1597c
 DIST wayfire-plugins-extra-0.8.1.tar.xz 75908 BLAKE2B 65c14281fd9738864f2d63f01250e6384cdf46929ee6df653a5614805b89686f0020799246d6caf16b8d45aa16a66f314e705ae96c37188d892d339875ed4c03 SHA512 ebe12545b0a0ca1c443f334b9bfa31d1f446636dbef2b91c280715ad58d8802ab129f6894959727c0b872558f799c973a158e679683f915a5ef89b67087eed01
+DIST wayfire-plugins-extra-0.9.0.tar.xz 104424 BLAKE2B 8dde47dd40edabb8243c6a4128229baa4d2ff3407eb9cf0ff1699ca49dfaaf16f951f4faf18138824894f94b0ca6884bbc92fab595d4e08b948b67a0a0cf054f SHA512 fb1e02c4284b499a89a8b81e2b9ef283bdde48745c5f4ee500da4d9450bc5c8d94df6b8eba5d6ff3bb05ba3edbbdbd04b3c5551a73f5765ed3406d8227177f78

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild
new file mode 100644
index 000000000000..76b93a865547
--- /dev/null
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+	SLOT="0/0.10"
+else
+	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm64"
+	SLOT="0/$(ver_cut 1-2)"
+fi
+
+LICENSE="MIT"
+
+# no tests
+RESTRICT="test"
+
+WAYFIRE_REVDEP="
+	dev-libs/glib:2
+	dev-libs/libsigc++:2
+	gui-libs/wf-config:=
+	gui-libs/wlroots:=
+	x11-libs/cairo
+"
+
+DEPEND="
+	${WAYFIRE_REVDEP}
+	dev-cpp/glibmm:2
+	dev-cpp/nlohmann_json
+	dev-libs/libevdev
+	dev-libs/wayland
+	>=gui-wm/wayfire-0.9.0
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	>=dev-libs/wayland-protocols-1.12
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-10-24 10:23 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-10-24 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     806f7583a5d34766c9ba49c4b72e5c71a2746b0d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 10:22:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 10:22:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806f7583

gui-libs/wayfire-plugins-extra: Stabilize 0.9.0 amd64, #942047

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild
index 76b93a865547..ce6e83f8c172 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
 	SLOT="0/0.10"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="amd64 ~arm64"
 	SLOT="0/$(ver_cut 1-2)"
 fi
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-10-25  5:46 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-10-25  5:46 UTC (permalink / raw
  To: gentoo-commits

commit:     31e7a7bd05fb5148f44f8bb85a2b55d64735ccfd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 05:46:17 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 05:46:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e7a7bd

gui-libs/wayfire-plugins-extra: Stabilize 0.9.0 arm64, #942065

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild
index ce6e83f8c172..a37eac1c5843 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
 	SLOT="0/0.10"
 else
 	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64"
+	KEYWORDS="amd64 arm64"
 	SLOT="0/$(ver_cut 1-2)"
 fi
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
@ 2024-11-01  9:45 Viorel Munteanu
  0 siblings, 0 replies; 20+ messages in thread
From: Viorel Munteanu @ 2024-11-01  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e118fe8d5caddefda65d3941ec82124b45670669
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 09:36:29 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 09:45:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e118fe8d

gui-libs/wayfire-plugins-extra: drop 0.8.0, 0.8.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest            |  2 -
 .../wayfire-plugins-extra-0.8.0.ebuild             | 38 -----------------
 .../wayfire-plugins-extra-0.8.1.ebuild             | 47 ----------------------
 3 files changed, 87 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index ebc241c61a70..c6e3a1ee80f9 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,3 +1 @@
-DIST wayfire-plugins-extra-0.8.0.tar.xz 70324 BLAKE2B f8f46782e31f170eb566567f50d302df4db23fbeb29c71569624a7f79c2bbcfcf48b070e7b55bf1880a9cd02afe78783d6680c457e466d765eb0db72f4b1f61b SHA512 8105fea3d8405a88d8c872c1012dadfab55f987a8ff8401f5caeec155214727021cbc7cfaba71c5ee3bc869caf136dcd78c189921c2f41a938b8552962f1597c
-DIST wayfire-plugins-extra-0.8.1.tar.xz 75908 BLAKE2B 65c14281fd9738864f2d63f01250e6384cdf46929ee6df653a5614805b89686f0020799246d6caf16b8d45aa16a66f314e705ae96c37188d892d339875ed4c03 SHA512 ebe12545b0a0ca1c443f334b9bfa31d1f446636dbef2b91c280715ad58d8802ab129f6894959727c0b872558f799c973a158e679683f915a5ef89b67087eed01
 DIST wayfire-plugins-extra-0.9.0.tar.xz 104424 BLAKE2B 8dde47dd40edabb8243c6a4128229baa4d2ff3407eb9cf0ff1699ca49dfaaf16f951f4faf18138824894f94b0ca6884bbc92fab595d4e08b948b67a0a0cf054f SHA512 fb1e02c4284b499a89a8b81e2b9ef283bdde48745c5f4ee500da4d9450bc5c8d94df6b8eba5d6ff3bb05ba3edbbdbd04b3c5551a73f5765ed3406d8227177f78

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
deleted file mode 100644
index dcfbca2f23b6..000000000000
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-	SLOT="0/9999"
-else
-	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64"
-	SLOT="0/$(ver_cut 1-2)"
-fi
-
-LICENSE="MIT"
-
-# no tests
-RESTRICT="test"
-
-DEPEND="
-	dev-cpp/glibmm:2
-	dev-cpp/nlohmann_json
-	dev-libs/libevdev
-	dev-libs/wayland
-	gui-wm/wayfire:${SLOT}
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	>=dev-libs/wayland-protocols-1.12
-	dev-util/wayland-scanner
-	virtual/pkgconfig
-"

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
deleted file mode 100644
index dcfe54dfa8b9..000000000000
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-	SLOT="0/0.8"
-else
-	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64"
-	SLOT="0/$(ver_cut 1-2)"
-fi
-
-LICENSE="MIT"
-
-# no tests
-RESTRICT="test"
-
-WAYFIRE_REVDEP="
-	dev-libs/glib:2
-	dev-libs/libsigc++:2
-	gui-libs/wf-config:=
-	gui-libs/wlroots:=
-	x11-libs/cairo
-"
-
-DEPEND="
-	${WAYFIRE_REVDEP}
-	dev-cpp/glibmm:2
-	dev-cpp/nlohmann_json
-	dev-libs/libevdev
-	dev-libs/wayland
-	>=gui-wm/wayfire-0.8.1
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	>=dev-libs/wayland-protocols-1.12
-	dev-util/wayland-scanner
-	virtual/pkgconfig
-"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-11-01  9:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-24 17:06 [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-11-01  9:45 Viorel Munteanu
2024-10-25  5:46 Arthur Zamarin
2024-10-24 10:23 Sam James
2024-08-24 17:06 Viorel Munteanu
2024-05-23 16:10 Matt Turner
2024-05-05 18:27 Viorel Munteanu
2024-04-24 14:41 Sam James
2024-03-16 19:24 Arthur Zamarin
2024-03-16 19:24 Arthur Zamarin
2024-03-16 19:24 Arthur Zamarin
2024-01-21  5:04 Sam James
2024-01-19 13:55 Ben Kohler
2023-04-04 23:17 Sam James
2023-02-13  0:39 Sam James
2021-09-06 23:59 Sam James
2021-06-18  6:27 Agostino Sarubbo
2021-02-16  2:12 Matt Turner
2021-02-10 13:36 Joonas Niilola
2020-12-16  2:17 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox