Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
recoll
Commits:
6cf7593a by Caleb Maclennan at 2024-02-28T15:03:08+03:00
upgpkg: 1.37.4-2: Eliminate optdepends being dropped from repos
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = recoll
pkgdesc = Full text search tool based on Xapian backend
pkgver = 1.37.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.lesbonscomptes.com/recoll/
arch = x86_64
license = GPL
@@ -20,7 +20,6 @@ pkgbase = recoll
optdepends = libxslt: for XML based formats (fb2,etc)
optdepends = unzip: for the OpenOffice.org documents
optdepends = poppler: for pdf
- optdepends = pstotext: for postscipt
optdepends = antiword: for msword
optdepends = catdoc: for ms excel and powerpoint
optdepends = unrtf: for RTF
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=recoll
pkgver=1.37.4
-pkgrel=1
+pkgrel=2
pkgdesc="Full text search tool based on Xapian backend"
arch=('x86_64')
url="https://www.lesbonscomptes.com/recoll/"
@@ -18,7 +18,7 @@ makedepends=('python' 'python-setuptools' 'qt6-tools'
optdepends=('libxslt: for XML based formats (fb2,etc)'
'unzip: for the OpenOffice.org documents'
'poppler: for pdf'
- 'pstotext: for postscipt'
+ # 'pstotext: for postscipt' # Dropped to AUR as upstream has
disappeared
'antiword: for msword'
'catdoc: for ms excel and powerpoint'
'unrtf: for RTF'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/recoll/-/commit/6cf7593a81e3fb102b08e0422c569365a9e9be01
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/recoll/-/commit/6cf7593a81e3fb102b08e0422c569365a9e9be01
You're receiving this email because of your account on gitlab.archlinux.org.