Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/sushi/
Date: Sat, 30 Apr 2011 19:38:07
Message-Id: 2aaf8a10e74a1920d1b8ea0b494bbf6e10fe7a16.eva@gentoo
1 commit: 2aaf8a10e74a1920d1b8ea0b494bbf6e10fe7a16
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 19:07:38 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 19:07:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2aaf8a10
7
8 gnome-extra/sushi: Initial commit
9
10 ---
11 gnome-extra/sushi/sushi-0.0.1.ebuild | 42 ++++++++++++++++++++++++++++++++++
12 1 files changed, 42 insertions(+), 0 deletions(-)
13
14 diff --git a/gnome-extra/sushi/sushi-0.0.1.ebuild b/gnome-extra/sushi/sushi-0.0.1.ebuild
15 new file mode 100644
16 index 0000000..3546992
17 --- /dev/null
18 +++ b/gnome-extra/sushi/sushi-0.0.1.ebuild
19 @@ -0,0 +1,42 @@
20 +# Copyright 1999-2011 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="4"
25 +GCONF_DEBUG="no"
26 +GNOME2_LA_PUNT="yes"
27 +
28 +inherit gnome2
29 +
30 +DESCRIPTION="Quick previewer for the GNOME desktop file manager"
31 +HOMEPAGE="http://www.gnome.org"
32 +
33 +LICENSE="GPL-3"
34 +SLOT="0"
35 +KEYWORDS="~amd64"
36 +IUSE=""
37 +
38 +# Optional app-office/unoconv support
39 +RDEPEND="
40 + >=dev-libs/gjs-0.7.7
41 + >=dev-libs/glib-2.28:2
42 + >=dev-libs/gobject-introspection-0.9.6
43 + >=media-libs/clutter-1.6:1.0
44 + >=media-libs/clutter-gtk-0.91.8:1.0
45 + media-libs/gstreamer:0.10
46 + media-libs/musicbrainz:3
47 + >=app-text/evince-3
48 + >=x11-libs/gdk-pixbuf-2.22.1:2
49 + >=x11-libs/gtk+-3:3
50 +"
51 +DEPEND="${RDEPEND}
52 + >=dev-util/pkgconfig-0.22
53 + >=dev-util/intltool-0.40
54 + >=sys-devel/gettext-0.17
55 +"
56 +RDEPEND=">=gnome-base/nautilus-3"
57 +
58 +pkg_setup() {
59 + DOCS="AUTHORS NEWS README TODO"
60 + G2CONF="${G2CONF} UNOCONV=$(type -p false)"
61 +}