diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-06-11 19:19:09 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-06-11 19:37:34 +0300 |
commit | 989a12d49c78c88a51ad983575fb9d9187581d8e (patch) | |
tree | 26f98996b2daea2417fc49df1473517d6e47f04d /gnome-extra/gnome-documents | |
parent | profiles/package.mask: update chromium mask for M61 (diff) | |
download | gentoo-989a12d49c78c88a51ad983575fb9d9187581d8e.tar.gz gentoo-989a12d49c78c88a51ad983575fb9d9187581d8e.tar.bz2 gentoo-989a12d49c78c88a51ad983575fb9d9187581d8e.zip |
gnome-extra/gnome-documents: bump to 3.22.4, fix deps
Reorder deps to pkg-config and then GIR check order;
Due to configure GIR checks some runtime only deps are actually
build time deps too (will likely change with meson conversion in 3.26).
Remove unnecessary clutter dependencies - clutter hasn't been used since 3.8..
This release made 3 of the deps runtime (+aforementioned configure check) only,
while they were linked to before; thus there's no explicit minimum version check,
but I've left the old minimum requirement in for those. But removed from
gdk-pixbuf, as the referenced function in the comments isn't used anymore
and the gtk dep already pulls in newer anyway.
Diffstat (limited to 'gnome-extra/gnome-documents')
-rw-r--r-- | gnome-extra/gnome-documents/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-documents/gnome-documents-3.22.4.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest index 19eabcd64d48..261aa5cdbf5d 100644 --- a/gnome-extra/gnome-documents/Manifest +++ b/gnome-extra/gnome-documents/Manifest @@ -1 +1,2 @@ DIST gnome-documents-3.22.3.tar.xz 2314508 SHA256 c63010e1da641fb7e5b0e5eb779d3b6824c9b254e0f5bf47d7ef0a31ad635f4f SHA512 1984d83a8246a085a1fe716ba31da738a3976b7900c993f4ff57c290bdf86d1223b856bc9aabb071c6d9579c994f3468fbba2653e086f15725a43ff5eb534a02 WHIRLPOOL da565292d4e558fc2aa5681d6aa55b15a9e170b915232d0085a802f7f1eb51dedf03d5b8b973383ab94c6df388e31f5a966c8409e422716ab0d4f34cf6e84292 +DIST gnome-documents-3.22.4.tar.xz 2311320 SHA256 65db92a735290e5b33df9f961f280f569c7e07a65d0cf449ea15a462c3acb4b5 SHA512 a55ba63c930830dd769b0e15c9710a9de6bd065cdc3131fa735d205cab7ec8b5f0c3a7ef89e55965fc95ebf4ead653aa087166c6c251aa33d95e22529a343578 WHIRLPOOL a592a5e45b4effbbf2708723456a04f14cb4bb810016d72573d435d17cabc31fdbb6152673ad477958c7341da081e543953ca02d2559e128824cbf7b3cd81901 diff --git a/gnome-extra/gnome-documents/gnome-documents-3.22.4.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.22.4.ebuild new file mode 100644 index 000000000000..f71284f3fff5 --- /dev/null +++ b/gnome-extra/gnome-documents/gnome-documents-3.22.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="A document manager application for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Documents" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +# cairo-1.14 for cairo_surface_set_device_scale check and usage +COMMON_DEPEND=" + >=app-text/evince-3.13.3[introspection] + >=net-libs/webkit-gtk-2.6:4[introspection] + dev-libs/gjs + >=dev-libs/glib-2.39.3:2 + >=dev-libs/gobject-introspection-1.31.6:= + >=x11-libs/gtk+-3.19.1:3[introspection] + >=net-libs/libsoup-2.41.3:2.4 + gnome-base/gnome-desktop:3=[introspection] + >=app-misc/tracker-1:=[miner-fs] + >=x11-libs/cairo-1.14 + >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection] + x11-libs/gdk-pixbuf:2[introspection] + >=net-libs/gnome-online-accounts-3.2.0[introspection] + x11-libs/pango[introspection] + >=net-libs/libzapojit-0.0.2[introspection] + >=app-text/libgepub-0.4[introspection] +" +RDEPEND="${COMMON_DEPEND} + net-misc/gnome-online-miners + sys-apps/dbus + x11-themes/adwaita-icon-theme +" +DEPEND="${COMMON_DEPEND} + dev-libs/libxslt + >=dev-util/intltool-0.50.1 + dev-util/itstool + virtual/pkgconfig +" +# eautoreconf requires yelp-tools |