commit:     a8d5fe8cf0ffd3506b6b0fc002e4c14b816be1c5
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Fri Jan  2 10:28:45 2026 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Jan  5 07:46:39 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d5fe8c

media-radio/gpredict: sync live

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/45231
Closes: https://github.com/gentoo/gentoo/pull/45231
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/gpredict/gpredict-9999.ebuild | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/media-radio/gpredict/gpredict-9999.ebuild 
b/media-radio/gpredict/gpredict-9999.ebuild
index 2d7252dff97a..e6545a1bfd3a 100644
--- a/media-radio/gpredict/gpredict-9999.ebuild
+++ b/media-radio/gpredict/gpredict-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools
+inherit autotools xdg
 
 DESCRIPTION="Real-time satellite tracking and orbit prediction application"
 HOMEPAGE="http://gpredict.oz9aec.net";
@@ -12,24 +12,26 @@ if [[ ${PV} = "9999" ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/csete/gpredict.git";
 else
-       COMMIT="098e3768240c7f5a169930a2660a23c9f42b37d6"
-       SRC_URI="https://github.com/csete/gpredict/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-       S="${WORKDIR}/${PN}-${COMMIT}"
+       
SRC_URI="https://github.com/csete/gpredict/releases/download/v${PV}/${P}.tar.bz2";
        KEYWORDS="~amd64 ~ppc ~x86"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
 
-RDEPEND="dev-libs/glib:2
+RDEPEND="
+       dev-libs/glib:2
        x11-libs/gdk-pixbuf[jpeg]
        x11-libs/gtk+:3
-       x11-libs/goocanvas:2.0
-       net-misc/curl"
+       x11-libs/goocanvas:3.0
+       net-misc/curl
+"
 DEPEND="${RDEPEND}"
-BDEPEND="dev-util/intltool
+BDEPEND="
+       dev-util/intltool
        sys-devel/gettext
-       virtual/pkgconfig"
+       virtual/pkgconfig
+"
 
 DOCS=( AUTHORS NEWS README )
 

Reply via email to