office/texworks: Updated for version 0.6.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c597b69092
commit
1f6ca2d6b4
|
@ -2,3 +2,8 @@ if [ -x /usr/bin/update-desktop-database ]; then
|
|||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
# Slackware build script for TeXworks
|
||||
|
||||
# Written by digwtx (wtx358@qq.com)
|
||||
# Updated by Willy Sudiarto Raharjo
|
||||
# Copyright 2016 - 2022 Johannes Schoepfer, Germany
|
||||
# Copyright 2016 - 2023 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=texworks
|
||||
VERSION=${VERSION:-0.6.7}
|
||||
VERSION=${VERSION:-0.6.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="texworks"
|
||||
VERSION="0.6.7"
|
||||
VERSION="0.6.8"
|
||||
HOMEPAGE="https://tug.org/texworks/"
|
||||
DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.7/texworks-release-0.6.7.tar.gz"
|
||||
MD5SUM="da4ec91ed962e6b87baed8f88d4ef7dc"
|
||||
DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.8/texworks-release-0.6.8.tar.gz"
|
||||
MD5SUM="47a5100e9b154ff0766ff3e9ae20c3ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue