Skip to content

Commit

Permalink
gnome-extra/sushi: Version bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
pacho2 committed Jun 25, 2016
1 parent 6d3b52b commit a84bc2e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnome-extra/sushi/Manifest
Original file line number Diff line number Diff line change
@@ -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
51 changes: 51 additions & 0 deletions gnome-extra/sushi/sushi-3.20.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit a84bc2e

Please sign in to comment.