diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-09 06:41:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-09 07:12:38 +0100 |
commit | 741cb283462bca5aa25b9dd8655be689e6de7137 (patch) | |
tree | 200028576b8c01ef8c7c73836b3c30de2f38dcfe /xfce-extra | |
parent | net-libs/wandio: update upstream metadata (diff) | |
download | gentoo-741cb283462bca5aa25b9dd8655be689e6de7137.tar.gz gentoo-741cb283462bca5aa25b9dd8655be689e6de7137.tar.bz2 gentoo-741cb283462bca5aa25b9dd8655be689e6de7137.zip |
xfce-extra/xfce4-screenshooter: Fix deps and update URLs
Closes: https://bugs.gentoo.org/880443
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11-r1.ebuild (renamed from xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.11.ebuild) | 21 |
1 files 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 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 |