Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libreoffice-fresh
Commits:
fe3eb08e by Andreas Radke at 2026-02-06T16:13:04+01:00
upgpkg: 26.2.0-2; cover new dependency md4c #13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libreoffice-fresh
pkgver = 26.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.libreoffice.org/
arch = x86_64
license = MPL-2.0
@@ -50,6 +50,7 @@ pkgbase = libreoffice-fresh
makedepends = clucene
makedepends = qt5-base
makedepends = qt5-x11extras
+ makedepends = md4c
makedepends = qt6-base
makedepends = qt6-multimedia
makedepends = kio
@@ -283,6 +284,7 @@ pkgname = libreoffice-fresh
depends = libxext
depends = openjpeg2
depends = argon2
+ depends = md4c
optdepends = java-runtime: adds java support
optdepends = java-environment>=17: required by extension-wiki-publisher
and extension-nlpsolver
optdepends = pstoedit: translates PostScript and PDF graphics into
other vector formats
=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ pkgbase=libreoffice-fresh
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
_LOver=26.2.0.3
pkgver=26.2.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('MPL-2.0' 'LGPL-3.0-or-later')
url="https://www.libreoffice.org/"
@@ -23,7 +23,7 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python'
'libwpd>=0.9.2' 'libwps'
'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
'gst-plugins-base-libs' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc'
'ant'
'gperf' 'gtk3' 'gtk4' 'cppunit' 'beanshell' 'clucene'
- 'qt5-base' 'qt5-x11extras'
+ 'qt5-base' 'qt5-x11extras' 'md4c'
'qt6-base' 'qt6-multimedia' 'kio' 'kconfig' 'kcoreaddons' 'kwindowsystem'
'ki18n' 'kcoreaddons'
'libmythes' 'libwpg' 'java-environment=17' 'postgresql-libs'
'mariadb-libs' 'libgl'
'bluez-libs' 'gdb' 'doxygen' 'libatomic_ops' 'mdds'
@@ -305,7 +305,7 @@ package_libreoffice-fresh() {
'zxing-cpp' 'xdg-utils'
'libldap' 'fontconfig' 'zlib' 'libpng' 'freetype2' 'raptor' 'libxml2'
'cairo' 'libx11' 'expat' 'glib2' 'boost-libs' 'libtiff' 'dbus' 'glibc'
- 'librevenge' 'libxext' 'openjpeg2' 'argon2')
+ 'librevenge' 'libxext' 'openjpeg2' 'argon2' 'md4c')
optdepends=('java-runtime: adds java support'
'java-environment>=17: required by extension-wiki-publisher and
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into other
vector formats'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-fresh/-/commit/fe3eb08e68094c2c534e21b03e8dcc3571b72164
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-fresh/-/commit/fe3eb08e68094c2c534e21b03e8dcc3571b72164
You're receiving this email because of your account on gitlab.archlinux.org.