commit:     a84bc2eaf6593453f2c5da21a0c95ada196a8d54
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 19:12:50 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 19:13:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84bc2ea

gnome-extra/sushi: Version bump

Package-Manager: portage-2.3.0_rc1

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

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index a822667..575893b 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-3.18.0.tar.xz 294676 SHA256 
7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c SHA512 
9243486a10302f312c45e39496803d74d00d2121b80e813cf4c8c01a25c14dfbc0fba72cdcc6b2d72127c1c15d8415ecaa4ae0b7ee892c69f1dea9407cbaaf61
 WHIRLPOOL 
ac9c13d8ce47c35d53b09d6a187fc44eb55630bcf396682ed94391b4a9874f65fed86b36296044660acbb92330bf05e8e66af6e338db666691dced92df18c7cc
+DIST sushi-3.20.0.tar.xz 297568 SHA256 
6e729c789e9e7f02505e25d4ac6cfed47e676366f0942fca740094f7fe9eae9e SHA512 
3b6c0103458c7c646e61d0733707452ad1e63f2afc48cfaf66625685e4c6ef610e5569f0f888951d0f790804b06c8c15022abc7c1a3b3676f1fe4955fa55c5ab
 WHIRLPOOL 
a9d803257fd75235b7c94a2f5ab81c99a36d7f1340712474b4eaf94a8f1b4fb91f81a960a22a5fafc460d3b06f7e9c261accc2f42043e0a26efdc92bd1accf84

diff --git a/gnome-extra/sushi/sushi-3.20.0.ebuild 
b/gnome-extra/sushi/sushi-3.20.0.ebuild
new file mode 100644
index 0000000..7250878
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.20.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+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/harfbuzz-0.9.9:=
+       media-libs/clutter-gst:3.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 via email to