public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-documents/
Date: Tue, 11 Dec 2018 13:13:46 +0000 (UTC)	[thread overview]
Message-ID: <1544534020.b2cc62b2025b163bef0d11dd8df8210f86030eaa.eva@gentoo> (raw)

commit:     b2cc62b2025b163bef0d11dd8df8210f86030eaa
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 13:13:32 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 13:13:40 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b2cc62b2

gnome-extra/gnome-documents: update live ebuild

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 .../gnome-documents/gnome-documents-9999.ebuild    | 53 +++++++++++++++-------
 1 file changed, 36 insertions(+), 17 deletions(-)

diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
index 77c590d8..2d8cee6a 100644
--- a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
+++ b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit gnome2
+inherit gnome.org gnome2-utils meson xdg
 if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
+	inherit git-r3
+	SRC_URI=""
+	EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/${GNOME_ORG_MODULE}"
 fi
 
 DESCRIPTION="A document manager application for GNOME"
@@ -21,22 +23,22 @@ fi
 
 # 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-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
-	gnome-base/gnome-desktop:3=[introspection]
 	>=app-misc/tracker-2:=
-	>=x11-libs/cairo-1.14
+	>=net-libs/webkit-gtk-2.6:4[introspection]
+
 	>=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
-	x11-libs/gdk-pixbuf:2[introspection]
+	>=app-text/libgepub-0.6[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.5[introspection]
+
+	>=x11-libs/cairo-1.14
 "
 RDEPEND="${COMMON_DEPEND}
 	>=app-misc/tracker-miners-2[miner-fs]
@@ -44,17 +46,34 @@ RDEPEND="${COMMON_DEPEND}
 	sys-apps/dbus
 	x11-themes/adwaita-icon-theme
 "
-# libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${COMMON_DEPEND}
-	dev-libs/libxml2
+	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
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-	"
-fi
+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
+}


             reply	other threads:[~2018-12-11 13:13 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-11 13:13 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-02-16 21:08 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-documents/ Mart Raudsepp
2018-12-09 22:57 Gilles Dartiguelongue
2018-12-09 22:57 Gilles Dartiguelongue
2018-12-09 22:57 Gilles Dartiguelongue
2018-07-31 14:34 Sobhan Mohammadpour
2018-06-24 19:33 Gilles Dartiguelongue
2018-06-24 19:33 Gilles Dartiguelongue
2018-05-07 17:56 Sobhan Mohammadpour
2018-04-21 19:07 Sobhan Mohammadpour
2018-01-12 13:26 Dennis Lamm
2016-04-02 16:34 Ole Reifschneider
2015-05-12 19:31 Gilles Dartiguelongue
2014-12-22 23:11 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-10-18 14:55 Gilles Dartiguelongue
2014-04-20 22:57 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2013-12-22 23:28 Gilles Dartiguelongue
2013-12-01 18:42 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2012-12-25 18:25 Gilles Dartiguelongue
2012-11-20  8:10 Gilles Dartiguelongue
2012-10-27 19:40 Gilles Dartiguelongue
2012-09-22 18:03 Nirbheek Chauhan
2012-09-10  6:22 Nirbheek Chauhan
2012-05-24  9:11 Alexandre Restovtsev
2012-04-02  9:45 Alexandre Restovtsev
2012-03-26  8:20 Nirbheek Chauhan
2012-03-15 15:44 Nirbheek Chauhan
2011-10-18  7:37 Alexandre Restovtsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544534020.b2cc62b2025b163bef0d11dd8df8210f86030eaa.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox