From f9f5a00a6ef8c4135822637c4e26a75cc2114d5c Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Wed, 4 Feb 2015 16:13:41 +0100 Subject: office/text2pdf: Maintainer info update + minor fixes --- office/text2pdf/README | 11 +++++------ office/text2pdf/text2pdf.SlackBuild | 10 +++++----- office/text2pdf/text2pdf.info | 4 ++-- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/office/text2pdf/README b/office/text2pdf/README index 77e554fd84..d7fd3e114d 100644 --- a/office/text2pdf/README +++ b/office/text2pdf/README @@ -1,8 +1,7 @@ text2pdf (Converts text files to PDF) -text2pdf makes a 7-bit clean PDF file (version 1.1) from any input -file. It reads from standard input or a named file, and writes the PDF -file to standard output. You can specify the font, number of lines -and columns, paper size and various other options from the command -line. By default, long lines will be wrapped, and a formfeed character -(^L) will cause a page break. +text2pdf makes a 7-bit clean PDF file (version 1.1) from any input file. It +reads from standard input or a named file, and writes the PDF file to +standard output. You can specify the font, number of lines and columns, +paper size and various other options from the command line. By default, long +lines will be wrapped, and a formfeed character (^L) will cause a page break. diff --git a/office/text2pdf/text2pdf.SlackBuild b/office/text2pdf/text2pdf.SlackBuild index 77b08e95b9..57c054a566 100644 --- a/office/text2pdf/text2pdf.SlackBuild +++ b/office/text2pdf/text2pdf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for text2pdf -# Copyright 2013, mario +# Copyright 2013, 2015 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -51,10 +51,10 @@ cp $CWD/{Makefile,text2pdf.c} $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; make all diff --git a/office/text2pdf/text2pdf.info b/office/text2pdf/text2pdf.info index 85fe6bd58f..4857e18a29 100644 --- a/office/text2pdf/text2pdf.info +++ b/office/text2pdf/text2pdf.info @@ -10,5 +10,5 @@ MD5SUM="c57f93808682957a30b3179de535ade5 \ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="mario" -EMAIL="mario@slackverse.org" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr" -- cgit v1.2.3