Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/
Date: Sun, 09 Jan 2022 11:03:01
Message-Id: 1641726150.83feb23ee9d6082be724a4aea0cf6a3b951c908d.juippis@gentoo
1 commit: 83feb23ee9d6082be724a4aea0cf6a3b951c908d
2 Author: Punarbasu Purkayastha <ppurka <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 17 11:00:13 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 11:02:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83feb23e
7
8 app-misc/recoll: add 1.31.5
9
10 Signed-off-by: Punarbasu Purkayastha <ppurka <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/23374
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-misc/recoll/Manifest | 1 +
15 app-misc/recoll/recoll-1.31.5.ebuild | 135 +++++++++++++++++++++++++++++++++++
16 2 files changed, 136 insertions(+)
17
18 diff --git a/app-misc/recoll/Manifest b/app-misc/recoll/Manifest
19 index 898588926c91..277b56fc6576 100644
20 --- a/app-misc/recoll/Manifest
21 +++ b/app-misc/recoll/Manifest
22 @@ -3,3 +3,4 @@ DIST recoll-1.28.5.tar.gz 3261816 BLAKE2B 6bf9daab0f97ee6fdb4033197d3fa3f4296b2d
23 DIST recoll-1.29.2.tar.gz 3871580 BLAKE2B ae6ef5628dfac67a192a3d133d5b5d8ddec079ac79be2e8aa7e744669ed0478cb41628a0ed46b4ff2364823f367815b1eb4bca0a6e4b56a9e12d4f78c6842473 SHA512 c87fc054a0c34f1b6bcc10a4f2c84268a51df02b8ba84634c51f9396befe5b2b84fc93d363876158c9d117a164613e91d9c63b228fec5e0e07d234c97c4680c5
24 DIST recoll-1.31.0.tar.gz 3679099 BLAKE2B 6d02c0e0487ff02957ffc3c824152a14307e5a9ebfd472ffb84d047ce37f170ff7738b0d15ccfd6582840d22d19aa6e509ca50b98fd88d1a3730e58304cdb4b1 SHA512 1a740cdabab158737461ab8f097ece79844e1f0b64285871217049c0619df400d99db18eac8942e1986def555c5ab8364f3320eb403d150b061126cbc3be2116
25 DIST recoll-1.31.2.tar.gz 3689921 BLAKE2B 01eb0ef96362e214022a96876c10246c0d183a861c1e3d791717c3d77d4244ed90bbb9041bf23a613e59b5c099092c262d1bee1760ea527fe60f01383bec8a5f SHA512 365cc152715cb89c88b4271fdda4ccf963b1c6e3088f69684cba2a494bf9b0192e4553b1412607f3acd61ec85eb2fe92c46cd258b3fc2977f9528bb0a667e6cb
26 +DIST recoll-1.31.5.tar.gz 3696832 BLAKE2B d2bb3199e70aa53679662aff8650a08b6d99182ee7ba11011726f704401c03899bc4d7e24c5c5cf88b2b3a99257e2f11403e29d69da87e00386f57c43db3bd2c SHA512 3a48cfb825e70ec7de6cc789f9d03f6ee6f38cb54ac8419b9038c1f35ed8954249c1ed558bd9aa781c741a0241b633c02b2aa31d6d12b30937a32b9e1da8d44f
27
28 diff --git a/app-misc/recoll/recoll-1.31.5.ebuild b/app-misc/recoll/recoll-1.31.5.ebuild
29 new file mode 100644
30 index 000000000000..3bb318438ec4
31 --- /dev/null
32 +++ b/app-misc/recoll/recoll-1.31.5.ebuild
33 @@ -0,0 +1,135 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python3_{8..10} )
40 +
41 +inherit linux-info optfeature python-single-r1 qmake-utils systemd
42 +
43 +DESCRIPTION="Personal full text search package"
44 +HOMEPAGE="https://www.lesbonscomptes.com/recoll/"
45 +SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz"
46 +
47 +LICENSE="GPL-2+"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +IUSE="camelcase chm +inotify qt5 session +spell systemd webengine"
52 +REQUIRED_USE="
53 + session? ( inotify )
54 + webengine? ( qt5 )
55 + ${PYTHON_REQUIRED_USE}
56 +"
57 +
58 +DEPEND="
59 + dev-libs/xapian:=
60 + sys-libs/zlib:=
61 + virtual/libiconv
62 + chm? (
63 + dev-libs/chmlib
64 + dev-python/pychm
65 + )
66 + qt5? (
67 + dev-qt/qtcore:5
68 + dev-qt/qtgui:5
69 + dev-qt/qtprintsupport:5
70 + webengine? ( dev-qt/qtwebengine:5[widgets] )
71 + )
72 + session? (
73 + inotify? (
74 + x11-libs/libSM
75 + x11-libs/libICE
76 + x11-libs/libX11
77 + )
78 + )
79 + spell? ( app-text/aspell )
80 + systemd? ( sys-apps/systemd )
81 + ${PYTHON_DEPS}
82 +"
83 +
84 +BDEPEND="
85 + qt5? ( dev-qt/linguist-tools:5 )
86 +"
87 +
88 +RDEPEND="
89 + ${DEPEND}
90 + app-arch/unzip
91 +"
92 +
93 +pkg_pretend() {
94 + if has_version "<app-misc/recoll-1.20"; then
95 + elog "Installing ${PV} over an 1.19 index is possible,"
96 + elog "but there have been small changes in the way"
97 + elog "compound words are indexed. So it is best to reset"
98 + elog "the index. The best method to reset the index is to"
99 + elog "quit all recoll programs and delete the index directory"
100 + elog "rm -rf ~/.recoll/xapiandb, then start recoll or recollindex."
101 + fi
102 +}
103 +
104 +pkg_setup() {
105 + if use inotify; then
106 + local CONFIG_CHECK="~INOTIFY_USER"
107 + check_extra_config
108 + fi
109 + python-single-r1_pkg_setup
110 +}
111 +
112 +src_prepare() {
113 + default
114 + python_fix_shebang filters
115 +}
116 +
117 +src_configure() {
118 + use qt5 && export QMAKE="$(qt5_get_bindir)/qmake"
119 +
120 + local myeconfargs=(
121 + $(use_enable camelcase)
122 + $(use_enable chm python-chm)
123 + $(use_enable session x11mon)
124 + $(use_enable qt5 qtgui)
125 + $(use_enable webengine)
126 + $(use_with inotify)
127 + $(use_with spell aspell)
128 + $(use_with systemd)
129 + --with-system-unit-dir="$(systemd_get_systemunitdir)"
130 + --with-user-unit-dir="$(systemd_get_userunitdir)"
131 + --disable-webkit
132 + --without-fam
133 + --enable-recollq
134 + )
135 +
136 + econf "${myeconfargs[@]}"
137 +}
138 +
139 +src_install() {
140 + emake STRIP="$(type -P true || die)" DESTDIR="${D}" install
141 + python_optimize
142 +
143 + # html docs should be placed in /usr/share/doc/${PN}/html
144 + dodoc -r "${ED}"/usr/share/recoll/doc/.
145 + rm -r "${ED}/usr/share/recoll/doc" || die
146 + find "${D}" -name '*.la' -delete || die
147 +}
148 +
149 +pkg_postinst() {
150 + optfeature "XML based documents support" "dev-libs/libxslt[python] dev-libs/libxml2[python]"
151 + optfeature "PDF files support" app-text/poppler
152 + optfeature "PDF files with OCR support" app-text/tesseract
153 + optfeature "MS Word files support" app-text/antiword
154 + optfeature "Wordperfect files support" "app-text/libwpd[tools]"
155 + optfeature "Lyx files support" app-office/lyx
156 + optfeature "GNU Info files support" sys-apps/texinfo
157 + optfeature "RAR archives support" dev-python/rarfile
158 + optfeature "7zip archives support" dev-python/pylzma
159 + optfeature "iCalendar files support" dev-python/icalendar
160 + optfeature "Postscript files support" app-text/pstotext
161 + optfeature "RTF files support" app-text/unrtf
162 + optfeature "TeX files support" dev-text/detex
163 + optfeature "DVI files support" virtual/tex-base
164 + optfeature "DJVU files support" app-text/djvu
165 + optfeature "tags in audio files support" media-libs/mutagen
166 + optfeature "tags in image files support" media-libs/exiftool
167 + optfeature "Midi karaoke files support" dev-python/chardet
168 +}