diff options
Diffstat (limited to 'xfce-extra/xfce4-screenshooter')
-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 |