public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlr-randr/
@ 2020-11-12 19:46 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2020-11-12 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b6c5f2a1d09a1f14eadb72c6194910d119a8a24b
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Nov 12 18:53:32 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Nov 12 18:53:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6c5f2a1

gui-apps/wlr-randr: auto-randr like for wlroots

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 gui-apps/wlr-randr/Manifest               |  1 +
 gui-apps/wlr-randr/metadata.xml           | 12 ++++++++++++
 gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild | 29 +++++++++++++++++++++++++++++
 gui-apps/wlr-randr/wlr-randr-9999.ebuild  | 29 +++++++++++++++++++++++++++++
 4 files changed, 71 insertions(+)

diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest
new file mode 100644
index 00000000..67836417
--- /dev/null
+++ b/gui-apps/wlr-randr/Manifest
@@ -0,0 +1 @@
+DIST wlr-randr-0.1.0.tar.gz 10836 BLAKE2B 573e9aa9305b0f633f2ee62cbf46bc107948582c5fa1e417a46f01b82489ac84362baea791f817d1857b320715a5644e597adf80c93897ec7bda27456b5e064d SHA512 84a710b28243acb13d37c81d1f796d7e251aa52d6a7f299a4cdb0d0ebe6481d57db6757a1a813fc6bbe3fbd9d7fccefb09385c523f857abef72f3ee398f0d958

diff --git a/gui-apps/wlr-randr/metadata.xml b/gui-apps/wlr-randr/metadata.xml
new file mode 100644
index 00000000..cfbacced
--- /dev/null
+++ b/gui-apps/wlr-randr/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-apps/wlr-randr/wlr-randr-0.1.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild
new file mode 100644
index 00000000..5aa72f2d
--- /dev/null
+++ b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="xrandr clone for wlroots compositors"
+HOMEPAGE="https://github.com/emersion/wlr-randr"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/emersion/wlr-randr"
+else
+	SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+
+DEPEND="
+	dev-libs/wayland
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/wayland-protocols
+	virtual/pkgconfig
+"

diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
new file mode 100644
index 00000000..5aa72f2d
--- /dev/null
+++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="xrandr clone for wlroots compositors"
+HOMEPAGE="https://github.com/emersion/wlr-randr"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/emersion/wlr-randr"
+else
+	SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+
+DEPEND="
+	dev-libs/wayland
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/wayland-protocols
+	virtual/pkgconfig
+"


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlr-randr/
@ 2021-02-07  8:24 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-02-07  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ebca1ffbc9161b4987190fd26c285f85364ac5
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Feb  5 15:58:16 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Feb  5 15:58:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9ebca1f

gui-apps/wlr-randr: version bump to 0.2.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 gui-apps/wlr-randr/Manifest               |  1 +
 gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest
index 67836417..c1a8f26d 100644
--- a/gui-apps/wlr-randr/Manifest
+++ b/gui-apps/wlr-randr/Manifest
@@ -1 +1,2 @@
 DIST wlr-randr-0.1.0.tar.gz 10836 BLAKE2B 573e9aa9305b0f633f2ee62cbf46bc107948582c5fa1e417a46f01b82489ac84362baea791f817d1857b320715a5644e597adf80c93897ec7bda27456b5e064d SHA512 84a710b28243acb13d37c81d1f796d7e251aa52d6a7f299a4cdb0d0ebe6481d57db6757a1a813fc6bbe3fbd9d7fccefb09385c523f857abef72f3ee398f0d958
+DIST wlr-randr-0.2.0.tar.gz 10904 BLAKE2B 46eec469d18b5ac5b9e5c73e2e020b9e52c619bd81c63c8898b9712184691156d339ea40aa656a39f8a2c8bc858d80fb3aff144dbe2a1add75c9ee2757493026 SHA512 213e35d97ee4c5fe4e524119eba66f121707a4ccb9076f48ceb47091e2ca987ed43f9897168b4d62efd10457d256225cd23423e039c1fcd705d7ba7e779a6722

diff --git a/gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild
new file mode 100644
index 00000000..88a1e402
--- /dev/null
+++ b/gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="xrandr clone for wlroots compositors"
+HOMEPAGE="https://github.com/emersion/wlr-randr"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/emersion/wlr-randr"
+else
+	SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+
+DEPEND="
+	dev-libs/wayland
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/wayland-protocols
+	virtual/pkgconfig
+"


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlr-randr/
@ 2021-04-15 12:51 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-04-15 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0a98bf4c02b6632650f2de20b91148ade64cbec5
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Apr 15 05:40:43 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 15 07:09:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a98bf4c

gui-apps/wlr-randr: disable -Werror

Closes: https://bugs.gentoo.org/781050
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild | 5 +++++
 gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild | 5 +++++
 gui-apps/wlr-randr/wlr-randr-9999.ebuild  | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild
index 5aa72f2d8..a2cf2099f 100644
--- a/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild
@@ -27,3 +27,8 @@ BDEPEND="
 	dev-libs/wayland-protocols
 	virtual/pkgconfig
 "
+
+src_prepare() {
+	default
+	sed -i 's/werror=true/werror=false/' meson.build || die
+}

diff --git a/gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild
index 88a1e4024..27edd5865 100644
--- a/gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild
@@ -27,3 +27,8 @@ BDEPEND="
 	dev-libs/wayland-protocols
 	virtual/pkgconfig
 "
+
+src_prepare() {
+	default
+	sed -i 's/werror=true/werror=false/' meson.build || die
+}

diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
index 5aa72f2d8..a2cf2099f 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
@@ -27,3 +27,8 @@ BDEPEND="
 	dev-libs/wayland-protocols
 	virtual/pkgconfig
 "
