Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ solr
Commits:
72e86a80 by Leonidas Spyropoulos at 2024-02-15T10:07:27+00:00
upgpkg: 9.5.0-3: use system npm
Implements: !1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = solr
pkgdesc = Open source enterprise search platform built on Apache Lucene
pkgver = 9.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://lucene.apache.org/solr/
arch = any
license = Apache
@@ -9,6 +9,7 @@ pkgbase = solr
makedepends = git
makedepends = groovy
makedepends = java-environment=11
+ makedepends = npm
depends = bash
depends = java-runtime=11
backup = etc/solr/server/jetty-http.xml
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
pkgname=solr
pkgver=9.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Open source enterprise search platform built on Apache Lucene"
arch=(any)
url="https://lucene.apache.org/solr/"
license=(Apache)
depends=(bash 'java-runtime=11')
-makedepends=(gradle git groovy 'java-environment=11')
+makedepends=(gradle git groovy 'java-environment=11' npm)
backup=(
etc/$pkgname/server/jetty-http.xml
etc/$pkgname/server/jetty-https.xml
@@ -75,6 +75,7 @@ prepare() {
patch -Np1 -i "$srcdir"/support-reproducible-builds.patch
patch -Np1 -i "$srcdir"/skip-failing-test.patch
# patch -Np1 -i "$srcdir"/allow-using-system-gradle.patch
+ sed -i 's/download = true/download = false/' gradle/node.gradle
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/solr/-/commit/72e86a8030fc1083eb78b8372907ea1611f5212a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/solr/-/commit/72e86a8030fc1083eb78b8372907ea1611f5212a
You're receiving this email because of your account on gitlab.archlinux.org.