Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: nautilus-3.12.2.ebuild ChangeLog
Date: Sat, 31 May 2014 10:43:27
Message-Id: 20140531104323.35DF32004E@flycatcher.gentoo.org
1 pacho 14/05/31 10:43:23
2
3 Modified: ChangeLog
4 Added: nautilus-3.12.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.420 gnome-base/nautilus/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.420&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.420&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.419&r2=1.420
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
20 retrieving revision 1.419
21 retrieving revision 1.420
22 diff -u -r1.419 -r1.420
23 --- ChangeLog 27 Apr 2014 17:04:07 -0000 1.419
24 +++ ChangeLog 31 May 2014 10:43:23 -0000 1.420
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-base/nautilus
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.419 2014/04/27 17:04:07 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.420 2014/05/31 10:43:23 pacho Exp $
30 +
31 +*nautilus-3.12.2 (31 May 2014)
32 +
33 + 31 May 2014; Pacho Ramos <pacho@g.o> +nautilus-3.12.2.ebuild:
34 + Version bump
35
36 *nautilus-3.12.0 (27 Apr 2014)
37
38
39
40
41 1.1 gnome-base/nautilus/nautilus-3.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.12.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nautilus-3.12.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.12.2.ebuild,v 1.1 2014/05/31 10:43:23 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes" # Needed with USE 'sendto'
55
56 inherit eutils gnome2 readme.gentoo virtualx
57
58 DESCRIPTION="A file manager for the GNOME desktop"
59 HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus"
60
61 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
62 SLOT="0"
63
64 # profiling?
65 IUSE="debug exif gnome +introspection packagekit +previewer sendto tracker xmp"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
67
68 # FIXME: tests fails under Xvfb, but pass when building manually
69 # "FAIL: check failed in nautilus-file.c, line 8307"
70 RESTRICT="test"
71
72 # FIXME: selinux support is automagic
73 # Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
74 # and 2.30.0
75 COMMON_DEPEND="
76 >=dev-libs/glib-2.35.3:2
77 >=x11-libs/pango-1.28.3
78 >=x11-libs/gtk+-3.11.6:3[introspection?]
79 >=dev-libs/libxml2-2.7.8:2
80 >=gnome-base/gnome-desktop-3:3=
81
82 gnome-base/dconf
83 >=gnome-base/gsettings-desktop-schemas-3.8.0
84 >=x11-libs/libnotify-0.7:=
85 x11-libs/libX11
86 x11-libs/libXext
87 x11-libs/libXrender
88
89 exif? ( >=media-libs/libexif-0.6.20 )
90 introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
91 tracker? ( >=app-misc/tracker-0.16:= )
92 xmp? ( >=media-libs/exempi-2.1.0 )
93 "
94 DEPEND="${COMMON_DEPEND}
95 >=dev-lang/perl-5
96 >=dev-util/gdbus-codegen-2.33
97 >=dev-util/gtk-doc-am-1.4
98 >=dev-util/intltool-0.40.1
99 sys-devel/gettext
100 virtual/pkgconfig
101 x11-proto/xproto
102 "
103 RDEPEND="${COMMON_DEPEND}
104 packagekit? ( app-admin/packagekit-base )
105 sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 )
106 "
107
108 # For eautoreconf
109 # gnome-base/gnome-common
110 # dev-util/gtk-doc-am"
111
112 PDEPEND="
113 gnome? (
114 >=x11-themes/gnome-icon-theme-1.1.91
115 x11-themes/gnome-icon-theme-symbolic )
116 tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 )
117 previewer? ( >=gnome-extra/sushi-0.1.9 )
118 sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 )
119 >=gnome-base/gvfs-1.14[gtk]
120 "
121 # Need gvfs[gtk] for recent:/// support
122
123 src_prepare() {
124 if use previewer; then
125 DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files.
126 To activate the previewer, select a file and press space; to
127 close the previewer, press space again."
128 fi
129
130 # Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work);
131 # bug #393663
132 epatch "${FILESDIR}/${PN}-3.5.91-delete.patch"
133
134 # Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822)
135 sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \
136 -i configure || die "sed failed"
137 gnome2_src_prepare
138 }
139
140 src_configure() {
141 DOCS="AUTHORS HACKING MAINTAINERS NEWS README* THANKS"
142 gnome2_src_configure \
143 --disable-profiling \
144 --disable-update-mimedb \
145 $(use_enable debug) \
146 $(use_enable exif libexif) \
147 $(use_enable introspection) \
148 $(use_enable packagekit) \
149 $(use_enable sendto nst-extension) \
150 $(use_enable tracker) \
151 $(use_enable xmp)
152 }
153
154 src_test() {
155 gnome2_environment_reset
156 unset DBUS_SESSION_BUS_ADDRESS
157 export GSETTINGS_BACKEND="memory"
158 Xemake check
159 unset GSETTINGS_BACKEND
160 }
161
162 src_install() {
163 use previewer && readme.gentoo_create_doc
164 gnome2_src_install
165 }
166
167 pkg_postinst() {
168 gnome2_pkg_postinst
169
170 if use previewer; then
171 readme.gentoo_print_elog
172 else
173 elog "To preview media files, emerge nautilus with USE=previewer"
174 fi
175 }