Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
Date: Thu, 02 Mar 2023 13:54:13
Message-Id: 1677765209.17a67de2070b1d1d40ba1f66165c6890867d9a2e.pacho@gentoo
1 commit: 17a67de2070b1d1d40ba1f66165c6890867d9a2e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 13:53:18 2023 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 13:53:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a67de2
7
8 www-client/uget: Sync with latest changes
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 www-client/uget/uget-9999.ebuild | 16 +++++++++++-----
13 1 file changed, 11 insertions(+), 5 deletions(-)
14
15 diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
16 index 107388398e44..bd1d745b7b0e 100644
17 --- a/www-client/uget/uget-9999.ebuild
18 +++ b/www-client/uget/uget-9999.ebuild
19 @@ -1,13 +1,13 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 inherit autotools git-r3 xdg
28
29 DESCRIPTION="Download manager using gtk+ and libcurl"
30 HOMEPAGE="http://www.ugetdm.com"
31 -EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
32 +EGIT_REPO_URI="https://git.code.sf.net/p/urlget/uget2"
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 @@ -24,16 +24,22 @@ RDEPEND="
37 dev-libs/libgcrypt:0
38 )
39 aria2? ( net-misc/aria2[xmlrpc] )
40 - appindicator? ( dev-libs/libappindicator:3 )
41 + appindicator? ( dev-libs/libayatana-appindicator )
42 gstreamer? ( media-libs/gstreamer:1.0 )
43 openssl? ( dev-libs/openssl:= )
44 - libnotify? ( x11-libs/libnotify )"
45 + libnotify? ( x11-libs/libnotify )
46 +"
47 DEPEND="${RDEPEND}"
48 BDEPEND="
49 dev-util/intltool
50 virtual/pkgconfig
51 sys-devel/gettext"
52
53 +PATCHES=(
54 + # https://github.com/ugetdm/uget/issues/49
55 + "${FILESDIR}"/${PN}-2.2.1-ayatana.patch
56 +)
57 +
58 src_prepare() {
59 default
60 eautoreconf