From 61cef7cc008ad55ef0f0247d3d87e1945881bf5f Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Wed, 12 Oct 2016 09:07:05 -0700 Subject: office/texstudio: Updated for version 2.11.2 Signed-off-by: Larry Hajali --- office/texstudio/texstudio.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'office/texstudio/texstudio.SlackBuild') diff --git a/office/texstudio/texstudio.SlackBuild b/office/texstudio/texstudio.SlackBuild index c65d2db1bcd2b..a5208d9329617 100644 --- a/office/texstudio/texstudio.SlackBuild +++ b/office/texstudio/texstudio.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for texstudio -# Copyright 2013-2015 Larry Hajali +# Copyright 2013-2016 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=texstudio -VERSION=${VERSION:-2.11.0} +VERSION=${VERSION:-2.11.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,6 +71,8 @@ find -L . \ # Fix .desktop item. sed -i -e '/^Encoding/d' -e "/^Icon/s|=.*|=$PRGNAM|" utilities/texstudio.desktop +# https://sourceforge.net/p/texstudio/bugs/1927/ +patch -p1 < $CWD/phonon-fix.patch # Use Qt5 if QT5GUI is yes, otherwise, default to Qt4. if [ "${QT5GUI:-no}" == "yes" ]; then @@ -99,7 +101,7 @@ install -D -m 0644 utilities/$PRGNAM.svg \ $PKG/usr/share/icons/hicolor/scalable/apps/$PRGNAM.svg mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a utilities/{AUTHORS,license.txt,COPYING} $PKG/usr/doc/$PRGNAM-$VERSION +cp -a INSTALL utilities/{AUTHORS,license.txt,COPYING} $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -f $PKG/usr/share/$PRGNAM/{COPYING,CHANGELOG.txt,AUTHORS} -- cgit v1.2.3