Package Details: openoffice-bin 4.1.14-1

Git Clone URL: https://aur.archlinux.org/openoffice-bin.git (read-only, click to copy)
Package Base: openoffice-bin
Description: The Free and Open Productivity Suite
Upstream URL: https://www.openoffice.org
Licenses: Apache
Conflicts: openoffice-base-bin-unstable
Replaces: openoffice, openoffice-base-bin
Submitter: disastro
Maintainer: disastro
Last Packager: disastro
Votes: 43
Popularity: 0.80
First Submitted: 2021-01-02 03:55 (UTC)
Last Updated: 2023-03-14 12:26 (UTC)

Dependencies (17)

Sources (2)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

disastro commented on 2023-03-14 12:27 (UTC)

Out of date mail got lost to the spam mess Microsoft created, pushed a quick update finally!

DrJ commented on 2023-03-11 11:24 (UTC)

Thank you very much Nechochwen! I can confirm that this works.

  • Download (old) PKGBUILD
  • change it according to nechochwen's posting below
  • run makepkg
  • install it

Cheers

Nechochwen commented on 2023-03-01 02:55 (UTC) (edited on 2023-03-01 02:57 (UTC) by Nechochwen)

Need to update the build file. The current download target returns a 404 error.

line 12

pkgver=$_vmaj.1.13

to

pkgver=$_vmaj.1.14

and

lines 41-42

sha256sums_x86_64=('e0180206e59134f352706ac748a2fbb031441c39e10f496ceeb1a046c05dd7d5')

sha256sums_i686=('7d127b36d01853e55690634e17708e33c4fb3496fbdb8d98828376b288466392')

to

sha256sums_x86_64=('680614656e1c5625b39111af37ff2e144b90cf0b3028c6e7d63bbd41ffc5863e')

sha256sums_i686=('f20abdd86b9fbf4518fa80955048c0d6098569d78340b06c9567029509b03652')

Xlwy_x commented on 2022-05-06 21:29 (UTC)

Hi, disastro... Nice to meet you!

The openoffice-bin version is expired. I'll give the solution..!

disastro commented on 2022-02-21 15:03 (UTC)

This is now fixed, thanks for notifying me everyone

batot commented on 2022-02-21 13:17 (UTC) (edited on 2022-02-21 13:53 (UTC) by batot)

@Llaquet - I was checked, compiled, installed and running and for me all was ok https://aur.archlinux.org/pkgbase/openoffice-bin/comments/853065/edit?next=%2Fpackages%2Fopenoffice-binwith version 4.1.11-1.

but... ..past pacman -Syu i get:

/opt/openoffice4/program/javaldx: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory /opt/openoffice4/program/soffice.bin: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

It's interesting.

Llaquet commented on 2022-02-19 03:03 (UTC)

After latest Arch Linux updates, package does not work. These are the errors:

/opt/openoffice4/program/javaldx: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory /opt/openoffice4/program/soffice.bin: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

Navlys commented on 2020-12-28 03:49 (UTC)

@LordofNoob I changed 1.7 to 1.8 in the PKGBUILD. @batot Thanks for your help. Now I can install it.

batot commented on 2020-12-27 16:05 (UTC) (edited on 2020-12-27 16:17 (UTC) by batot)

$ pacman -Q openoffice

openoffice 4.1.8-1

;P

@Navlys you can't build version 4.1.8 because file PKGBUILD needs some changes source and build seting. Without put new file PKGBUILD is imposible. I'm still waiting for access to push new 4.1.8 version to AUR. Theoretical only version 4.1.7 we can build if modify PKGBUILD. If know how must change this lanes in file:

durl="http://archive.apache.org/dist/$pkgname/$pkgver/binaries/$_lang/Apache_OpenOffice${pkgver}_Linux_x86"

source_i686=("v$pkgver-i686::${_durl}_install-rpm_en-US.tar.gz")

Probably this working for version 4.1.7 - check.

LordofNoob commented on 2020-12-27 14:46 (UTC)

How did you install it?