Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/
Date: Sat, 21 May 2022 06:22:34
Message-Id: 1653114144.48ff0f4f828eff932be36aeecf79c03d5bfc5104.juippis@gentoo
1 commit: 48ff0f4f828eff932be36aeecf79c03d5bfc5104
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 06:19:36 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 06:22:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ff0f4f
7
8 gnome-extra/nemo: (add a note about the disabled tracker)
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 gnome-extra/nemo/nemo-5.2.4-r1.ebuild | 10 ++++++++--
13 1 file changed, 8 insertions(+), 2 deletions(-)
14
15 diff --git a/gnome-extra/nemo/nemo-5.2.4-r1.ebuild b/gnome-extra/nemo/nemo-5.2.4-r1.ebuild
16 index 912661083acc..56231d717289 100644
17 --- a/gnome-extra/nemo/nemo-5.2.4-r1.ebuild
18 +++ b/gnome-extra/nemo/nemo-5.2.4-r1.ebuild
19 @@ -22,14 +22,17 @@ RESTRICT="test"
20
21 COMMON_DEPEND="
22 ${PYTHON_DEPS}
23 + dev-libs/atk
24 >=dev-libs/glib-2.45.7:2[dbus]
25 >=dev-libs/gobject-introspection-0.9.12:=
26 >=dev-libs/libxml2-2.7.8:2
27 gnome-base/dconf:0=
28 >=gnome-extra/cinnamon-desktop-5.2:0=
29 - gnome-extra/libgsf
30 + gnome-extra/libgsf:=
31 + x11-libs/cairo
32 + x11-libs/gdk-pixbuf:2
33 >=x11-libs/gtk+-3.10.0:3[introspection]
34 - >=x11-libs/libnotify-0.7:=
35 + >=x11-libs/libnotify-0.7
36 x11-libs/libX11
37 >=x11-libs/pango-1.40.0
38 >=x11-libs/xapp-2.2.8
39 @@ -96,11 +99,14 @@ src_prepare() {
40 }
41
42 src_configure() {
43 + # tracker: only supports unmaintained tracker-2, not >=tracker-3.
44 local emesonargs=(
45 $(meson_use exif)
46 $(meson_use xmp)
47 $(meson_use selinux)
48 $(meson_use gtk-doc gtk_doc)
49 +
50 + -Dtracker=false
51 )
52 meson_src_configure
53 }