public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-documents/
Date: Tue, 21 Mar 2017 04:15:14 +0000 (UTC)	[thread overview]
Message-ID: <1490069692.fde65e3dbe9ad42063ec06fece845c9679f99675.leio@gentoo> (raw)

commit:     fde65e3dbe9ad42063ec06fece845c9679f99675
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 04:05:32 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 04:14:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde65e3d

gnome-extra/gnome-documents: bump to 3.22.1

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 gnome-extra/gnome-documents/Manifest               |  1 +
 .../gnome-documents/gnome-documents-3.22.1.ebuild  | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest
index 24ba01aa380..6786952f0b6 100644
--- a/gnome-extra/gnome-documents/Manifest
+++ b/gnome-extra/gnome-documents/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-documents-3.20.1.tar.xz 2327412 SHA256 c73810ded97431360ba80c127d3244b1e6e416643fba0ba96411d22729211394 SHA512 f879a9761f5a34cb006a7df3933dfbd8f4c54e3fecf1601bd48d05a0994821eb8e7f5ba54f7ac5a2b6cd9674b733dd74445592d1e20f6903073965ec79072916 WHIRLPOOL d66fd64403d27610725562edb444ee93108984a7b5dec7dd7322f896734e75241f67e3939cd0000f4031f531c9b9fc3354d13436394725fa845a25096596498c
 DIST gnome-documents-3.22.0.tar.xz 2336988 SHA256 edf5cd6b7b7f5847217b60885358030598e551010087d2a9d1765ae6777041ad SHA512 82bf3b67e6ebe3a8a2415d9bacfa4323eab31a32d23b852f07f30579d5437c1f436c2a0d25174e9ba9131a90eb1900dfe33cfcc214fe600a903edf00de14b325 WHIRLPOOL 254f8c30617f1aea952e07d69ce0ca43f91b208ef2d8623f79624c7371901112bf8bd409ee9ded5f779953a91117931eb2b1362888e928f7654353a939fd3fee
+DIST gnome-documents-3.22.1.tar.xz 2313364 SHA256 3879f1f31c3339cd69355945b4cf217e25dc6ed9cc7577d25d0353e0a1b8e8cb SHA512 519efc6f68d3a1ce4905d5aa1d16d273ad14323979a0c2188731af6ba3a5830b809186021f8138ce14a3feb398a005bed737d0c89c1032e4bd985123207bd481 WHIRLPOOL 968801d8a2c86b91199f85b21bb6f6652885c3ad4d70520e6234838f87591ca8f7190c77ca98d2f9099ee10654518f303c2c542ab94193425592beb79f576b68

diff --git a/gnome-extra/gnome-documents/gnome-documents-3.22.1.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.22.1.ebuild
new file mode 100644
index 00000000000..25b1a4b7bec
--- /dev/null
+++ b/gnome-extra/gnome-documents/gnome-documents-3.22.1.ebuild
@@ -0,0 +1,47 @@
+# 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"
+
+# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
+COMMON_DEPEND="
+	>=app-misc/tracker-1:=[miner-fs]
+	>=app-text/evince-3.13.3[introspection]
+	>=app-text/libgepub-0.4[introspection]
+	dev-libs/gjs
+	>=dev-libs/glib-2.39.3:2
+	>=dev-libs/gobject-introspection-1.31.6:=
+	>=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
+	gnome-base/gnome-desktop:3=[introspection]
+	>=media-libs/clutter-1.10:1.0
+	>=media-libs/clutter-gtk-1.3.2:1.0[introspection]
+	>=net-libs/gnome-online-accounts-3.2.0[introspection]
+	>=net-libs/libsoup-2.41.3:2.4
+	>=net-libs/libzapojit-0.0.2[introspection]
+	>=net-libs/webkit-gtk-2.6:4[introspection]
+	>=x11-libs/gdk-pixbuf-2.25:2[introspection]
+	>=x11-libs/gtk+-3.19.1:3[introspection]
+	x11-libs/pango[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+	media-libs/clutter[introspection]
+	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


             reply	other threads:[~2017-03-21  4:15 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21  4:15 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-28 16:27 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-documents/ Matt Turner
2020-03-01 16:18 Mart Raudsepp
2019-05-18 19:59 Mart Raudsepp
2019-04-10 12:20 Mart Raudsepp
2019-04-09 21:09 Mikle Kolyada
2019-04-08  2:18 Thomas Deutschmann
2019-03-17 17:00 Mart Raudsepp
2019-03-17 14:09 Mart Raudsepp
2019-02-15 17:51 Mart Raudsepp
2019-02-12 14:56 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-27  0:41 Thomas Deutschmann
2018-01-18  3:31 Mikle Kolyada
2017-12-20 20:23 Mart Raudsepp
2017-08-12  9:42 Gilles Dartiguelongue
2017-07-09 22:14 Mart Raudsepp
2017-06-11 16:37 Mart Raudsepp
2017-04-27 22:08 Mart Raudsepp
2017-04-23 21:23 Agostino Sarubbo
2017-04-22 12:39 Mart Raudsepp
2017-03-28 23:19 Mart Raudsepp
2017-03-21  4:15 Mart Raudsepp
2016-09-11 11:28 Gilles Dartiguelongue
2016-06-25 18:43 Pacho Ramos
2016-06-25 18:43 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-12-30 10:24 Pacho Ramos
2015-09-20 16:41 Pacho Ramos
2015-09-20 16:41 Pacho Ramos
2015-09-07 19:58 Mikle Kolyada
2015-09-01 22:27 Gilles Dartiguelongue
2015-09-01 22:27 Gilles Dartiguelongue

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=1490069692.fde65e3dbe9ad42063ec06fece845c9679f99675.leio@gentoo \
    --to=leio@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