* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2020-11-12 18:54 Aisha Tammy
0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2020-11-12 18:54 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: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2021-02-05 15:58 Aisha Tammy
0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2021-02-05 15:58 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: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2021-04-15 7:09 Theo Anderson
0 siblings, 0 replies; 11+ messages in thread
From: Theo Anderson @ 2021-04-15 7:09 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: Theo Anderson <telans <AT> posteo <DOT> de>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2023-02-24 13:36 Aisha Tammy
0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2023-02-24 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 65161a7a56cdc9162407291d7d05b4e231a2f0af
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Feb 24 13:35:21 2023 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Feb 24 13:35:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65161a7a
gui-apps/wlr-randr: drop 0.1.0, 0.2.0
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
gui-apps/wlr-randr/Manifest | 2 --
gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild | 34 -------------------------------
gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild | 34 -------------------------------
3 files changed, 70 deletions(-)
diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest
index 5815719e9..30f4a320f 100644
--- a/gui-apps/wlr-randr/Manifest
+++ b/gui-apps/wlr-randr/Manifest
@@ -1,3 +1 @@
-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
DIST wlr-randr-0.3.0.tar.gz 12439 BLAKE2B 7a7c46beb479dce1e1d3609f060a65be7893e12326229bdc93f988528fa6be6b4fd5274cceb7599224301a6a10bdab529cb9f1121e6c7127b0c5fa3e5536c64c SHA512 5f670fd392c8fc6f7781a4b6911428c406b82d0bc422f30b236db88a59371d211129cc8d4cc57fea34207a8188cac22b570bee9907149c4e7d2a283d247315eb
diff --git a/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild
deleted file mode 100644
index a2cf2099f..000000000
--- a/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
-"
-
-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
deleted file mode 100644
index 27edd5865..000000000
--- a/gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
-"
-
-src_prepare() {
- default
- sed -i 's/werror=true/werror=false/' meson.build || die
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2023-02-24 13:36 Aisha Tammy
0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2023-02-24 13:36 UTC (permalink / raw
To: gentoo-commits
commit: c4b51c43c55f9b56fc9cd3627ba086df1bbcea92
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Feb 24 13:33:04 2023 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Feb 24 13:35:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4b51c43
gui-apps/wlr-randr: add 0.3.0, update url to sourcehut
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
gui-apps/wlr-randr/Manifest | 1 +
gui-apps/wlr-randr/metadata.xml | 11 +++++++----
.../{wlr-randr-9999.ebuild => wlr-randr-0.3.0.ebuild} | 10 +++++-----
gui-apps/wlr-randr/wlr-randr-9999.ebuild | 10 +++++-----
4 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest
index c1a8f26d8..5815719e9 100644
--- a/gui-apps/wlr-randr/Manifest
+++ b/gui-apps/wlr-randr/Manifest
@@ -1,2 +1,3 @@
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
+DIST wlr-randr-0.3.0.tar.gz 12439 BLAKE2B 7a7c46beb479dce1e1d3609f060a65be7893e12326229bdc93f988528fa6be6b4fd5274cceb7599224301a6a10bdab529cb9f1121e6c7127b0c5fa3e5536c64c SHA512 5f670fd392c8fc6f7781a4b6911428c406b82d0bc422f30b236db88a59371d211129cc8d4cc57fea34207a8188cac22b570bee9907149c4e7d2a283d247315eb
diff --git a/gui-apps/wlr-randr/metadata.xml b/gui-apps/wlr-randr/metadata.xml
index a3865a3c5..c7dde1c96 100644
--- a/gui-apps/wlr-randr/metadata.xml
+++ b/gui-apps/wlr-randr/metadata.xml
@@ -1,8 +1,11 @@
<?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="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourcehut">emersion/wlr-randr</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
similarity index 64%
copy from gui-apps/wlr-randr/wlr-randr-9999.ebuild
copy to gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
index a2cf2099f..d1a7f4f9f 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
@@ -1,18 +1,18 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson
DESCRIPTION="xrandr clone for wlroots compositors"
-HOMEPAGE="https://github.com/emersion/wlr-randr"
+HOMEPAGE="https://git.sr.ht/~emersion/wlr-randr"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/wlr-randr"
+ EGIT_REPO_URI="https://git.sr.ht/~emersion/wlr-randr"
else
- SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz"
+ SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
index a2cf2099f..d1a7f4f9f 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
@@ -1,18 +1,18 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson
DESCRIPTION="xrandr clone for wlroots compositors"
-HOMEPAGE="https://github.com/emersion/wlr-randr"
+HOMEPAGE="https://git.sr.ht/~emersion/wlr-randr"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/wlr-randr"
+ EGIT_REPO_URI="https://git.sr.ht/~emersion/wlr-randr"
else
- SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz"
+ SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2023-02-26 15:34 Aisha Tammy
0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2023-02-26 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 56e4479ae4a293a7338291eea936e8dcc374e509
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Feb 26 15:33:38 2023 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Feb 26 15:34:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56e4479a
gui-apps/wlr-randr: fix source folder
Closes: https://bugs.gentoo.org/897768
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild | 1 +
gui-apps/wlr-randr/wlr-randr-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
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 d1a7f4f9f..5a0080833 100644
--- a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
@@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then
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"
fi
diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
index d1a7f4f9f..5a0080833 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
@@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then
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"
fi
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2023-04-30 6:41 Joe Kappus
0 siblings, 0 replies; 11+ messages in thread
From: Joe Kappus @ 2023-04-30 6:41 UTC (permalink / raw
To: gentoo-commits
commit: 53c8f1b004f6de71fe7e828d8425f1c5406a595a
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Apr 30 06:38:50 2023 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sun Apr 30 06:38:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53c8f1b0
gui-apps/wlr-randr: update HOMEPAGE
Stops the 404 error on repology.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild | 2 +-
gui-apps/wlr-randr/wlr-randr-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 5a0080833..546639fda 100644
--- a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit meson
DESCRIPTION="xrandr clone for wlroots compositors"
-HOMEPAGE="https://git.sr.ht/~emersion/wlr-randr"
+HOMEPAGE="https://sr.ht/~emersion/wlr-randr/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
index 5a0080833..546639fda 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit meson
DESCRIPTION="xrandr clone for wlroots compositors"
-HOMEPAGE="https://git.sr.ht/~emersion/wlr-randr"
+HOMEPAGE="https://sr.ht/~emersion/wlr-randr/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2024-01-01 2:41 Joe Kappus
0 siblings, 0 replies; 11+ messages in thread
From: Joe Kappus @ 2024-01-01 2:41 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: Joe Kappus <joe <AT> wt <DOT> gd>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2024-02-05 20:09 Piotr Kubaj
0 siblings, 0 replies; 11+ messages in thread
From: Piotr Kubaj @ 2024-02-05 20:09 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: Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2024-03-14 10:48 Takuya Wakazono
0 siblings, 0 replies; 11+ messages in thread
From: Takuya Wakazono @ 2024-03-14 10:48 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: Takuya Wakazono <pastalian46 <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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
@ 2024-03-14 10:48 Takuya Wakazono
0 siblings, 0 replies; 11+ messages in thread
From: Takuya Wakazono @ 2024-03-14 10:48 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: Takuya Wakazono <pastalian46 <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] 11+ messages in thread
end of thread, other threads:[~2024-03-14 10:48 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-30 6:41 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/ Joe Kappus
-- strict thread matches above, loose matches on Subject: below --
2024-03-14 10:48 Takuya Wakazono
2024-03-14 10:48 Takuya Wakazono
2024-02-05 20:09 Piotr Kubaj
2024-01-01 2:41 Joe Kappus
2023-02-26 15:34 Aisha Tammy
2023-02-24 13:36 Aisha Tammy
2023-02-24 13:36 Aisha Tammy
2021-04-15 7:09 Theo Anderson
2021-02-05 15:58 Aisha Tammy
2020-11-12 18:54 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox