diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-05-21 09:19:36 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-05-21 09:22:24 +0300 |
commit | 48ff0f4f828eff932be36aeecf79c03d5bfc5104 (patch) | |
tree | cf610e405503eb121c113df79d102c7a298adceb /gnome-extra/nemo | |
parent | gnome-extra/nemo: Remove tracker support (diff) | |
download | gentoo-48ff0f4f828eff932be36aeecf79c03d5bfc5104.tar.gz gentoo-48ff0f4f828eff932be36aeecf79c03d5bfc5104.tar.bz2 gentoo-48ff0f4f828eff932be36aeecf79c03d5bfc5104.zip |
gnome-extra/nemo: (add a note about the disabled tracker)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gnome-extra/nemo')
-rw-r--r-- | gnome-extra/nemo/nemo-5.2.4-r1.ebuild | 10 |
1 files 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 } |