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 A9A47158020 for ; Wed, 9 Nov 2022 06:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD5EEE0894; Wed, 9 Nov 2022 06:12:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A277AE0894 for ; Wed, 9 Nov 2022 06:12:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA0A9340EEB for ; Wed, 9 Nov 2022 06:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA0F603 for ; Wed, 9 Nov 2022 06:12:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1667974358.741cb283462bca5aa25b9dd8655be689e6de7137.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screenshooter/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11-r1.ebuild xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11.ebuild X-VCS-Directories: xfce-extra/xfce4-screenshooter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 741cb283462bca5aa25b9dd8655be689e6de7137 X-VCS-Branch: master Date: Wed, 9 Nov 2022 06:12:50 +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: 5d25eaf4-5e88-4540-9971-4b67fe71df29 X-Archives-Hash: e201554e582ff842b565a08a9a071d24 commit: 741cb283462bca5aa25b9dd8655be689e6de7137 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 9 05:41:46 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 9 06:12:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741cb283 xfce-extra/xfce4-screenshooter: Fix deps and update URLs Closes: https://bugs.gentoo.org/880443 Signed-off-by: Michał Górny gentoo.org> ....ebuild => xfce4-screenshooter-1.9.11-r1.ebuild} | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11-r1.ebuild similarity index 77% rename from xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11.ebuild rename to xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11-r1.ebuild index 4d79e3cc8d00..1e931d94c97f 100644 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11.ebuild +++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11-r1.ebuild @@ -6,19 +6,22 @@ EAPI=8 inherit xdg-utils DESCRIPTION="Xfce4 screenshooter application and panel plugin" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-screenshooter" +HOMEPAGE=" + https://docs.xfce.org/apps/xfce4-screenshooter/start + https://gitlab.xfce.org/apps/xfce4-screenshooter/ +" SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -RDEPEND=" - >=dev-libs/glib-2.16:= - >=net-libs/libsoup-2.26:= - >=x11-libs/gdk-pixbuf-2.16:= - >=x11-libs/gtk+-3.20:3= - >=x11-libs/pango-1.44:= +DEPEND=" + >=dev-libs/glib-2.16 + >=net-libs/libsoup-2.26:2.4 + >=x11-libs/gdk-pixbuf-2.16 + >=x11-libs/gtk+-3.20:3 + >=x11-libs/pango-1.44 dev-libs/libxml2:= x11-libs/libX11:= x11-libs/libXext:= @@ -28,7 +31,9 @@ RDEPEND=" >=xfce-base/libxfce4util-4.14:= >=xfce-base/libxfce4ui-4.14:= " -DEPEND="${RDEPEND}" +RDEPEND=" + ${DEPEND} +" BDEPEND=" dev-util/glib-utils dev-util/intltool