diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-07-27 11:47:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-29 17:50:42 +0700 |
commit | 0ada48b5aec732144cb1b74a3ced574790cadc91 (patch) | |
tree | 615e5f92ff66b2c14c2292524dceda2595bb8323 /office/texstudio | |
parent | 0ea6c38ebce46e9db18530d0d07569557dab6342 (diff) | |
download | slackbuilds-0ada48b5aec732144cb1b74a3ced574790cadc91.tar.gz |
office/texstudio: Updated for version 2.12.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office/texstudio')
-rw-r--r-- | office/texstudio/texstudio.SlackBuild | 8 | ||||
-rw-r--r-- | office/texstudio/texstudio.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/texstudio/texstudio.SlackBuild b/office/texstudio/texstudio.SlackBuild index 293810d3d6..9224441291 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.12.4} +VERSION=${VERSION:-2.12.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf ${PRGNAM}${VERSION} +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd ${PRGNAM}${VERSION} +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -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 INSTALL utilities/{AUTHORS,license.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 69b7653f43..3655aa3762 100644 --- a/office/texstudio/texstudio.info +++ b/office/texstudio/texstudio.info @@ -1,8 +1,8 @@ PRGNAM="texstudio" -VERSION="2.12.4" +VERSION="2.12.6" HOMEPAGE="http://texstudio.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.12.4.tar.gz" -MD5SUM="8b95a16abc7d75a36cd73fe79d7111ef" +DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.12.6.tar.gz" +MD5SUM="716441e2b47ac4b98951d94400275511" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |