Package Details: openoffice-bin 4.1.16-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: None
Last Packager: disastro
Votes: 47
Popularity: 0.023017
First Submitted: 2021-01-02 03:55 (UTC)
Last Updated: 2025-12-07 08:56 (UTC)

Dependencies (17)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

oberon2007 commented on 2017-12-25 20:39 (UTC)

Thank you @Cray2TheZ. Updated.

Cray2TheZ commented on 2017-12-24 23:40 (UTC)

v4.1.4 does not install as its "durl" in PKGBUILD gives a 404 error.

durl needs to be set to point to the current version (4.1.5)

workaround was hard coding correct durl in PKGBUILD and passing the --skipchecksums option (along with -sri options) to the makepkg command.

I hope this helps!

sergey.orloff commented on 2016-12-10 13:27 (UTC)

Thanks, @oberon2007, the original version installed without a problem. I made corrections to installation of the Russian version slacking off on Your advice these lines in the file: .SRCINFO arch = x86_64 source_x86_64 = v4.1.3-x86_64::http://apache.org/dist/openoffice/4.1.3/binaries/ru/Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_ru.tar.gz md5sums_x86_64 = f6daf282fa92931ccfa9bce701b18295 PKGBUILD _lang=ru arch=('x86_64') _durl="http://apache.org/dist/$pkgname/$pkgver/binaries/$_lang/Apache_OpenOffice_${pkgver}_Linux_x86" source_x86_64=("v$pkgver-x86_64::${_durl}-64_install-rpm_ru.tar.gz") md5sums_x86_64=('f6daf282fa92931ccfa9bce701b18295')

oberon2007 commented on 2016-12-10 10:32 (UTC) (edited on 2016-12-10 10:37 (UTC) by oberon2007)

Why? I don't think so! I've fixed the variable already a little earlier. In any case your version is not correct. Keep your $ outside the brackets! ;)

flapp commented on 2016-12-10 09:36 (UTC)

There is a very little mistake in the PKGBUILD. _durl="http://apache.org/dist/$pkgname/$pkgver/binaries/$_lang/Apache_OpenOffice_${pkgver}_Linux_x86" should be replaced by : _durl="http://apache.org/dist/$pkgname/$pkgver/binaries/$_lang/Apache_OpenOffice_{$pkgver}_Linux_x86"

oberon2007 commented on 2016-12-10 09:14 (UTC)

Sorry, @sergey.orloff, there was a little typo. Fixed.

sergey.orloff commented on 2016-12-10 03:51 (UTC)

[sergey@p43es3g openoffice]$ wget http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice_-64_install-rpm_en-US.tar.gz --2016-12-10 08:50:39-- http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice_-64_install-rpm_en-US.tar.gz Распознаётся apache.org (apache.org)… 88.198.26.2, 140.211.11.105 Подключение к apache.org (apache.org)|88.198.26.2|:80... соединение установлено. HTTP-запрос отправлен. Ожидание ответа… 404 Not Found 2016-12-10 08:50:40 ОШИБКА 404: Not Found.

sergey.orloff commented on 2016-12-10 03:50 (UTC)

==> Получение исходных файлов... -> Загрузка v4.1.3-x86_64... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found ==> ОШИБКА: Ошибка при загрузке 'http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice_-64_install-rpm_en-US.tar.gz' Прерывание... ==> ОШИБКА: Makepkg не смог собрать openoffice.

oberon2007 commented on 2016-12-10 01:33 (UTC) (edited on 2016-12-10 01:40 (UTC) by oberon2007)

updated to 4.1.3, using faster official download source. For different language versions you can simply edit '_lang=en_US' at the beginning of the PKGBUILD to any of these option: ast, bg, ca, ca-XR, ca-XV, cs, da, de, el, en-GB, en-US, es, eu, fi, fr, gd, gl, he, hi, hu, it, ja, km, ko, lt, nb, nl, pl, pt, pt-BR, ru, SDK, sk, sl, sr, sv, ta, th, tr, vi, zh-CN, zh-TW

sergey.orloff commented on 2016-09-09 07:20 (UTC)

Hello Sibren Vasse, thank you for making this package! To install the Russian version of I'm a little touched up these files: .SRCINFO source = http://downloads.sourceforge.net/project/openofficeorg.mirror/4.1.2/binaries/ru/ PKGBUILD _lang='ru' sha256sums[0]='3140383c0c2662fd0475b3895f2ee66f9c157ebe59e216bb9f98af75303fc9cf' sha256sums[0]='08dd63be16ffd772bc4de8c63e7a5d349f61b888802c42599ce4e6b42cbeeff3' And remove the dictionaries of the dependencies: .SRCINFO optdepends = openoffice-de-bin: adds additional German language pack optdepends = openoffice-nl-bin: adds additional Dutch language pack PKGBUILD 'openoffice-de-bin: adds additional German language pack' 'openoffice-nl-bin: adds additional Dutch language pack' I hope it will be useful to Russian-speaking users. Thank you!