commit: b380a3270132bb9f67b64453d674a83d9ccc7e0b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:24:18 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:25:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b380a327
app-misc/recoll: add missing deps, remove old cruft from the ebuild
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/recoll/recoll-1.32.0.ebuild | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/app-misc/recoll/recoll-1.32.0.ebuild
b/app-misc/recoll/recoll-1.32.0.ebuild
index eea5b56818a6..59a495aceb67 100644
--- a/app-misc/recoll/recoll-1.32.0.ebuild
+++ b/app-misc/recoll/recoll-1.32.0.ebuild
@@ -23,8 +23,10 @@ REQUIRED_USE="
"
DEPEND="
+ dev-libs/libxml2
+ dev-libs/libxslt
dev-libs/xapian:=
- sys-libs/zlib:=
+ sys-libs/zlib
virtual/libiconv
chm? (
dev-libs/chmlib
@@ -58,17 +60,6 @@ RDEPEND="
app-arch/unzip
"
-pkg_pretend() {
- if has_version "<app-misc/recoll-1.20"; then
- elog "Installing ${PV} over an 1.19 index is possible,"
- elog "but there have been small changes in the way"
- elog "compound words are indexed. So it is best to reset"
- elog "the index. The best method to reset the index is to"
- elog "quit all recoll programs and delete the index directory"
- elog "rm -rf ~/.recoll/xapiandb, then start recoll or
recollindex."
- fi
-}
-
pkg_setup() {
if use inotify; then
local CONFIG_CHECK="~INOTIFY_USER"