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-extra/nemo: nemo-2.6.6.ebuild ChangeLog
Date: Sat, 04 Jul 2015 19:40:00
Message-Id: 20150704193952.2D23874A@oystercatcher.gentoo.org
1 pacho 15/07/04 19:39:52
2
3 Modified: ChangeLog
4 Added: nemo-2.6.6.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.27 gnome-extra/nemo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nemo/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nemo/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nemo/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nemo/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 14 Jun 2015 01:58:28 -0000 1.26
24 +++ ChangeLog 4 Jul 2015 19:39:52 -0000 1.27
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/nemo
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nemo/ChangeLog,v 1.26 2015/06/14 01:58:28 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nemo/ChangeLog,v 1.27 2015/07/04 19:39:52 pacho Exp $
30 +
31 +*nemo-2.6.6 (04 Jul 2015)
32 +
33 + 04 Jul 2015; Pacho Ramos <pacho@g.o> +nemo-2.6.6.ebuild:
34 + Version bump
35
36 *nemo-2.6.5 (13 Jun 2015)
37
38
39
40
41 1.1 gnome-extra/nemo/nemo-2.6.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nemo/nemo-2.6.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nemo/nemo-2.6.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nemo-2.6.6.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/nemo/nemo-2.6.6.ebuild,v 1.1 2015/07/04 19:39:52 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit autotools eutils gnome2 python-any-r1 virtualx
58
59 DESCRIPTION="A file manager for Cinnamon, forked from Nautilus"
60 HOMEPAGE="http://cinnamon.linuxmint.com/"
61 SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="exif +introspection +nls packagekit tracker xmp"
67
68 COMMON_DEPEND="
69 >=dev-libs/glib-2.34:2[dbus]
70 >=gnome-extra/cinnamon-desktop-2.6.1:0=
71 >=x11-libs/pango-1.28.3
72 >=x11-libs/gtk+-3.3.17:3[introspection?]
73 >=dev-libs/libxml2-2.7.8:2
74
75 gnome-base/dconf:0=
76 gnome-base/gsettings-desktop-schemas
77 >=x11-libs/libnotify-0.7:=
78 x11-libs/libX11
79 x11-libs/libXext
80 x11-libs/libXrender
81
82 exif? ( >=media-libs/libexif-0.6.20:= )
83 introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
84 tracker? ( >=app-misc/tracker-0.12:= )
85 xmp? ( >=media-libs/exempi-2.1.0:= )
86 "
87 RDEPEND="${COMMON_DEPEND}
88 x11-themes/gnome-icon-theme-symbolic
89 nls? ( >=gnome-extra/cinnamon-translations-2.2 )
90 "
91 DEPEND="${COMMON_DEPEND}
92 ${PYTHON_DEPS}
93 $(python_gen_any_dep '
94 dev-python/polib[${PYTHON_USEDEP}]
95 dev-python/pygobject:3[${PYTHON_USEDEP}]
96 ')
97 >=dev-lang/perl-5
98 >=dev-util/gdbus-codegen-2.31.0
99 dev-util/gtk-doc-am
100 >=dev-util/intltool-0.40.1
101 sys-devel/gettext
102 virtual/pkgconfig
103 x11-proto/xproto
104
105 dev-util/gtk-doc
106 gnome-base/gnome-common
107 "
108 # For eautoreconf
109 # gnome-base/gnome-common, dev-util/gtk-doc (not only -am!)
110 PDEPEND=">=gnome-base/gvfs-0.1.2"
111
112 src_prepare() {
113 epatch_user
114 eautoreconf
115 gnome2_src_prepare
116 }
117
118 src_configure() {
119 gnome2_src_configure \
120 --disable-update-mimedb \
121 --disable-more-warnings \
122 $(use_enable exif libexif) \
123 $(use_enable introspection) \
124 $(use_enable tracker) \
125 $(use_enable xmp)
126 }
127
128 src_test() {
129 # FIXME: this should be handled at eclass level
130 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/libnemo-private" || die
131
132 gnome2_environment_reset
133 unset DBUS_SESSION_BUS_ADDRESS
134 cd src # we don't care about translation tests
135 GSETTINGS_SCHEMA_DIR="${S}/libnemo-private" GSETTINGS_BACKEND="memory" Xemake check
136 }