From f10980dc5a4e9c54377d31e4b2d515ed0be9d35b Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 10 Jun 2025 14:55:45 +0100 Subject: [PATCH] app-misc/localsearch: move PATCHES to the usual location Signed-off-by: Sam James --- app-misc/localsearch/localsearch-3.8.2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/localsearch/localsearch-3.8.2.ebuild b/app-misc/localsearch/localsearch-3.8.2.ebuild index 2f87b5bcb404b..9910112cb2086 100644 --- a/app-misc/localsearch/localsearch-3.8.2.ebuild +++ b/app-misc/localsearch/localsearch-3.8.2.ebuild @@ -17,11 +17,6 @@ IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg networkmanager +pdf +pl REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via gstreamer, not ffmpeg RESTRICT="!test? ( test )" -PATCHES=( - "${FILESDIR}/localsearch-3.8.2-ontologies.patch" - "${FILESDIR}/localsearch-3.8.2-ffmpeg-7.patch" -) - # tracker-2.1.7 currently always depends on ICU (theoretically could be libunistring instead); # so choose ICU over enca always here for the time being (ICU is preferred) RDEPEND=" @@ -87,6 +82,11 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}/localsearch-3.8.2-ontologies.patch" + "${FILESDIR}/localsearch-3.8.2-ffmpeg-7.patch" +) + python_check_deps() { python_has_version -b \ "dev-python/pygobject[${PYTHON_USEDEP}]" \