Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
clucene
Commits:
cf557b23 by Andreas Radke at 2026-02-14T10:43:40+01:00
upgpkg: 2.3.3.4-17; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
pkgbase = clucene
pkgdesc = C++ port of the high-performance text search engine Lucene
pkgver = 2.3.3.4
- pkgrel = 16
+ pkgrel = 17
url = http://clucene.sourceforge.net/
arch = x86_64
license = Apache-2.0
license = LGPL-2.0-or-later
makedepends = cmake
makedepends = boost
- depends = gcc-libs
+ depends = libstdc++
+ depends = libgcc
depends = zlib
depends = glibc
source =
https://downloads.sourceforge.net/clucene/clucene-core-2.3.3.4.tar.gz
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
pkgname=clucene
pkgver=2.3.3.4
-pkgrel=16
+pkgrel=17
pkgdesc="C++ port of the high-performance text search engine Lucene"
arch=('x86_64')
url="http://clucene.sourceforge.net/"
license=('Apache-2.0' 'LGPL-2.0-or-later')
-depends=('gcc-libs' 'zlib' 'glibc')
+depends=('libstdc++' 'libgcc' 'zlib' 'glibc')
makedepends=('cmake' 'boost')
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz
# Fedora patches
@@ -72,7 +72,8 @@ build() {
-DBUILD_CONTRIBS_LIB:BOOL=ON \
-DLIB_DESTINATION:PATH=/usr/lib \
-DLUCENE_SYS_INCLUDES:PATH=/usr/lib \
- -DDISABLE_MULTITHREADING=OFF
+ -DDISABLE_MULTITHREADING=OFF \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
popd
make -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clucene/-/commit/cf557b23653677398427a0dc10be256d1a6d2e80
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clucene/-/commit/cf557b23653677398427a0dc10be256d1a6d2e80
You're receiving this email because of your account on gitlab.archlinux.org.