Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/sushi: metadata.xml ChangeLog sushi-0.2.1.ebuild
Date: Wed, 02 Nov 2011 16:52:22
Message-Id: 20111102165212.9B7872004B@flycatcher.gentoo.org
1 tetromino 11/11/02 16:52:12
2
3 Added: metadata.xml ChangeLog sushi-0.2.1.ebuild
4 Log:
5 Add new ebuild from the gnome overlay, needed for gnome-3.2.
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnome-extra/sushi/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>gnome</herd>
21 </pkgmetadata>
22
23
24
25 1.1 gnome-extra/sushi/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for gnome-extra/sushi
33 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/ChangeLog,v 1.1 2011/11/02 16:52:12 tetromino Exp $
35
36 *sushi-0.2.1 (02 Nov 2011)
37
38 02 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> +sushi-0.2.1.ebuild,
39 +metadata.xml:
40 Add new ebuild from the gnome overlay, needed for gnome-3.2.
41
42
43
44
45 1.1 gnome-extra/sushi/sushi-0.2.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/sushi-0.2.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/sushi-0.2.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: sushi-0.2.1.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/sushi-0.2.1.ebuild,v 1.1 2011/11/02 16:52:12 tetromino Exp $
55
56 EAPI="4"
57 GCONF_DEBUG="no"
58 GNOME2_LA_PUNT="yes"
59
60 inherit gnome2
61
62 DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
63 HOMEPAGE="http://git.gnome.org/browse/sushi"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 # Optional app-office/unoconv support (OOo to pdf)
71 # freetype needed for font loader
72 # libX11 needed for sushi_create_foreign_window()
73 COMMON_DEPEND=">=x11-libs/gdk-pixbuf-2.22.1[introspection]
74 >=dev-libs/gjs-0.7.7
75 >=dev-libs/glib-2.29.14:2
76 >=dev-libs/gobject-introspection-0.9.6
77 >=media-libs/clutter-1.6.0:1.0[introspection]
78 >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
79 >=x11-libs/gtk+-3.0.0:3[introspection]
80
81 >=app-text/evince-3.0[introspection]
82 media-libs/freetype:2
83 media-libs/gstreamer:0.10[introspection]
84 media-libs/gst-plugins-base:0.10[introspection]
85 media-libs/clutter-gst:1.0[introspection]
86 media-libs/musicbrainz:3
87 net-libs/webkit-gtk:3[introspection]
88 x11-libs/gtksourceview:3.0[introspection]
89 x11-libs/libX11
90 "
91 DEPEND="${RDEPEND}
92 >=dev-util/pkgconfig-0.22
93 >=dev-util/intltool-0.40
94 >=sys-devel/gettext-0.17
95 "
96 RDEPEND="${COMMON_DEPEND}
97 >=gnome-base/nautilus-3.1.90
98 "
99
100 pkg_setup() {
101 G2CONF="${G2CONF}
102 UNOCONV=$(type -p false)
103 --disable-static"
104 DOCS="AUTHORS NEWS README TODO"
105 }