mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/texmaker: Updated for version 4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b12705c49d
commit
22f14d5c01
3 changed files with 6 additions and 20 deletions
|
@ -1,11 +0,0 @@
|
|||
diff -Naur texmaker-4.4.1.orig/singleapp/qtlocalpeer.cpp texmaker-4.4.1/singleapp/qtlocalpeer.cpp
|
||||
--- texmaker-4.4.1.orig/singleapp/qtlocalpeer.cpp 2013-01-07 11:55:45.000000000 +0000
|
||||
+++ texmaker-4.4.1/singleapp/qtlocalpeer.cpp 2015-09-13 01:53:52.722192775 +0000
|
||||
@@ -42,6 +42,7 @@
|
||||
#include "qtlocalpeer.h"
|
||||
#include <QCoreApplication>
|
||||
#include <QTime>
|
||||
+#include <QDataStream>
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <QLibrary>
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for texmaker
|
||||
|
||||
# Copyright 2013-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2013-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=texmaker
|
||||
VERSION=${VERSION:-4.4.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -69,9 +69,6 @@ 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 {} \;
|
||||
|
||||
# Fix for qt >= 5.5.
|
||||
patch -p1 < $CWD/qt-5.5.x.patch
|
||||
|
||||
# Check for Qt5 or else drop back to Qt4.
|
||||
if [ "${QT5GUI:-no}" == "yes" ]; then
|
||||
qmake-qt5 LIBS+="-L/usr/lib${LIBDIRSUFFIX}" QMAKE_CFLAGS+="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="texmaker"
|
||||
VERSION="4.4.1"
|
||||
VERSION="4.5"
|
||||
HOMEPAGE="http://www.xm1math.net/texmaker/index.html"
|
||||
DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.4.1.tar.bz2"
|
||||
MD5SUM="d6af622aa9ab1ec29c799842f2b76dc7"
|
||||
DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.5.tar.bz2"
|
||||
MD5SUM="156ffad5b7193e0cfecd2d3689f3a7a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue