diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 18:30:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 18:30:43 +0700 |
commit | 25501c5d4e61d7c9287bee7126bc9b2d50af59a9 (patch) | |
tree | 88231751837213b770b959618e52b0cc97fe624c /office/libreoffice-langpack | |
parent | ac946d428814d0171ea1042749aeddd6e6b5a1d0 (diff) | |
download | slackbuilds-25501c5d4e61d7c9287bee7126bc9b2d50af59a9.tar.gz |
office/libreoffice-langpack: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/libreoffice-langpack')
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.SlackBuild | 6 | ||||
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.info | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild index 997d46f12e..c1d5ee3b86 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild +++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for LibreOffice Language Packs # Copyright 2010-2014 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,9 +23,6 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Written by Niels Horn <niels.horn@gmail.com> -# Revision date: 2014/02/21 - PRGNAM=libreoffice-langpack VERSION=${VERSION:-"4.3.1"} BUILD=${BUILD:-1} @@ -106,7 +104,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; if [ "$ALIEN" == "yes" ]; then cd $PKG/opt diff --git a/office/libreoffice-langpack/libreoffice-langpack.info b/office/libreoffice-langpack/libreoffice-langpack.info index f587332e40..8473b4356c 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.info +++ b/office/libreoffice-langpack/libreoffice-langpack.info @@ -6,5 +6,5 @@ MD5SUM="26a44b4c0bcc47d542fdcd2efbf32fff" DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/4.3.1/rpm/x86_64/LibreOffice_4.3.1_Linux_x86-64_rpm_langpack_en-GB.tar.gz" MD5SUM_x86_64="61eb9010d557f5e7fcadedffcee8690f" REQUIRES="libreoffice" -MAINTAINER="Niels Horn" -EMAIL="niels.horn@gmail.com" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" |