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 04A73138334 for ; Sun, 9 Dec 2018 22:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1872BE0A45; Sun, 9 Dec 2018 22:58:03 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7FA9E0A45 for ; Sun, 9 Dec 2018 22:58:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E002C335C67 for ; Sun, 9 Dec 2018 22:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C83FD4DF for ; Sun, 9 Dec 2018 22:57:58 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1544396271.28c9923883eb8130ecf6ee01eea12ca116a3ee6d.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-documents/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-documents/gnome-documents-3.28.2.ebuild X-VCS-Directories: gnome-extra/gnome-documents/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 28c9923883eb8130ecf6ee01eea12ca116a3ee6d X-VCS-Branch: master Date: Sun, 9 Dec 2018 22:57:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbced8f6-1dc9-4a16-955e-d32cffd5cf13 X-Archives-Hash: 1f50bdedfb42bedb5b5f3855ba05ea4b commit: 28c9923883eb8130ecf6ee01eea12ca116a3ee6d Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 9 22:30:28 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 9 22:57:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=28c99238 gnome-extra/gnome-documents: 3.26.3 → 3.28.2 Switched to meson build system. Keep getting_started disabled as it requires inkscape and pdfunite which would require USE=doc at a minimum but does not actually seem useful other than having a document to show by default. Drop pango and gdk-pixbuf dependencies are they are supposed to be pull by gtk+3 with proper USE flags set already. Add dependencies required for man page generation, gresources and appdata translations. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue gentoo.org> .../gnome-documents/gnome-documents-3.28.2.ebuild | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/gnome-extra/gnome-documents/gnome-documents-3.28.2.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.28.2.ebuild new file mode 100644 index 00000000..677ff08e --- /dev/null +++ b/gnome-extra/gnome-documents/gnome-documents-3.28.2.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome.org gnome2-utils meson xdg + +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=" + >=dev-libs/gjs-1.48 + >=app-text/evince-3.13.3[introspection] + >=dev-libs/glib-2.39.3:2 + gnome-base/gnome-desktop:3=[introspection] + >=dev-libs/gobject-introspection-1.31.6:= + >=x11-libs/gtk+-3.22.15:3[introspection] + >=net-libs/libsoup-2.41.3:2.4 + >=app-misc/tracker-2:= + >=net-libs/webkit-gtk-2.6:4[introspection] + + >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection] + >=app-text/libgepub-0.6[introspection] + >=net-libs/gnome-online-accounts-3.2.0[introspection] + >=net-libs/libzapojit-0.0.2[introspection] + + >=x11-libs/cairo-1.14 +" +RDEPEND="${COMMON_DEPEND} + >=app-misc/tracker-miners-2[miner-fs] + net-misc/gnome-online-miners + sys-apps/dbus + x11-themes/adwaita-icon-theme +" +DEPEND="${COMMON_DEPEND} + dev-libs/appstream-glib + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xsl-stylesheets + dev-libs/libxml2:2 + x11-libs/gdk-pixbuf:2 + dev-libs/libxslt + >=sys-devel/gettext-0.19.8 + dev-util/itstool + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Ddocumentation=true + -Dgetting_started=false + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update + gnome2_icon_cache_update +}