commit: 48ff0f4f828eff932be36aeecf79c03d5bfc5104
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 06:19:36 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 21 06:22:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ff0f4f
gnome-extra/nemo: (add a note about the disabled tracker)
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
gnome-extra/nemo/nemo-5.2.4-r1.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
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
}