Browse Source
office/openoffice.org: Updated for version 4.1.13.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Dimitris Zlatanidis
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
10 additions and
9 deletions
-
office/openoffice.org/openoffice.org.SlackBuild
-
office/openoffice.org/openoffice.org.info
|
|
@ -1,6 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# Slackware build script for openoffice.org |
|
|
|
# Copyright 2023 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2018-2019 Donald Cooley South Haven, Indiana USA |
|
|
|
# With help from Ekin Akoglu to fix missing menu icons and script cleanup, |
|
|
|
# and a diff from Dominik Drobek to remove unnecessary RPM cruft. |
|
|
@ -32,8 +33,8 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=openoffice.org |
|
|
|
SRCNAM=openoffice |
|
|
|
VERSION=${VERSION:-4.1.7} |
|
|
|
BUILD_ID=${BUILD_ID:-9800} |
|
|
|
VERSION=${VERSION:-4.1.13} |
|
|
|
BUILD_ID=${BUILD_ID:-9810} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="openoffice.org" |
|
|
|
VERSION="4.1.7" |
|
|
|
VERSION="4.1.13" |
|
|
|
HOMEPAGE="https://openoffice.org" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/en-US/Apache_OpenOffice_4.1.7_Linux_x86_install-rpm_en-US.tar.gz" |
|
|
|
MD5SUM="650016711ab925eb0350c4d2fbbecd92" |
|
|
|
DOWNLOAD_x86_64="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/en-US/Apache_OpenOffice_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz" |
|
|
|
MD5SUM_x86_64="f71d8bbc7c1901e808e7c5d5e6eaa051" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/en-US/Apache_OpenOffice_4.1.13_Linux_x86_install-rpm_en-US.tar.gz" |
|
|
|
MD5SUM="06ebc1c5006ce3f7b0b18e14bf988135" |
|
|
|
DOWNLOAD_x86_64="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/en-US/Apache_OpenOffice_4.1.13_Linux_x86-64_install-rpm_en-US.tar.gz" |
|
|
|
MD5SUM_x86_64="af7f6219a86d71728bb51e6ab8e823b1" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Donald Cooley" |
|
|
|
EMAIL="chytraeu@sdf.org" |
|
|
|
MAINTAINER="Dimitris Zlatanidis" |
|
|
|
EMAIL="d.zlatanidis@gmail.com" |