libreoffice-bin: update to 7.4.5

This commit is contained in:
John McQuah 2023-02-13 12:14:08 -05:00
parent 1aab289d41
commit b08b61076b
4 changed files with 10578 additions and 10526 deletions

6
REPO
View File

@ -240,9 +240,9 @@ f:69f0af978af475763423ee7333e0a6d4:wezterm/wezterm.lua
f:26b47749281fadfec410db73b389c21a:wezterm/.signature
f:46efa506b93ddffbd1c480c041518ae9:wezterm/Pkgfile
f:1d592352de4fc7bf9f9be410dfaa5619:wezterm/.footprint
f:4b06d9d29abae0b8dfee28e1b1908b45:libreoffice-bin/.signature
f:17794c25de94b545d6d2eab541a3868d:libreoffice-bin/Pkgfile
f:7c2f0221d7323b83887c3b272c0b774d:libreoffice-bin/.footprint
f:2e02f730f66eddb603174312b9c3cc29:libreoffice-bin/.signature
f:709204a0627535e45b49d1af4ef84b7c:libreoffice-bin/Pkgfile
f:d65576ef244e808233fd4696d790439a:libreoffice-bin/.footprint
f:6d00fd89381a70485b2d777c863d50e3:qrupdate/r33-complex-real.patch
f:bfe7fbd983f027324d35232f9ee3957a:qrupdate/.signature
f:c694ab87078e117980534457a9e0d47d:qrupdate/Pkgfile

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxJazRXDK+/zKL6wVM/NOKo4k6N0jQnRK7zVrNruUhaAaV842rcjumQ5+jSzo0Bl+reZ6R4hSXRlnrJd0veMf6AQ=
SHA256 (Pkgfile) = eb5e55a2fc206d777c383544683ec11907c09d13b5624db8b13855b5d6c46387
SHA256 (.footprint) = c5a02eaa54dec581ca93b2031b90513b508aef0b6efaeb05254961c03cfda75a
SHA256 (LibreOffice_7.3.7_Linux_x86-64_rpm.tar.gz) = 9dbe8dbb66e43c7ac4a767fe27c724e818e689703de57cacd10d7a3fe3d90e41
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/32mkp8Nv5wDHmzgXPpMh1ofJMTxS0ZZT1z61MWx2bBoCu7InguUToaqCX2XZacPexdZyo/V+fIuZiM0LJrhAk=
SHA256 (Pkgfile) = 666f891ed1da1c7c01827ac7acecdab4bc6953578fc380dbc5d982752a4ce99c
SHA256 (.footprint) = d6b510bcdf40eeb24e0edcefdab4b315442e243a20485f59a0f7684b3d36a05e
SHA256 (LibreOffice_7.4.5_Linux_x86-64_rpm.tar.gz) = 6cdfe2a6dafbbb872484eb12d10cffbb49f34f61fd2a4642d2207c38b41c562f

View File

@ -6,7 +6,7 @@
name=libreoffice-bin
Name=LibreOffice
version=7.3.7
version=7.4.5
release=1
source=(https://download.documentfoundation.org/${name%-bin}/stable/$version/rpm/x86_64/${Name}_${version}_Linux_x86-64_rpm.tar.gz)
@ -17,7 +17,6 @@ build() {
[[ $RPM =~ "-firebird-" ]] && continue
[[ $RPM =~ "-report-builder-" ]] && continue
[[ $RPM =~ "-mediawiki-" ]] && continue
[[ $RPM =~ "-mediawiki-" ]] && continue
[[ $RPM =~ "-onlineupdate-" ]] && continue
[[ $RPM =~ "-kde-integration-" ]] && continue
[[ $RPM =~ "-postgresql-" ]] && continue
@ -35,13 +34,13 @@ build() {
rm -f "$PKG"/usr/share/applications/*.desktop
cd "$PKG"/usr/share/applications
for APP in ../../lib/libreoffice7.3/share/xdg/*.desktop; do
ln -sf $APP libreoffice7.3-${APP##*/}
for APP in ../../lib/libreoffice7.4/share/xdg/*.desktop; do
ln -sf $APP libreoffice7.4-${APP##*/}
done
# clean up junk files
rm -rf "$PKG"/usr/lib/libreoffice7.3/readmes
rm -rf "$PKG"/usr/lib/libreoffice7.4/readmes
find "$PKG" \( -name "README*" -o -name "LICENSE*" -o -name "NOTICE*" \
-o -name "COPYING*" \) -exec rm {} +
find "$PKG" -name "wininst*.exe" -exec rm {} +
-o -name "COPYING*" \) -delete
find "$PKG" -name "wininst*.exe" -delete
}