From 9f42a2d7bcc0855a1215372976fab85a541fee8c Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sat, 12 Aug 2017 10:55:53 +0200 Subject: gnome-extra/gnome-documents: version bump 3.22.5 → 3.24.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- gnome-extra/gnome-documents/Manifest | 1 + .../gnome-documents/gnome-documents-3.24.3.ebuild | 45 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild (limited to 'gnome-extra') diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest index 5e1b2c9a5cec..d7e8b01f1397 100644 --- a/gnome-extra/gnome-documents/Manifest +++ b/gnome-extra/gnome-documents/Manifest @@ -1,3 +1,4 @@ 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 DIST gnome-documents-3.22.5.tar.xz 2312164 SHA256 cf66db140305b075015355aa0028d7f4276ba78439a95a684f1a9c8c94a5a188 SHA512 b074c5f5a5d7a698f3e571005a523f48928eca4081df7cfba6c97a0178b59ef3071920e5622e6200c8f59125fee934baaa2f07b8c011f8a4c2338c8488d0c516 WHIRLPOOL 94e5b47029384d362449bbe8c3c8ffbe551b2684cd7c0447ab3e57a8acd02d6a5c859e119a4fbb3b6a3cd25acf5a87f78fc9f0ed4a68a9c3b6def15492812f27 +DIST gnome-documents-3.24.3.tar.xz 2313680 SHA256 c2f920fe1696499ba2594c9ab3328e7f18fa8f60df0273aaad503bbe27eeb9a0 SHA512 c5b59ba4a2eb83d7c61e6e50f6af2d0b310c7b9709ea7c8a02da707cc7e335589e4bef7b6f6618bbcca729fdaed531647f7f839aa3538830a226b837d0f0118a WHIRLPOOL 7fbd205785a6dd373b1c06a4e58e908abfe6cd609e5cfd4068881eca016f503d10dce8ff2e80551a8968cb15ebdac5b1f573c95d07bd4044e4f3489c6164d700 diff --git a/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild new file mode 100644 index 000000000000..6ae2c85594cd --- /dev/null +++ b/gnome-extra/gnome-documents/gnome-documents-3.24.3.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.22.10: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 -- cgit v1.2.3-65-gdbad