From 03a6fd8a229023045ef381b7afb7d3e289e4c363 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Tue, 16 Dec 2014 00:32:06 +0700 Subject: office/texmaker: Updated for version 4.4.1. Signed-off-by: Willy Sudiarto Raharjo --- office/texmaker/README | 2 ++ office/texmaker/texmaker.1 | 56 ------------------------------------- office/texmaker/texmaker.SlackBuild | 7 ++--- office/texmaker/texmaker.info | 6 ++-- 4 files changed, 8 insertions(+), 63 deletions(-) delete mode 100644 office/texmaker/texmaker.1 (limited to 'office') diff --git a/office/texmaker/README b/office/texmaker/README index e484a2c743..445c006afc 100644 --- a/office/texmaker/README +++ b/office/texmaker/README @@ -6,3 +6,5 @@ Note: Texmaker can be optionally compiled with poppler-qt5 by passing the argument QT5GUI=yes. QT5GUI=yes ./texmaker.SlackBuild + +Optional dependency: ibus-qt (For Qt4) diff --git a/office/texmaker/texmaker.1 b/office/texmaker/texmaker.1 deleted file mode 100644 index 600783651f..0000000000 --- a/office/texmaker/texmaker.1 +++ /dev/null @@ -1,56 +0,0 @@ -.TH texmaker 1 "April 3, 2006" -. -.SH NAME -texmaker \- A Cross-Platform LaTeX Editor -. -.SH SYNOPSIS -.B texmaker file [-master] [-line xx] -. -.SH DESCRIPTION -.B texmaker -is a clean, highly configurable LaTeX editor with good hot key support and extensive Latex documentation. Texmaker integrates many tools needed to -develop documents with LaTeX, in just one application. It has some nice featuressuch as syntax highlighting, insertion of 370 mathematical symbols with only one -click, a structure view of the document for easier navigation. - -\-master With this option, the document will be automatically defined - as a "master" document. - -\-line xx With this option, Texmaker will ask you if you want to jump - to the xx line after loading the document - - See the user manuels under the 'Help' directory for documentation on the -use and features for Texmaker. - -Some of Texmaker's features are: - -- An unicode editor to write your LaTeX source files (syntax highlighting, undo-redo, search-replace, ...) - -- The principal LaTex tags can be inserted directly with the "LaTeX" and "Math" menus - -- 370 mathematical symbols can be inserted in just one click - -- Wizards to generate code ('Quick document', 'Quick letter', tabular, tabbing and array environments) - -- LaTeX-related programs can be launched via the "Tools" menu - -- The standard Bibtex entry types can be inserted in the ".bib" file with the "Bibliography" menu - -- A "structure view" of the document for easier navigation of a document (by clicking on an item in the "Structure" frame, you can jump directly to the corresponding part of your document - -- Extensive LaTeX documentation - -- In the "Messages / Log File" frame, you can see information about processes and the logfile after a LaTeX compilation - -- The "Next Latex Error" and "Previous Latex Error" commands let you reach the LaTeX errors detected in the log file - -- By clicking on the number of a line in the log file, the cursor jumps to the corresponding line in the editor - -- An integrated LaTeX to html conversion tool (for unix and macosx systems) -. -.SH Web Page -http://www.xm1math.net/texmaker/ -. -.SH AUTHOR -Pascal Brachet -. -.\" EOF diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index f7f6fab099..b1a6509b1f 100644 --- a/office/texmaker/texmaker.SlackBuild +++ b/office/texmaker/texmaker.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for texmaker -# Copyright 2013 Larry Hajali +# Copyright 2013-2014 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texmaker -VERSION=${VERSION:-4.3} +VERSION=${VERSION:-4.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,8 +84,7 @@ make install INSTALL_ROOT=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mkdir -p $PKG/usr/man/man1 -install -m 0644 $CWD/$PRGNAM.1 $PKG/usr/man/man1 +install -D -m 0644 utilities/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1 gzip -9 $PKG/usr/man/man?/*.? for i in 16 22 32 48 64 128; do diff --git a/office/texmaker/texmaker.info b/office/texmaker/texmaker.info index 6db6780c2c..cba5dc897b 100644 --- a/office/texmaker/texmaker.info +++ b/office/texmaker/texmaker.info @@ -1,8 +1,8 @@ PRGNAM="texmaker" -VERSION="4.3" +VERSION="4.4.1" HOMEPAGE="http://www.xm1math.net/texmaker/index.html" -DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.3.tar.bz2" -MD5SUM="f2ba669a886c01ed594c0e7e787b55df" +DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.4.1.tar.bz2" +MD5SUM="d6af622aa9ab1ec29c799842f2b76dc7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3