diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-06 23:53:35 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-06 23:53:35 -0600 |
commit | 62aad3514c8002adc2c92d5b2b8229f912e23e04 (patch) | |
tree | 2faaed667c62e8d084f1830e30ef6d7da806f5fc /office | |
parent | ece4d0fe75488b6157ee3316833dbdaa3e098592 (diff) | |
download | slackbuilds-62aad3514c8002adc2c92d5b2b8229f912e23e04.tar.gz |
office/libreoffice: Updated for version 4.1.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 8 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 10 |
2 files changed, 7 insertions, 11 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 71f9d49d86..b241313739 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -24,10 +24,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Niels Horn <niels.horn@gmail.com> -# Revision date: 2013/07/07 +# Revision date: 2013/11/06 PRGNAM=libreoffice -VERSION=${VERSION:-"4.0.4"} +VERSION=${VERSION:-"4.1.3"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -103,10 +103,6 @@ rm -rf $TMP/$SOURCEDIR/RPMS/{userland,jre-*-linux-*.rpm} cd $TMP/$SOURCEDIR/RPMS/ -# Yes, I know there is a Slackware integration file in the desktop-integration -# directory, but it's worthless to us. I'd prefer to do things correctly. -mv desktop-integration/libreoffice$SRCSHORT-freedesktop-menus-$SRCSHORT*.noarch.rpm . - # No, I don't want to update our packaged files after the fact rm -f *onlineupdate*.rpm # We don't want this diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index ae6b7aa98a..e35cf9b740 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="4.0.4" +VERSION="4.1.3" HOMEPAGE="http://www.libreoffice.org" -DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/4.0.4/rpm/x86/LibreOffice_4.0.4_Linux_x86_rpm.tar.gz" -MD5SUM="b9a1230692c970006df534f4c3697608" -DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/4.0.4/rpm/x86_64/LibreOffice_4.0.4_Linux_x86-64_rpm.tar.gz" -MD5SUM_x86_64="79860cc1191f896898b8fdbf5fd83490" +DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/4.1.3/rpm/x86/LibreOffice_4.1.3_Linux_x86_rpm.tar.gz" +MD5SUM="f426376e4caf8a98003fdae647a9617a" +DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/4.1.3/rpm/x86_64/LibreOffice_4.1.3_Linux_x86-64_rpm.tar.gz" +MD5SUM_x86_64="93b4cb52220e7f1f4cb6955124b36868" REQUIRES="jdk" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" |