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