* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2020-06-29 20:53 Matthias Coppens
0 siblings, 0 replies; 9+ messages in thread
From: Matthias Coppens @ 2020-06-29 20:53 UTC (permalink / raw
To: gentoo-commits
commit: 4211ab464b6ad019680b05e9042b98bc7b23af92
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Mon Jun 29 20:52:03 2020 +0000
Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Mon Jun 29 20:53:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4211ab46
gui-apps/wdisplays: New package
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
gui-apps/wdisplays/Manifest | 1 +
gui-apps/wdisplays/metadata.xml | 8 ++++++++
gui-apps/wdisplays/wdisplays-1.0.ebuild | 27 +++++++++++++++++++++++++++
gui-apps/wdisplays/wdisplays-9999.ebuild | 27 +++++++++++++++++++++++++++
4 files changed, 63 insertions(+)
diff --git a/gui-apps/wdisplays/Manifest b/gui-apps/wdisplays/Manifest
new file mode 100644
index 0000000..0cb2a7b
--- /dev/null
+++ b/gui-apps/wdisplays/Manifest
@@ -0,0 +1 @@
+DIST wdisplays-1.0.tar.gz 106819 BLAKE2B d8a34ea82b88f99e27b5c42dc2e8bfed2bf69db719617d81d5f2c994e9020d206937e940f57452c99b534ceda241cea570899c7bdc74377009f7aa013e78b638 SHA512 876e883747331cf67d351b7afec963d6d52b6fa3870a57ed147acf898a662fb41407b3e835acc167d32de969d4001dbe8429340849ad09a7f7b8bfdabee61e3e
diff --git a/gui-apps/wdisplays/metadata.xml b/gui-apps/wdisplays/metadata.xml
new file mode 100644
index 0000000..7066f7e
--- /dev/null
+++ b/gui-apps/wdisplays/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Matthias Coppens</name>
+ <email>coppens.matthias.abc@gmail.com</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/gui-apps/wdisplays/wdisplays-1.0.ebuild b/gui-apps/wdisplays/wdisplays-1.0.ebuild
new file mode 100644
index 0000000..02f3aa3
--- /dev/null
+++ b/gui-apps/wdisplays/wdisplays-1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/cyclopsian/${PN}"
+case "${PV}" in
+ "9999")
+ inherit git-r3
+ ;;
+ *)
+ SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+esac
+inherit meson xdg
+
+DESCRIPTION="GUI display configurator for wlroots compositors"
+HOMEPAGE="https://cyclopsian.github.io/${PN}"
+
+BDEPEND="
+ x11-libs/gtk+:3
+ gui-libs/wlroots"
+DEPEND="${BDEPEND}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+KEYWORDS="~amd64"
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
new file mode 100644
index 0000000..88406d3
--- /dev/null
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/cyclopsian/${PN}"
+case "${PV}" in
+ "9999")
+ inherit git-r3
+ ;;
+ *)
+ SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+esac
+inherit meson xdg
+
+DESCRIPTION="GUI display configurator for wlroots compositors"
+HOMEPAGE="https://cyclopsian.github.io/${PN}"
+
+BDEPEND="
+ x11-libs/gtk+:3
+ gui-libs/wlroots"
+DEPEND="${BDEPEND}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+KEYWORDS=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2020-06-30 20:23 Matthias Coppens
0 siblings, 0 replies; 9+ messages in thread
From: Matthias Coppens @ 2020-06-30 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 32f1cf6c513992aee448aa331b0da3ea190c82ec
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Tue Jun 30 20:23:10 2020 +0000
Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Tue Jun 30 20:23:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32f1cf6c
gui-apps/wdisplays: Fixed dependencies
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
gui-apps/wdisplays/wdisplays-1.0.ebuild | 2 +-
gui-apps/wdisplays/wdisplays-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/wdisplays/wdisplays-1.0.ebuild b/gui-apps/wdisplays/wdisplays-1.0.ebuild
index 02f3aa3..39f2b9d 100644
--- a/gui-apps/wdisplays/wdisplays-1.0.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.0.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="GUI display configurator for wlroots compositors"
HOMEPAGE="https://cyclopsian.github.io/${PN}"
BDEPEND="
- x11-libs/gtk+:3
+ x11-libs/gtk+:3[wayland]
gui-libs/wlroots"
DEPEND="${BDEPEND}"
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
index 88406d3..88964cf 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="GUI display configurator for wlroots compositors"
HOMEPAGE="https://cyclopsian.github.io/${PN}"
BDEPEND="
- x11-libs/gtk+:3
+ x11-libs/gtk+:3[wayland]
gui-libs/wlroots"
DEPEND="${BDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2020-09-10 12:17 Matthias Coppens
0 siblings, 0 replies; 9+ messages in thread
From: Matthias Coppens @ 2020-09-10 12:17 UTC (permalink / raw
To: gentoo-commits
commit: fb574fa21e6a0c2ff3cdca7313c6b7ca431507c2
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Thu Sep 10 11:43:14 2020 +0000
Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Thu Sep 10 12:15:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb574fa2
gui-apps/wdisplays: Port patch to 9999
Port patch for version 1.0 to the live ebuild, I thought upstream
would've pulled the PR already.
Add GitHub link to HOMEPAGE.
Fixed style to recommendations for proxy-maint ebuilds.
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
gui-apps/wdisplays/wdisplays-1.0-r2.ebuild | 21 ++++++++++-----------
gui-apps/wdisplays/wdisplays-9999.ebuild | 21 +++++++++++----------
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild
index f77ab59f..3959f430 100644
--- a/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild
@@ -3,19 +3,18 @@
EAPI=7
-EGIT_REPO_URI="https://github.com/cyclopsian/${PN}"
-case "${PV}" in
- "9999")
- inherit git-r3
- ;;
- *)
- SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-esac
+if [[ "${PV}" == 9999 ]]
+then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
+else
+ SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
inherit meson xdg
DESCRIPTION="GUI display configurator for wlroots compositors"
-HOMEPAGE="https://cyclopsian.github.io/${PN}"
+HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
BDEPEND="
x11-libs/gtk+:3[wayland]
@@ -25,4 +24,4 @@ DEPEND="${BDEPEND}"
LICENSE="GPL-3+"
SLOT="0"
-PATCHES=("${FILESDIR}/${P}-pull20.patch")
+PATCHES=("${FILESDIR}/${PN}-1.0-pull20.patch")
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
index e277e11a..3959f430 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -3,19 +3,18 @@
EAPI=7
-EGIT_REPO_URI="https://github.com/cyclopsian/${PN}"
-case "${PV}" in
- "9999")
- inherit git-r3
- ;;
- *)
- SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-esac
+if [[ "${PV}" == 9999 ]]
+then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
+else
+ SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
inherit meson xdg
DESCRIPTION="GUI display configurator for wlroots compositors"
-HOMEPAGE="https://cyclopsian.github.io/${PN}"
+HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
BDEPEND="
x11-libs/gtk+:3[wayland]
@@ -24,3 +23,5 @@ DEPEND="${BDEPEND}"
LICENSE="GPL-3+"
SLOT="0"
+
+PATCHES=("${FILESDIR}/${PN}-1.0-pull20.patch")
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2021-03-10 12:38 Aisha Tammy
0 siblings, 0 replies; 9+ messages in thread
From: Aisha Tammy @ 2021-03-10 12:38 UTC (permalink / raw
To: gentoo-commits
commit: 6aac220a1ac48e9bb3144af6707ec95ffaf914f8
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Mar 10 12:38:21 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Mar 10 12:38:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6aac220a
gui-apps/wdisplays: drop old revision
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
gui-apps/wdisplays/wdisplays-1.0-r2.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild
deleted file mode 100644
index 3959f430..00000000
--- a/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ "${PV}" == 9999 ]]
-then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
-else
- SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-inherit meson xdg
-
-DESCRIPTION="GUI display configurator for wlroots compositors"
-HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
-
-BDEPEND="
- x11-libs/gtk+:3[wayland]
- gui-libs/wlroots"
-DEPEND="${BDEPEND}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-PATCHES=("${FILESDIR}/${PN}-1.0-pull20.patch")
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2021-03-10 12:38 Aisha Tammy
0 siblings, 0 replies; 9+ messages in thread
From: Aisha Tammy @ 2021-03-10 12:38 UTC (permalink / raw
To: gentoo-commits
commit: b63c82cd36a8cde5b0929fb5ad28275d9a4365ce
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Mar 10 12:37:57 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Mar 10 12:37:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b63c82cd
gui-apps/wdisplays: fix dependencies
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
...isplays-9999.ebuild => wdisplays-1.0-r3.ebuild} | 28 ++++++++++++++--------
gui-apps/wdisplays/wdisplays-9999.ebuild | 28 ++++++++++++++--------
2 files changed, 36 insertions(+), 20 deletions(-)
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
similarity index 67%
copy from gui-apps/wdisplays/wdisplays-9999.ebuild
copy to gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
index 3959f430..e9c017e2 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
@@ -1,27 +1,35 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit meson xdg
+
+DESCRIPTION="GUI display configurator for wlroots compositors"
+HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
+
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
else
SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
-inherit meson xdg
-DESCRIPTION="GUI display configurator for wlroots compositors"
-HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
-
-BDEPEND="
+RDEPEND="
+ dev-libs/glib
+ media-libs/libepoxy
x11-libs/gtk+:3[wayland]
- gui-libs/wlroots"
-DEPEND="${BDEPEND}"
+ x11-libs/cairo
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-libs/wayland-protocols
+"
LICENSE="GPL-3+"
SLOT="0"
-PATCHES=("${FILESDIR}/${PN}-1.0-pull20.patch")
+PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
index 3959f430..e9c017e2 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -1,27 +1,35 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit meson xdg
+
+DESCRIPTION="GUI display configurator for wlroots compositors"
+HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
+
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
else
SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
-inherit meson xdg
-DESCRIPTION="GUI display configurator for wlroots compositors"
-HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
-
-BDEPEND="
+RDEPEND="
+ dev-libs/glib
+ media-libs/libepoxy
x11-libs/gtk+:3[wayland]
- gui-libs/wlroots"
-DEPEND="${BDEPEND}"
+ x11-libs/cairo
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-libs/wayland-protocols
+"
LICENSE="GPL-3+"
SLOT="0"
-PATCHES=("${FILESDIR}/${PN}-1.0-pull20.patch")
+PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2021-05-04 16:12 Haelwenn Monnier
0 siblings, 0 replies; 9+ messages in thread
From: Haelwenn Monnier @ 2021-05-04 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 5eb32c0beaa6a48c8942325aacf5287f51798a09
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue May 4 16:12:05 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue May 4 16:12:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5eb32c0b
gui-apps/wdisplays: Undelete 9999
(the upstream is dead but might not need to be removed yet)
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
gui-apps/wdisplays/wdisplays-9999.ebuild | 35 ++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
new file mode 100644
index 000000000..e9c017e2e
--- /dev/null
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="GUI display configurator for wlroots compositors"
+HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
+
+if [[ "${PV}" == 9999 ]]
+then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
+else
+ SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+RDEPEND="
+ dev-libs/glib
+ media-libs/libepoxy
+ x11-libs/gtk+:3[wayland]
+ x11-libs/cairo
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-libs/wayland-protocols
+"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2021-05-15 14:19 Matthias Coppens
0 siblings, 0 replies; 9+ messages in thread
From: Matthias Coppens @ 2021-05-15 14:19 UTC (permalink / raw
To: gentoo-commits
commit: daa38a51f459b6f219cea859541fd90533d03eec
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Sat May 15 14:16:31 2021 +0000
Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Sat May 15 14:18:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daa38a51
gui-apps/wdisplays: Change upstream developer and version bump to 1.1
The GitHub user account cyclopsian does no longer exist. As pointed out
in the referenced bug, there seem to be 2 main forks: one by luispabon
and one by artizirk. luispabon stated that they might not want to
maintain wdisplays, the artizirk fork has seen some commits and a bug
fix release.
Closes: https://bugs.gentoo.org/788163
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
gui-apps/wdisplays/Manifest | 1 +
gui-apps/wdisplays/metadata.xml | 4 ++--
gui-apps/wdisplays/wdisplays-1.0-r3.ebuild | 8 +++++---
.../{wdisplays-1.0-r3.ebuild => wdisplays-1.1.ebuild} | 10 +++++-----
gui-apps/wdisplays/wdisplays-9999.ebuild | 10 +++++-----
5 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/gui-apps/wdisplays/Manifest b/gui-apps/wdisplays/Manifest
index 0cb2a7b59..d262b7fd5 100644
--- a/gui-apps/wdisplays/Manifest
+++ b/gui-apps/wdisplays/Manifest
@@ -1 +1,2 @@
DIST wdisplays-1.0.tar.gz 106819 BLAKE2B d8a34ea82b88f99e27b5c42dc2e8bfed2bf69db719617d81d5f2c994e9020d206937e940f57452c99b534ceda241cea570899c7bdc74377009f7aa013e78b638 SHA512 876e883747331cf67d351b7afec963d6d52b6fa3870a57ed147acf898a662fb41407b3e835acc167d32de969d4001dbe8429340849ad09a7f7b8bfdabee61e3e
+DIST wdisplays-1.1.tar.gz 108410 BLAKE2B 438030d835a0b01dc65c9e69ef0019ce53741aa3be63624ffd73d7cd44e37ccb102cbc4aedaa303d7f47267353640072b3de76437f45637abfd2192b612b23ad SHA512 1aabcb4fef1bde1b8f6bb9254804bba39fe5ebdd57ecc62894aca432527be54ead39ece4008f48ddf96a28111fc409fa5a093905c8017b79bb3f6495a0dc264d
diff --git a/gui-apps/wdisplays/metadata.xml b/gui-apps/wdisplays/metadata.xml
index 87001ec02..fe5b065b1 100644
--- a/gui-apps/wdisplays/metadata.xml
+++ b/gui-apps/wdisplays/metadata.xml
@@ -6,7 +6,7 @@
<email>coppens.matthias.abc@gmail.com</email>
</maintainer>
<upstream>
- <bugs-to>https://github.com/cyclopsian/wdisplays/issues</bugs-to>
- <remote-id type="github">cyclopian/wdisplays</remote-id>
+ <bugs-to>https://github.com/artizirk/wdisplays/issues</bugs-to>
+ <remote-id type="github">artizirk/wdisplays</remote-id>
</upstream>
</pkgmetadata>
diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
index e9c017e2e..a5ac286ac 100644
--- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
@@ -6,17 +6,19 @@ EAPI=7
inherit meson xdg
DESCRIPTION="GUI display configurator for wlroots compositors"
-HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
+HOMEPAGE="https://github.com/artizirk/wdisplays"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
- EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
+ EGIT_REPO_URI="https://github.com/artizirk/wdisplays.git"
else
- SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/artizirk/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+RESTRICT="mirror test"
+
RDEPEND="
dev-libs/glib
media-libs/libepoxy
diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild b/gui-apps/wdisplays/wdisplays-1.1.ebuild
similarity index 62%
copy from gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
copy to gui-apps/wdisplays/wdisplays-1.1.ebuild
index e9c017e2e..030499155 100644
--- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.ebuild
@@ -6,17 +6,19 @@ EAPI=7
inherit meson xdg
DESCRIPTION="GUI display configurator for wlroots compositors"
-HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
+HOMEPAGE="https://github.com/artizirk/wdisplays"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
- EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
+ EGIT_REPO_URI="https://github.com/artizirk/wdisplays.git"
else
- SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/artizirk/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+RESTRICT="mirror test"
+
RDEPEND="
dev-libs/glib
media-libs/libepoxy
@@ -31,5 +33,3 @@ BDEPEND="
LICENSE="GPL-3+"
SLOT="0"
-
-PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
index e9c017e2e..030499155 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -6,17 +6,19 @@ EAPI=7
inherit meson xdg
DESCRIPTION="GUI display configurator for wlroots compositors"
-HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
+HOMEPAGE="https://github.com/artizirk/wdisplays"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
- EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
+ EGIT_REPO_URI="https://github.com/artizirk/wdisplays.git"
else
- SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/artizirk/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+RESTRICT="mirror test"
+
RDEPEND="
dev-libs/glib
media-libs/libepoxy
@@ -31,5 +33,3 @@ BDEPEND="
LICENSE="GPL-3+"
SLOT="0"
-
-PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2024-05-25 12:05 Joe Kappus
0 siblings, 0 replies; 9+ messages in thread
From: Joe Kappus @ 2024-05-25 12:05 UTC (permalink / raw
To: gentoo-commits
commit: 250235e7439c42c4fab47b57174e7d7646a6372b
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sat May 25 12:05:27 2024 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sat May 25 12:05:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=250235e7
gui-apps/wdisplays: add myself as a maintainer
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
gui-apps/wdisplays/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gui-apps/wdisplays/metadata.xml b/gui-apps/wdisplays/metadata.xml
index 1e1ae32f9..6bdc58964 100644
--- a/gui-apps/wdisplays/metadata.xml
+++ b/gui-apps/wdisplays/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>joe@wt.gd</email>
+ <name>Joe Kappus</name>
+ </maintainer>
<upstream>
<bugs-to>https://github.com/artizirk/wdisplays/issues</bugs-to>
<remote-id type="github">artizirk/wdisplays</remote-id>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
@ 2024-05-25 12:15 Joe Kappus
0 siblings, 0 replies; 9+ messages in thread
From: Joe Kappus @ 2024-05-25 12:15 UTC (permalink / raw
To: gentoo-commits
commit: dc7e00dc41618ac42f505d03a276e5cd83d264cf
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sat May 25 12:14:38 2024 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sat May 25 12:14:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc7e00dc
gui-apps/wdisplays: drop 1.0-r3, add 1.1.1 EAPI 8, fix RDEPEND
Closes: https://bugs.gentoo.org/932624
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
gui-apps/wdisplays/Manifest | 2 +-
.../wdisplays/{wdisplays-1.0-r3.ebuild => wdisplays-1.1.1.ebuild} | 7 +++----
gui-apps/wdisplays/wdisplays-1.1.ebuild | 3 ++-
gui-apps/wdisplays/wdisplays-9999.ebuild | 5 +++--
4 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/gui-apps/wdisplays/Manifest b/gui-apps/wdisplays/Manifest
index d262b7fd5..dec0873ca 100644
--- a/gui-apps/wdisplays/Manifest
+++ b/gui-apps/wdisplays/Manifest
@@ -1,2 +1,2 @@
-DIST wdisplays-1.0.tar.gz 106819 BLAKE2B d8a34ea82b88f99e27b5c42dc2e8bfed2bf69db719617d81d5f2c994e9020d206937e940f57452c99b534ceda241cea570899c7bdc74377009f7aa013e78b638 SHA512 876e883747331cf67d351b7afec963d6d52b6fa3870a57ed147acf898a662fb41407b3e835acc167d32de969d4001dbe8429340849ad09a7f7b8bfdabee61e3e
+DIST wdisplays-1.1.1.tar.gz 108810 BLAKE2B a294719c3b8e91642d53e22aaac40c3ddd9a24e2eaef8e8b412905e9a4ef4be7984c0d0c087661d975ec518304020d1f84fc7a6ac4f62f1a5708c73878646818 SHA512 46923592e9fbb5c06c3549c198aedbafd8e0b5a6a82bc11d9d0b4cb0860070000cce18e0aa109932a4e4bee34d9f235660d2ea9d485a8fce146a2755ef62f81d
DIST wdisplays-1.1.tar.gz 108410 BLAKE2B 438030d835a0b01dc65c9e69ef0019ce53741aa3be63624ffd73d7cd44e37ccb102cbc4aedaa303d7f47267353640072b3de76437f45637abfd2192b612b23ad SHA512 1aabcb4fef1bde1b8f6bb9254804bba39fe5ebdd57ecc62894aca432527be54ead39ece4008f48ddf96a28111fc409fa5a093905c8017b79bb3f6495a0dc264d
diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild b/gui-apps/wdisplays/wdisplays-1.1.1.ebuild
similarity index 87%
rename from gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
rename to gui-apps/wdisplays/wdisplays-1.1.1.ebuild
index 1e6afa740..2a1faecf7 100644
--- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson xdg
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
RDEPEND="
dev-libs/glib
+ dev-libs/wayland
media-libs/libepoxy
x11-libs/gtk+:3[wayland]
x11-libs/cairo
@@ -32,5 +33,3 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/wayland-protocols
"
-
-PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
diff --git a/gui-apps/wdisplays/wdisplays-1.1.ebuild b/gui-apps/wdisplays/wdisplays-1.1.ebuild
index 1afe894e7..757718fc4 100644
--- a/gui-apps/wdisplays/wdisplays-1.1.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
RDEPEND="
dev-libs/glib
+ dev-libs/wayland
media-libs/libepoxy
x11-libs/gtk+:3[wayland]
x11-libs/cairo
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
index 1afe894e7..2a1faecf7 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson xdg
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
RDEPEND="
dev-libs/glib
+ dev-libs/wayland
media-libs/libepoxy
x11-libs/gtk+:3[wayland]
x11-libs/cairo
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-05-25 12:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-04 16:12 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2024-05-25 12:15 Joe Kappus
2024-05-25 12:05 Joe Kappus
2021-05-15 14:19 Matthias Coppens
2021-03-10 12:38 Aisha Tammy
2021-03-10 12:38 Aisha Tammy
2020-09-10 12:17 Matthias Coppens
2020-06-30 20:23 Matthias Coppens
2020-06-29 20:53 Matthias Coppens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox