diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 18:28:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 18:28:38 +0700 |
commit | 40d609b9d128aed1cf10c3833c4a29467e0c9608 (patch) | |
tree | 52026579f9d1795a244e3a2f0e517c3350709e60 | |
parent | c27427d6c4b71bb9b5035ff6afbe6c89206ad6bd (diff) | |
download | slackbuilds-40d609b9d128aed1cf10c3833c4a29467e0c9608.tar.gz |
office/libreoffice: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 6 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 354dd1afb2..cadd3146b9 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA # 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 @@ -23,9 +24,6 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by Niels Horn <niels.horn@gmail.com> -# Revision date: 2014/02/21 - PRGNAM=libreoffice VERSION=${VERSION:-"4.3.1"} BUILD=${BUILD:-1} @@ -163,5 +161,5 @@ 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 {} \; /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}-$PKGARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index 41d1962f9b..e7753942a8 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -6,5 +6,5 @@ MD5SUM="2727ee0f9ab713565f6acb4b26b3e60c" DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/4.3.1/rpm/x86_64/LibreOffice_4.3.1_Linux_x86-64_rpm.tar.gz" MD5SUM_x86_64="f69e5e6cecebf9ed6741d7ca1454d295" REQUIRES="jdk" -MAINTAINER="Niels Horn" -EMAIL="niels.horn@gmail.com" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" |