From 48ff0f4f828eff932be36aeecf79c03d5bfc5104 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Sat, 21 May 2022 09:19:36 +0300 Subject: gnome-extra/nemo: (add a note about the disabled tracker) Signed-off-by: Joonas Niilola --- gnome-extra/nemo/nemo-5.2.4-r1.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gnome-extra/nemo/nemo-5.2.4-r1.ebuild') diff --git a/gnome-extra/nemo/nemo-5.2.4-r1.ebuild b/gnome-extra/nemo/nemo-5.2.4-r1.ebuild index 912661083acc..56231d717289 100644 --- a/gnome-extra/nemo/nemo-5.2.4-r1.ebuild +++ b/gnome-extra/nemo/nemo-5.2.4-r1.ebuild @@ -22,14 +22,17 @@ RESTRICT="test" COMMON_DEPEND=" ${PYTHON_DEPS} + dev-libs/atk >=dev-libs/glib-2.45.7:2[dbus] >=dev-libs/gobject-introspection-0.9.12:= >=dev-libs/libxml2-2.7.8:2 gnome-base/dconf:0= >=gnome-extra/cinnamon-desktop-5.2:0= - gnome-extra/libgsf + gnome-extra/libgsf:= + x11-libs/cairo + x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.10.0:3[introspection] - >=x11-libs/libnotify-0.7:= + >=x11-libs/libnotify-0.7 x11-libs/libX11 >=x11-libs/pango-1.40.0 >=x11-libs/xapp-2.2.8 @@ -96,11 +99,14 @@ src_prepare() { } src_configure() { + # tracker: only supports unmaintained tracker-2, not >=tracker-3. local emesonargs=( $(meson_use exif) $(meson_use xmp) $(meson_use selinux) $(meson_use gtk-doc gtk_doc) + + -Dtracker=false ) meson_src_configure } -- cgit v1.2.3-65-gdbad