diff options
author | Marek Šrejma <marek@modweb.de> | 2022-02-20 11:05:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-21 14:30:13 +0700 |
commit | a667a8851737d32bf395e3beb9f1682b57018f2a (patch) | |
tree | 9106c13f17bfff014a6e32193964183494cc0c6b /graphics/xmedcon/xmedcon.SlackBuild | |
parent | e916cd4c3d64ab3aceb61f6ac4f23393c8fa3869 (diff) |
graphics/xmedcon: Updated for version 0.21.2, change maint. email.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/xmedcon/xmedcon.SlackBuild')
-rw-r--r-- | graphics/xmedcon/xmedcon.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/xmedcon/xmedcon.SlackBuild b/graphics/xmedcon/xmedcon.SlackBuild index 02a7d005c9d74..995aa678a44ae 100644 --- a/graphics/xmedcon/xmedcon.SlackBuild +++ b/graphics/xmedcon/xmedcon.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for (X)MedCon # -# Copyright 2016-2021 Marek Srejma (sam@modweb.de) +# Copyright 2016-2022 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.17.0} +VERSION=${VERSION:-0.21.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -106,7 +106,6 @@ do done mv $PKG/usr/etc $PKG/ -mv $PKG/etc/xmedconrc $PKG/etc/xmedconrc.new mkdir -p $PKG/usr/share/pixmaps cp -a etc/xmedcon.png $PKG/usr/share/pixmaps @@ -116,7 +115,7 @@ install -m644 $CWD/xmedcon.desktop $PKG/usr/share/applications/xmedcon.desktop mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING COPYING.LIB INSTALL NEWS README REMARKS \ + AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README REMARKS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |