summaryrefslogtreecommitdiffstats
path: root/office/latexdiff
diff options
context:
space:
mode:
author Dominik Drobek <dominik.drobek (at) o2.pl>2018-10-30 11:48:25 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-03 07:46:38 +0700
commit21f9cbdb1eae57d873b9c46cd0a3428d8fe8118f (patch)
tree29c1a6ce7bb29fc7927c3c369767ca68b8d7d81b /office/latexdiff
parent7bae185dd7c1c1e055ace9ece87eeb19c73e1c36 (diff)
downloadslackbuilds-21f9cbdb1eae57d873b9c46cd0a3428d8fe8118f.tar.gz
slackbuilds-21f9cbdb1eae57d873b9c46cd0a3428d8fe8118f.tar.xz
office/latexdiff: Updated for version 1.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/latexdiff')
-rw-r--r--office/latexdiff/README2
-rw-r--r--office/latexdiff/latexdiff.SlackBuild6
-rw-r--r--office/latexdiff/latexdiff.info8
-rw-r--r--office/latexdiff/slack-desc2
4 files changed, 7 insertions, 11 deletions
diff --git a/office/latexdiff/README b/office/latexdiff/README
index 3cc773eca7..d976669a44 100644
--- a/office/latexdiff/README
+++ b/office/latexdiff/README
@@ -1,6 +1,6 @@
latexdiff is a Perl script which compares LaTeX files and marks
significant differences between them. It can be used with several
-version control systems (rcs, cvs, subversion, mercurial, and git).
+version control systems (RCS, CVS, Subversion, Mercurial, and Git).
The package also contains latexrevise, a tool for selective removal
of markup and text from latexdiff output.
diff --git a/office/latexdiff/latexdiff.SlackBuild b/office/latexdiff/latexdiff.SlackBuild
index 23ac17f6af..61ffae61d2 100644
--- a/office/latexdiff/latexdiff.SlackBuild
+++ b/office/latexdiff/latexdiff.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=latexdiff
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.3.0}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,12 +48,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-mkdir -p $PKG/usr/{bin,man/man1}
make install INSTALLPATH=$PKG/usr
-# make install changes modes of man pages to 755, change them back
-chmod 644 $PKG/usr/man/man1/latex*.1
-
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/office/latexdiff/latexdiff.info b/office/latexdiff/latexdiff.info
index 438ca0f86d..eb10f1d567 100644
--- a/office/latexdiff/latexdiff.info
+++ b/office/latexdiff/latexdiff.info
@@ -1,10 +1,10 @@
PRGNAM="latexdiff"
-VERSION="1.2.1"
+VERSION="1.3.0"
HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff"
-DOWNLOAD="https://github.com/ftilmann/latexdiff/releases/download/1.2.1/latexdiff-1.2.1.tar.gz"
-MD5SUM="0ce89024486018f66f2ad5d74d180e22"
+DOWNLOAD="https://github.com/ftilmann/latexdiff/releases/download/1.3.0/latexdiff-1.3.0.tar.gz"
+MD5SUM="b8cdd944ad6c459c78a9ec75cfb0b3c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Dominik Drobek"
-EMAIL="dominik.drobek@o2.pl"
+EMAIL="dominik.drobek (at) o2.pl"
diff --git a/office/latexdiff/slack-desc b/office/latexdiff/slack-desc
index c0c292049b..07537a8085 100644
--- a/office/latexdiff/slack-desc
+++ b/office/latexdiff/slack-desc
@@ -10,7 +10,7 @@ latexdiff: latexdiff (diff utility for LaTeX files)
latexdiff:
latexdiff: latexdiff is a Perl script which compares LaTeX files and marks
latexdiff: significant differences between them. It can be used with several
-latexdiff: version control systems (rcs, cvs, subversion, mercurial, and git).
+latexdiff: version control systems (RCS, CVS, Subversion, Mercurial, and Git).
latexdiff:
latexdiff: The package also contains latexrevise, a tool for selective removal
latexdiff: of markup and text from latexdiff output.