diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2023-02-22 10:26:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-22 10:26:13 +0700 |
commit | 1f6ca2d6b4092f6d220bc8ea6aa2d16f9311a9fe (patch) | |
tree | 89dc8a307e3893dc40049f3b70ed77fa26dc2e35 /office | |
parent | c597b69092123d6e610449dfef1f593e8e80d394 (diff) |
office/texworks: Updated for version 0.6.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/texworks/doinst.sh | 5 | ||||
-rw-r--r-- | office/texworks/texworks.SlackBuild | 5 | ||||
-rw-r--r-- | office/texworks/texworks.info | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/office/texworks/doinst.sh b/office/texworks/doinst.sh index 4e8ba7071dea7..65c7e2eeb9aa5 100644 --- a/office/texworks/doinst.sh +++ b/office/texworks/doinst.sh @@ -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 diff --git a/office/texworks/texworks.SlackBuild b/office/texworks/texworks.SlackBuild index 162fe1889ba73..6a20d2e8cdbd9 100644 --- a/office/texworks/texworks.SlackBuild +++ b/office/texworks/texworks.SlackBuild @@ -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} diff --git a/office/texworks/texworks.info b/office/texworks/texworks.info index f7fe48e806327..af8c4d7eb45f6 100644 --- a/office/texworks/texworks.info +++ b/office/texworks/texworks.info @@ -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="" |