From a4d89e4fe425b34e12aaa333097a986f549f2f18 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Mon, 14 Sep 2015 06:53:57 +0700 Subject: office/texstudio: Updated for version 2.10.0. Signed-off-by: Willy Sudiarto Raharjo --- office/texstudio/texstudio.SlackBuild | 6 +++--- office/texstudio/texstudio.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'office/texstudio') 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="" -- cgit v1.2.3