+
+src_prepare() {
+	default
+	sed -i 's/werror=true/werror=false/' meson.build || die
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlr-randr/
@ 2024-01-01  3:56 David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-01-01  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     6e8da14109a8752dc84df84f59877d1b112dcffb
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Mon Jan  1 02:41:18 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan  1 02:41:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e8da141

gui-apps/wlr-randr: update upstream metadata

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 gui-apps/wlr-randr/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wlr-randr/metadata.xml b/gui-apps/wlr-randr/metadata.xml
index db49d87d2a..7e5130f685 100644
--- a/gui-apps/wlr-randr/metadata.xml
+++ b/gui-apps/wlr-randr/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Aisha Tammy</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="sourcehut">emersion/wlr-randr</remote-id>
+		<remote-id type="sourcehut">~emersion/wlr-randr</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlr-randr/
@ 2024-02-06  9:20 Florian Schmaus
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-02-06  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     46efea61d59aaed59ae43cc62093dc800a47a884
Author:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Mon Feb  5 20:08:28 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Feb  5 20:08:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46efea61

gui-apps/wlr-randr: keyword 0.3.0 for ~arm64

Signed-off-by: Piotr Kubaj <pkubaj <AT> anongoth.pl>

 gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
index 546639fdaa..25180f5c78 100644
--- a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
 else
 	SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="ISC"


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlr-randr/
@ 2024-03-14 11:31 David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-03-14 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2983ccf644ee3aa94b3ce8fd63b53e5ec73b5707
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 10:46:50 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Mar 14 10:47:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2983ccf6

gui-apps/wlr-randr: drop 0.3.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/wlr-randr/Manifest               |  1 -
 gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest
index eded24d5be..abc97d99a5 100644
--- a/gui-apps/wlr-randr/Manifest
+++ b/gui-apps/wlr-randr/Manifest
@@ -1,2 +1 @@
-DIST wlr-randr-0.3.0.tar.gz 12439 BLAKE2B 7a7c46beb479dce1e1d3609f060a65be7893e12326229bdc93f988528fa6be6b4fd5274cceb7599224301a6a10bdab529cb9f1121e6c7127b0c5fa3e5536c64c SHA512 5f670fd392c8fc6f7781a4b6911428c406b82d0bc422f30b236db88a59371d211129cc8d4cc57fea34207a8188cac22b570bee9907149c4e7d2a283d247315eb
 DIST wlr-randr-0.4.1.tar.gz 13482 BLAKE2B a0b31d726f3cb5f8b0d90d0501f072213d69479a08f42108ab23ab8957c1da6604e5f2200a577372450578a1bcc39cf376a7475cb12e70b20cb556f45f04b901 SHA512 42e58b14b1202bcf2d8b8c544d09aa11f1b7ada2b2796006651564c6f839c1e90a2adddf9a868f3858ea1af64cbd003927337fc1be957acdfa29d63c45a54d08

diff --git a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
deleted file mode 100644
index 25180f5c78..0000000000
--- a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="xrandr clone for wlroots compositors"
-HOMEPAGE="https://sr.ht/~emersion/wlr-randr/"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://git.sr.ht/~emersion/wlr-randr"
-else
-	SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64 ~arm64"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-DEPEND="
-	dev-libs/wayland
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	dev-libs/wayland-protocols
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	default
-	sed -i 's/werror=true/werror=false/' meson.build || die
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlr-randr/
@ 2024-03-14 11:31 David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-03-14 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f4468f5bdf5970fd3822877f138df3cd964f3ccb
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 10:46:26 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Mar 14 10:47:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4468f5b

gui-apps/wlr-randr: add 0.4.1

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/wlr-randr/Manifest                                       | 1 +
 .../wlr-randr/{wlr-randr-9999.ebuild => wlr-randr-0.4.1.ebuild}   | 8 ++++----
 gui-apps/wlr-randr/wlr-randr-9999.ebuild                          | 8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest
index 30f4a320fe..eded24d5be 100644
--- a/gui-apps/wlr-randr/Manifest
+++ b/gui-apps/wlr-randr/Manifest
@@ -1 +1,2 @@
 DIST wlr-randr-0.3.0.tar.gz 12439 BLAKE2B 7a7c46beb479dce1e1d3609f060a65be7893e12326229bdc93f988528fa6be6b4fd5274cceb7599224301a6a10bdab529cb9f1121e6c7127b0c5fa3e5536c64c SHA512 5f670fd392c8fc6f7781a4b6911428c406b82d0bc422f30b236db88a59371d211129cc8d4cc57fea34207a8188cac22b570bee9907149c4e7d2a283d247315eb
+DIST wlr-randr-0.4.1.tar.gz 13482 BLAKE2B a0b31d726f3cb5f8b0d90d0501f072213d69479a08f42108ab23ab8957c1da6604e5f2200a577372450578a1bcc39cf376a7475cb12e70b20cb556f45f04b901 SHA512 42e58b14b1202bcf2d8b8c544d09aa11f1b7ada2b2796006651564c6f839c1e90a2adddf9a868f3858ea1af64cbd003927337fc1be957acdfa29d63c45a54d08

diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-0.4.1.ebuild
similarity index 85%
copy from gui-apps/wlr-randr/wlr-randr-9999.ebuild
copy to gui-apps/wlr-randr/wlr-randr-0.4.1.ebuild
index 546639fdaa..e20d8a9fa4 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-0.4.1.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,10 +14,10 @@ if [[ ${PV} == 9999 ]]; then
 else
 	SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
-LICENSE="ISC"
+LICENSE="MIT"
 SLOT="0"
 
 DEPEND="
@@ -25,7 +25,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
 	virtual/pkgconfig
 "
 

diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
index 546639fdaa..e20d8a9fa4 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-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
@@ -14,10 +14,10 @@ if [[ ${PV} == 9999 ]]; then
 else
 	SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
-LICENSE="ISC"
+LICENSE="MIT"
 SLOT="0"
 
 DEPEND="
@@ -25,7 +25,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
 	virtual/pkgconfig
 "
 


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

end of thread, other threads:[~2024-03-14 11:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-07  8:24 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlr-randr/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14 11:31 David Roman
2024-03-14 11:31 David Roman
2024-02-06  9:20 Florian Schmaus
2024-01-01  3:56 David Roman
2021-04-15 12:51 Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan

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