app-misc/localsearch: move PATCHES to the usual location

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-10 14:55:45 +01:00
parent 15ce308f05
commit f10980dc5a

View File

@@ -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}]" \