summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Larry Hajali2014-12-15 18:32:06 +0100
committer Willy Sudiarto Raharjo2014-12-15 18:32:06 +0100
commit03a6fd8a229023045ef381b7afb7d3e289e4c363 (patch)
tree71e66c6a7bf1046c0eade3f867092d60416cf18e /office
parent91c0a4b7c91e202154c29cb3b69b9c784e730769 (diff)
downloadslackbuilds-03a6fd8a229023045ef381b7afb7d3e289e4c363.tar.gz
office/texmaker: Updated for version 4.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texmaker/README2
-rw-r--r--office/texmaker/texmaker.156
-rw-r--r--office/texmaker/texmaker.SlackBuild7
-rw-r--r--office/texmaker/texmaker.info6
4 files changed, 8 insertions, 63 deletions
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 <pbrachet@xm1math.net>
-.
-.\" 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 <larryhaja[at]gmail[dot]com>
+# Copyright 2013-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=""