Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-2.24.2-r2.ebuild
Date: Sat, 21 Mar 2009 12:59:25
Message-Id: E1Ll0nJ-0000Rg-8l@stork.gentoo.org
1 eva 09/03/21 12:59:21
2
3 Modified: ChangeLog
4 Added: nautilus-2.24.2-r2.ebuild
5 Log:
6 Bump to 2.24.2-r2. Thanks to Pacho Ramos,
7 * Fix preview on playlists, bug #263162
8 * Fix non asyncness in custom icon filechooser, bug #263165
9 (Portage version: 2.2_rc25/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.300 gnome-base/nautilus/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.300&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.300&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.299&r2=1.300
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
21 retrieving revision 1.299
22 retrieving revision 1.300
23 diff -u -r1.299 -r1.300
24 --- ChangeLog 18 Mar 2009 15:02:45 -0000 1.299
25 +++ ChangeLog 21 Mar 2009 12:59:21 -0000 1.300
26 @@ -1,6 +1,15 @@
27 # ChangeLog for gnome-base/nautilus
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.299 2009/03/18 15:02:45 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.300 2009/03/21 12:59:21 eva Exp $
31 +
32 +*nautilus-2.24.2-r2 (21 Mar 2009)
33 +
34 + 21 Mar 2009; Gilles Dartiguelongue <eva@g.o>
35 + +files/nautilus-2.24.2-filechooser-icon.patch,
36 + +files/nautilus-2.24.2-playlist-preview.patch, +nautilus-2.24.2-r2.ebuild:
37 + Bump to 2.24.2-r2. Thanks to Pacho Ramos,
38 + * Fix preview on playlists, bug #263162
39 + * Fix non asyncness in custom icon filechooser, bug #263165
40
41 18 Mar 2009; Raúl Porcel <armin76@g.o> nautilus-2.24.2.ebuild:
42 alpha/ia64 stable wrt #260063
43
44
45
46 1.1 gnome-base/nautilus/nautilus-2.24.2-r2.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.24.2-r2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.24.2-r2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: nautilus-2.24.2-r2.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.24.2-r2.ebuild,v 1.1 2009/03/21 12:59:21 eva Exp $
56
57 EAPI="2"
58
59 inherit gnome2 eutils virtualx
60
61 DESCRIPTION="A file manager for the GNOME desktop"
62 HOMEPAGE="http://www.gnome.org/projects/nautilus/"
63
64 LICENSE="GPL-2 LGPL-2 FDL-1.1"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
67 IUSE="beagle doc gnome tracker xmp"
68
69 RDEPEND=">=gnome-base/libbonobo-2.1
70 >=gnome-base/eel-2.24.0
71 >=dev-libs/glib-2.17.5
72 >=gnome-base/gnome-desktop-2.10
73 >=gnome-base/libgnome-2.14
74 >=gnome-base/libgnomeui-2.6
75 >=gnome-base/orbit-2.4
76 >=x11-libs/pango-1.1.2
77 >=x11-libs/gtk+-2.13.0
78 >=gnome-base/librsvg-2.0.1
79 >=dev-libs/libxml2-2.4.7
80 >=x11-libs/startup-notification-0.8
81 >=media-libs/libexif-0.5.12
82 >=gnome-base/gconf-2.0
83 >=gnome-base/gvfs-0.1.2
84 beagle? ( || (
85 dev-libs/libbeagle
86 =app-misc/beagle-0.2* ) )
87 tracker? ( >=app-misc/tracker-0.6.4 )
88 xmp? ( >=media-libs/exempi-2 )"
89
90 DEPEND="${RDEPEND}
91 sys-devel/gettext
92 >=dev-util/pkgconfig-0.9
93 >=dev-util/intltool-0.35
94 doc? ( >=dev-util/gtk-doc-1.4 )"
95
96 PDEPEND="gnome? ( >=x11-themes/gnome-icon-theme-1.1.91 )"
97
98 DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO"
99
100 pkg_setup() {
101 G2CONF="${G2CONF}
102 --disable-update-mimedb
103 $(use_enable beagle)
104 $(use_enable tracker)
105 $(use_enable xmp)"
106 }
107
108 src_prepare() {
109 # Fix update of scrollbars, bug #260965
110 epatch "${FILESDIR}/${P}-scrollbars.patch"
111
112 # Fix preview on playlists, bug #263162
113 epatch "${FILESDIR}/${P}-playlist-preview.patch"
114
115 # Fix non asyncness in custom icon filechooser, bug #263165
116 epatch "${FILESDIR}/${P}-filechooser-icon.patch"
117 }
118
119 src_test() {
120 addwrite "/root/.gnome2_private"
121 unset SESSION_MANAGER
122 Xemake check || die "Test phase failed"
123 }
124
125 pkg_postinst() {
126 gnome2_pkg_postinst
127
128 elog "nautilus can use gstreamer to preview audio files. Just make sure"
129 elog "to have the necessary plugins available to play the media type you"
130 elog "want to preview"
131 }