From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03A98139694 for ; Sun, 11 Jun 2017 16:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 394E621C08C; Sun, 11 Jun 2017 16:37:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0601121C08C for ; Sun, 11 Jun 2017 16:37:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0FFA3419CE for ; Sun, 11 Jun 2017 16:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A2F24A2 for ; Sun, 11 Jun 2017 16:37:42 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1497199054.989a12d49c78c88a51ad983575fb9d9187581d8e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-documents/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-documents/Manifest gnome-extra/gnome-documents/gnome-documents-3.22.4.ebuild X-VCS-Directories: gnome-extra/gnome-documents/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 989a12d49c78c88a51ad983575fb9d9187581d8e X-VCS-Branch: master Date: Sun, 11 Jun 2017 16:37:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8b3644b-878c-4c7a-b2b0-cb572e5aeda0 X-Archives-Hash: 7b236c2b8ac72c0bfb38f38773f8e39f commit: 989a12d49c78c88a51ad983575fb9d9187581d8e Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jun 11 16:19:09 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jun 11 16:37:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989a12d4 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. gnome-extra/gnome-documents/Manifest | 1 + .../gnome-documents/gnome-documents-3.22.4.ebuild | 45 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest index 19eabcd64d4..261aa5cdbf5 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 00000000000..f71284f3fff --- /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