From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B237158030 for ; Thu, 2 Mar 2023 13:54:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5F10E07FE; Thu, 2 Mar 2023 13:54:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DB3BE07FE for ; Thu, 2 Mar 2023 13:54:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 665B8340834 for ; Thu, 2 Mar 2023 13:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2D38C7 for ; Thu, 2 Mar 2023 13:54:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1677765209.17a67de2070b1d1d40ba1f66165c6890867d9a2e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/uget/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/uget/uget-9999.ebuild X-VCS-Directories: www-client/uget/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 17a67de2070b1d1d40ba1f66165c6890867d9a2e X-VCS-Branch: master Date: Thu, 2 Mar 2023 13:54:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7af0230d-1850-4a21-9f42-d405549feda7 X-Archives-Hash: 9c6d8d5ca37f1a49dcd0b0c092422380 commit: 17a67de2070b1d1d40ba1f66165c6890867d9a2e Author: Pacho Ramos gentoo org> AuthorDate: Thu Mar 2 13:53:18 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Mar 2 13:53:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a67de2 www-client/uget: Sync with latest changes Signed-off-by: Pacho Ramos gentoo.org> www-client/uget/uget-9999.ebuild | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild index 107388398e44..bd1d745b7b0e 100644 --- a/www-client/uget/uget-9999.ebuild +++ b/www-client/uget/uget-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools git-r3 xdg DESCRIPTION="Download manager using gtk+ and libcurl" HOMEPAGE="http://www.ugetdm.com" -EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2" +EGIT_REPO_URI="https://git.code.sf.net/p/urlget/uget2" LICENSE="LGPL-2.1" SLOT="0" @@ -24,16 +24,22 @@ RDEPEND=" dev-libs/libgcrypt:0 ) aria2? ( net-misc/aria2[xmlrpc] ) - appindicator? ( dev-libs/libappindicator:3 ) + appindicator? ( dev-libs/libayatana-appindicator ) gstreamer? ( media-libs/gstreamer:1.0 ) openssl? ( dev-libs/openssl:= ) - libnotify? ( x11-libs/libnotify )" + libnotify? ( x11-libs/libnotify ) +" DEPEND="${RDEPEND}" BDEPEND=" dev-util/intltool virtual/pkgconfig sys-devel/gettext" +PATCHES=( + # https://github.com/ugetdm/uget/issues/49 + "${FILESDIR}"/${PN}-2.2.1-ayatana.patch +) + src_prepare() { default eautoreconf