mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
app-misc/localsearch: move PATCHES to the usual location
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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}]" \
|
||||
|
||||
Reference in New Issue
Block a user