Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libreoffice-still
Commits:
b4745ac8 by Andreas Radke at 2026-02-14T15:58:30+01:00
upgpkg: 25.8.4-3; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libreoffice-still
pkgver = 25.8.4
- pkgrel = 2
+ pkgrel = 3
url = https://www.libreoffice.org/
arch = x86_64
license = MPL-2.0
@@ -20,7 +20,6 @@ pkgbase = libreoffice-still
makedepends = redland
makedepends = hyphen
makedepends = lpsolve
- makedepends = gcc-libs
makedepends = sh
makedepends = graphite
makedepends = icu
@@ -191,11 +190,12 @@ pkgbase = libreoffice-still
pkgname = libreoffice-still-sdk
pkgdesc = Software Development Kit for LibreOffice maintenance branch
depends = libreoffice-still
- depends = gcc-libs
depends = sh
depends = make
depends = zip
depends = gcc
+ depends = libstdc++
+ depends = libgcc
depends = java-environment
depends = glibc
provides = libreoffice-sdk
@@ -217,7 +217,8 @@ pkgname = libreoffice-still
depends = redland
depends = hyphen
depends = lpsolve
- depends = gcc-libs
+ depends = libstdc++
+ depends = libgcc
depends = sh
depends = graphite
depends = icu
@@ -233,8 +234,6 @@ pkgname = libreoffice-still
depends = nss
depends = clucene
depends = hicolor-icon-theme
- depends = desktop-file-utils
- depends = shared-mime-info
depends = libpagemaker
depends = libxinerama
depends = libabw
=====================================
PKGBUILD
=====================================
@@ -11,13 +11,13 @@ pkgbase=libreoffice-still
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
_LOver=25.8.4.2
pkgver=25.8.4
-pkgrel=2
+pkgrel=3
arch=('x86_64')
license=('MPL-2.0' 'LGPL-3.0-or-later')
url="https://www.libreoffice.org/"
makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python' 'libwpd>=0.9.2' 'libwps'
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg-turbo' 'libxrandr' 'libgl'
'dbus-glib'
- 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 'libxslt'
+ 'redland' 'hyphen' 'lpsolve' 'sh' 'graphite' 'icu' 'libxslt'
'lcms2' 'poppler' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
'gst-plugins-base-libs' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc'
'ant'
@@ -270,7 +270,8 @@ build() {
package_libreoffice-still-sdk() {
pkgdesc="Software Development Kit for LibreOffice maintenance branch"
- depends=('libreoffice-still' 'gcc-libs' 'sh' 'make' 'zip' 'gcc'
'java-environment' 'glibc')
+ depends=('libreoffice-still' 'sh' 'make' 'zip'
+ 'gcc' 'libstdc++' 'libgcc' 'java-environment' 'glibc')
provides=('libreoffice-sdk')
conflicts=('libreoffice-fresh-sdk')
@@ -296,10 +297,9 @@ package_libreoffice-still() {
pkgdesc="LibreOffice maintenance branch"
depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python' 'libwpd>=0.9.2' 'libwps'
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg-turbo' 'libxrandr' 'libgl'
- 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 'libxslt'
+ 'redland' 'hyphen' 'lpsolve' 'libstdc++' 'libgcc' 'sh' 'graphite'
'icu' 'libxslt'
'lcms2' 'poppler' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
- 'libmspub' 'harfbuzz-icu' 'nss' 'clucene' 'hicolor-icon-theme'
- 'desktop-file-utils' 'shared-mime-info' 'libpagemaker'
+ 'libmspub' 'harfbuzz-icu' 'nss' 'clucene' 'hicolor-icon-theme'
'libpagemaker'
'libxinerama' 'libabw' 'libmwaw' 'libe-book' 'libcups'
'liblangtag' 'libexttextcat' 'liborcus' 'libwebp' 'libcmis' #
'libfbclient'
'libtommath' 'libzmf' 'libatomic_ops' 'xmlsec' 'libnumbertext'
'gpgmepp'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/commit/b4745ac8458190fad577081fd7680e5ff9de6e5e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/commit/b4745ac8458190fad577081fd7680e5ff9de6e5e
You're receiving this email because of your account on gitlab.archlinux.org.