Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libreoffice-still
Commits:
5d815fb1 by Andreas Radke at 2024-09-27T18:26:00+02:00
upgpkg: 24.2.6-5; fix build #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libreoffice-still
pkgver = 24.2.6
- pkgrel = 4
+ pkgrel = 5
url = https://www.libreoffice.org/
arch = x86_64
license = MPL-2.0
@@ -57,7 +57,6 @@ pkgbase = libreoffice-still
makedepends = kwindowsystem
makedepends = ki18n
makedepends = kcoreaddons
- makedepends = junit
makedepends = libmythes
makedepends = libwpg
makedepends = java-environment=17
=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ pkgbase=libreoffice-still
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
_LOver=24.2.6.2
pkgver=24.2.6
-pkgrel=4
+pkgrel=5
arch=('x86_64')
license=('MPL-2.0' 'LGPL-3.0-or-later')
url="https://www.libreoffice.org/"
@@ -25,7 +25,7 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python'
'libwpd>=0.9.2' 'libwps'
'gperf' 'gtk3' 'gtk4' 'cppunit' 'beanshell' 'clucene'
'qt5-base' 'qt5-x11extras'
'qt6-base' 'kio' 'kconfig' 'kcoreaddons' 'kwindowsystem' 'ki18n'
'kcoreaddons'
- 'junit' 'libmythes' 'libwpg' 'java-environment=17' 'postgresql-libs'
'mariadb-libs' 'libgl'
+ 'libmythes' 'libwpg' 'java-environment=17' 'postgresql-libs'
'mariadb-libs' 'libgl'
'bluez-libs' 'gdb' 'doxygen' 'libatomic_ops' 'mdds'
'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 'libpagemaker'
'glm'
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus'
@@ -254,6 +254,7 @@ build() {
--with-system-mythes \
--with-system-headers \
--without-system-hsqldb \
+ --without-junit \
--with-system-clucene \
--without-system-box2d \
--without-system-dragonbox \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/commit/5d815fb18c57fdadb2819d0f77b22a22936c58ed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/commit/5d815fb18c57fdadb2819d0f77b22a22936c58ed
You're receiving this email because of your account on gitlab.archlinux.org.