summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Larry Hajali2015-09-14 01:53:57 +0200
committer Willy Sudiarto Raharjo2015-09-16 07:23:20 +0200
commita4d89e4fe425b34e12aaa333097a986f549f2f18 (patch)
tree76b47ede3b0c20c1daf8fd77f82eae0e0efad1a3 /office
parent623c591691c1b17168a42d42c38cbe58881cdd87 (diff)
downloadslackbuilds-a4d89e4fe425b34e12aaa333097a986f549f2f18.tar.gz
office/texstudio: Updated for version 2.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texstudio/texstudio.SlackBuild6
-rw-r--r--office/texstudio/texstudio.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/office/texstudio/texstudio.SlackBuild b/office/texstudio/texstudio.SlackBuild
index 5e11b0ca1e..624242beb2 100644
--- a/office/texstudio/texstudio.SlackBuild
+++ b/office/texstudio/texstudio.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texstudio
-VERSION=${VERSION:-2.9.4}
+VERSION=${VERSION:-2.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,7 +84,7 @@ fi
make
make install INSTALL_ROOT=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 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
@@ -99,7 +99,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,CHANGELOG.txt,COPYING} $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a 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}
diff --git a/office/texstudio/texstudio.info b/office/texstudio/texstudio.info
index 21c5283d9c..2c3e8cc750 100644
--- a/office/texstudio/texstudio.info
+++ b/office/texstudio/texstudio.info
@@ -1,8 +1,8 @@
PRGNAM="texstudio"
-VERSION="2.9.4"
+VERSION="2.10.0"
HOMEPAGE="http://texstudio.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.9.4.tar.gz"
-MD5SUM="398baea51cf9f9f15ab961da09efb263"
+DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.10.0.tar.gz"
+MD5SUM="22ca96706605ccdc1f3f098c13373b71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""