mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
xfce-extra/xfce4-screenshooter: Fix deps and update URLs
Closes: https://bugs.gentoo.org/880443 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user