diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-04-23 09:24:18 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-23 09:25:04 +0300 |
commit | b380a3270132bb9f67b64453d674a83d9ccc7e0b (patch) | |
tree | 74fec566ba19414ef921e9f410e1da4d3587ea2b /app-misc | |
parent | app-misc/recoll: Version bump to 1.32.0 (diff) | |
download | gentoo-b380a3270132bb9f67b64453d674a83d9ccc7e0b.tar.gz gentoo-b380a3270132bb9f67b64453d674a83d9ccc7e0b.tar.bz2 gentoo-b380a3270132bb9f67b64453d674a83d9ccc7e0b.zip |
app-misc/recoll: add missing deps, remove old cruft from the ebuild
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/recoll/recoll-1.32.0.ebuild | 15 |
1 files 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" |