diff options
author | Marek Šrejma <marek@modweb.de> | 2024-07-03 06:55:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-03 07:15:08 +0700 |
commit | 82d0ac4b8001bfb976699d0f469f08209f6099e5 (patch) | |
tree | 03aeefa90fe15e363288cf51c8cae0b459f5989d /graphics | |
parent | 4bf5fd98fb2cbfa617ea4bdf031444d4df5e73ce (diff) |
graphics/xmedcon: Updated for version 0.24.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmedcon/xmedcon.SlackBuild | 7 | ||||
-rw-r--r-- | graphics/xmedcon/xmedcon.desktop | 2 | ||||
-rw-r--r-- | graphics/xmedcon/xmedcon.info | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/graphics/xmedcon/xmedcon.SlackBuild b/graphics/xmedcon/xmedcon.SlackBuild index 9ffc6533dac0..e947ef21bc9e 100644 --- a/graphics/xmedcon/xmedcon.SlackBuild +++ b/graphics/xmedcon/xmedcon.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for (X)MedCon # -# Copyright 2016-2023 Marek Šrejma <marek@modweb.de>, Germany +# Copyright 2016-2024 Marek Šrejma <marek@modweb.de>, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xmedcon -VERSION=${VERSION:-0.23.0} +VERSION=${VERSION:-0.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/graphics/xmedcon/xmedcon.desktop b/graphics/xmedcon/xmedcon.desktop index 95e6adf0e16a..68e4b3ffee1b 100644 --- a/graphics/xmedcon/xmedcon.desktop +++ b/graphics/xmedcon/xmedcon.desktop @@ -4,5 +4,5 @@ Name=(X)MedCon GenericName=Medical Image Conversion Exec=xmedcon Icon=xmedcon -Categories=Graphics;Utility; +Categories=Graphics; MimeType=application/dicom; diff --git a/graphics/xmedcon/xmedcon.info b/graphics/xmedcon/xmedcon.info index 0fa65aba31a1..356228348d9d 100644 --- a/graphics/xmedcon/xmedcon.info +++ b/graphics/xmedcon/xmedcon.info @@ -1,8 +1,8 @@ PRGNAM="xmedcon" -VERSION="0.23.0" +VERSION="0.24.0" HOMEPAGE="http://xmedcon.sourceforge.net/" -DOWNLOAD="https://downloads.sourceforge.net/project/xmedcon/XMedCon-Source/0.23.0/xmedcon-0.23.0.tar.bz2" -MD5SUM="8c758335d733d679e292d4948acba77e" +DOWNLOAD="https://downloads.sourceforge.net/project/xmedcon/XMedCon-Source/0.24.0/xmedcon-0.24.0.tar.bz2" +MD5SUM="6825a1972c85ea24c52186713200aca7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |