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

commit:     4ba3bac584078884a2ec724e90fe876b7f1cb2be
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 19:28:09 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 19:28:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ba3bac5

gui-apps/gradience: fix slot dep for libsoup

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

 .../gradience/{gradience-0.3.0.ebuild => gradience-0.3.0-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/gradience/gradience-0.3.0.ebuild b/gui-apps/gradience/gradience-0.3.0-r1.ebuild
similarity index 97%
rename from gui-apps/gradience/gradience-0.3.0.ebuild
rename to gui-apps/gradience/gradience-0.3.0-r1.ebuild
index c92cb40a3..5932f240c 100644
--- a/gui-apps/gradience/gradience-0.3.0.ebuild
+++ b/gui-apps/gradience/gradience-0.3.0-r1.ebuild
@@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 BDEPEND="
 	${PYTHON_DEPS}
 	dev-libs/glib:2
-	>=net-libs/libsoup-3.2.0:3
+	>=net-libs/libsoup-3.2.0:3.0
 	dev-libs/gobject-introspection
 	dev-util/blueprint-compiler
 	dev-lang/sassc


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/gradience/
@ 2024-05-02 15:42 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-05-02 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     44756a3b6ec94c0d83f6bc560ebed2ef1c17a408
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May  1 13:34:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  1 13:34:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44756a3b

gui-apps/gradience: simplify misleading SRC_URI

> SRC_URI+=".."
> SRC_URI=".."
The second line overwrites the first one, thus, the patchset is never
included. Since it isn't available online either, I contacted Matt to
find out if they happen to have it elsewhere.

The package needs a version bump, so it might not be relevant after all.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gui-apps/gradience/gradience-0.3.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gui-apps/gradience/gradience-0.3.0-r1.ebuild b/gui-apps/gradience/gradience-0.3.0-r1.ebuild
index e809578c1f..8723979bb1 100644
--- a/gui-apps/gradience/gradience-0.3.0-r1.ebuild
+++ b/gui-apps/gradience/gradience-0.3.0-r1.ebuild
@@ -8,9 +8,10 @@ inherit meson xdg python-single-r1
 
 DESCRIPTION="GNOME's main interface to configure various aspects of the desktop"
 HOMEPAGE="https://github.com/GradienceTeam/Gradience"
-SRC_URI+="https://dev.gentoo.org/~mattst88/distfiles/${PN}-42.0-patchset.tar.xz"
 SRC_URI="https://github.com/GradienceTeam/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
+S="${WORKDIR}"/Gradience-${PV}
+
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -41,8 +42,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}"/Gradience-${PV}
-
 src_prepare() {
 	default
 	xdg_environment_reset


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/gradience/
@ 2024-08-06 14:10 Lucio Sauer
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2024-08-06 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     de88dea443098b6c274d1a1da8dea5a0a68baa11
Author:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Tue Aug  6 13:22:16 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Tue Aug  6 13:22:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de88dea4

gui-apps/gradience: drop ALLARCHES

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>

 gui-apps/gradience/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gui-apps/gradience/metadata.xml b/gui-apps/gradience/metadata.xml
index cf9dda3ea..36c441d66 100644
--- a/gui-apps/gradience/metadata.xml
+++ b/gui-apps/gradience/metadata.xml
@@ -5,7 +5,6 @@
 		<email>pascal.jaeger@leimstift.de</email>
 		<name>Pascal Jaeger</name>
 	</maintainer>
-	<stabilize-allarches/>
 	<upstream>
 		<maintainer status="inactive">
 			<name>Gradience Team</name>


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 19:30 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/gradience/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-05-02 15:42 David Roman
2024-08-06 14:10 Lucio Sauer

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