public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/
Date: Sun, 15 Nov 2015 10:30:41 +0000 (UTC)	[thread overview]
Message-ID: <1447583412.79e78cbc4cd06b729c8d6a3d3342de70b9124b7f.pacho@gentoo> (raw)

commit:     79e78cbc4cd06b729c8d6a3d3342de70b9124b7f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 10:06:33 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 10:30:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e78cbc

gnome-extra/sushi: Version bump

Package-Manager: portage-2.2.24

 gnome-extra/sushi/Manifest            |  1 +
 gnome-extra/sushi/sushi-3.18.0.ebuild | 52 +++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index f6130c4..d2d64a6 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1,3 @@
 DIST sushi-3.12.0.tar.xz 281976 SHA256 78594a858371b671671205e7b2518e7eb82ed8c2540b62f45a657aaabdf1a9ff SHA512 909cf9f820a1e78f1a74d08a152e6ad4713d25d4043be3c76739f73422764fbceb843ae083948cb1f7e7d862f011881087fe3ef4a4ee3afeeec47513bcf8dec2 WHIRLPOOL de3ddd9055ed664741846ab0de80d34803a0560d4ed5ecaaf2812d437d2f078dcae021cf8d3b6ebe68e3b38ae342b91b7dccb25b7391caed5477a7299e734b76
 DIST sushi-3.16.0.tar.xz 282588 SHA256 86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034 SHA512 7938aa5457fa05f806c68ca28365a93236465737293fef1efa0a2435db6e95f347f0524a086435306ecb2a90fd9a93c2f01b2f6523afb5ddf8d2a6c1380e4165 WHIRLPOOL 76f154bc0a139c660cc23ca1d17c2b73344ce0ac274466286e885e004c7ef8939768bd2e473b1a6bfedc720f1dab85fd7d2be9869e31b79fe077bf588b9c0cb9
+DIST sushi-3.18.0.tar.xz 294676 SHA256 7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c SHA512 9243486a10302f312c45e39496803d74d00d2121b80e813cf4c8c01a25c14dfbc0fba72cdcc6b2d72127c1c15d8415ecaa4ae0b7ee892c69f1dea9407cbaaf61 WHIRLPOOL ac9c13d8ce47c35d53b09d6a187fc44eb55630bcf396682ed94391b4a9874f65fed86b36296044660acbb92330bf05e8e66af6e338db666691dced92df18c7cc

diff --git a/gnome-extra/sushi/sushi-3.18.0.ebuild b/gnome-extra/sushi/sushi-3.18.0.ebuild
new file mode 100644
index 0000000..327047e
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.18.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="office"
+
+# Optional app-office/unoconv support (OOo to pdf)
+# freetype needed for font loader
+# libX11 needed for sushi_create_foreign_window()
+COMMON_DEPEND="
+	>=x11-libs/gdk-pixbuf-2.23[introspection]
+	>=dev-libs/gjs-1.40
+	>=dev-libs/glib-2.29.14:2
+	>=dev-libs/gobject-introspection-0.9.6:=
+	>=media-libs/clutter-1.11.4:1.0[introspection]
+	>=media-libs/clutter-gtk-1.0.1:1.0[introspection]
+	>=x11-libs/gtk+-3.13.2:3[introspection]
+
+	>=app-text/evince-3.0[introspection]
+	media-libs/freetype:2
+	media-libs/gstreamer:1.0[introspection]
+	media-libs/gst-plugins-base:1.0[introspection]
+	media-libs/clutter-gst:2.0[introspection]
+	media-libs/musicbrainz:5
+	net-libs/webkit-gtk:4[introspection]
+	x11-libs/gtksourceview:3.0[introspection]
+	x11-libs/libX11
+
+	office? ( app-office/unoconv )
+"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.40
+	virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+	>=gnome-base/nautilus-3.1.90
+"
+
+src_configure() {
+	gnome2_src_configure --disable-static
+}


             reply	other threads:[~2015-11-15 10:31 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-15 10:30 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-09  9:54 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/ Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-09-24  9:02 WANG Xuerui
2023-09-22  3:13 Matt Turner
2023-09-22  2:33 Matt Turner
2023-09-18 21:56 Matt Turner
2023-08-16 22:32 Matt Turner
2023-07-27  5:11 WANG Xuerui
2023-07-15 11:43 Arthur Zamarin
2023-07-03  8:42 Jakov Smolić
2023-07-02 11:18 Sam James
2023-05-30 15:53 Matt Turner
2023-05-28  8:44 Pacho Ramos
2022-10-30 23:21 Matt Turner
2022-07-29  2:59 Sam James
2022-07-02  3:19 Matt Turner
2022-05-28  5:45 Sam James
2022-04-06  6:26 Matt Turner
2022-04-03  0:07 Matt Turner
2022-04-01 17:51 Matt Turner
2022-03-08  9:35 Sam James
2021-12-18 23:39 Matt Turner
2021-07-26  7:15 Matt Turner
2021-06-06 21:49 Matt Turner
2021-04-15 15:36 Matt Turner
2021-04-15  5:25 Sam James
2021-04-14 18:51 Mikle Kolyada
2021-03-13 18:08 Matt Turner
2020-04-25 20:17 Mart Raudsepp
2020-03-29 16:19 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-28 20:52 Mart Raudsepp
2019-08-05  2:46 Aaron Bauman
2019-05-18 22:08 Mart Raudsepp
2019-03-06 21:17 Mart Raudsepp
2018-12-14 12:09 Gilles Dartiguelongue
2017-05-20  4:59 Mart Raudsepp
2017-05-16  8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-05-01 16:38 Mart Raudsepp
2017-02-04 12:39 Pacho Ramos
2016-06-25 19:13 Pacho Ramos
2016-06-25 19:13 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-11-15 10:30 Pacho Ramos
2015-09-07 19:58 Mikle Kolyada

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=1447583412.79e78cbc4cd06b729c8d6a3d3342de70b9124b7f.pacho@gentoo \
    --to=pacho@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