summaryrefslogtreecommitdiff
path: root/graphics/yed/yed.SlackBuild
diff options
context:
space:
mode:
authorMichel Begue <mab974@gmail.com>2021-01-15 18:15:41 +0000
committerDave Woodfall <dave@slackbuilds.org>2021-01-15 18:15:41 +0000
commit8b806dac2352613b31d43deb0e3afb3133544a49 (patch)
treec09b29ea38fadaee69f0c9e954e310b7519c4523 /graphics/yed/yed.SlackBuild
parent90d42dc7da7d173f45c5e8d04ecea33590d91755 (diff)
downloadslackbuilds-8b806dac2352613b31d43deb0e3afb3133544a49.tar.gz
graphics/yed: Updated for version 3.20.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'graphics/yed/yed.SlackBuild')
-rw-r--r--graphics/yed/yed.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/yed/yed.SlackBuild b/graphics/yed/yed.SlackBuild
index a5dba6144c..d6332575dc 100644
--- a/graphics/yed/yed.SlackBuild
+++ b/graphics/yed/yed.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for yEd
# Copyright 2012-2015 Fridrich von Stauffenberg <cancellor2@gmail.com>
+# Copyright 2021 Michel Begue <mab974@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yed
-VERSION=${VERSION:-3.14.2}
+VERSION=${VERSION:-3.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,7 +52,7 @@ mv lib *.jar $PKG/usr/share/$PRGNAM
for SIZE in 16 32; do
mkdir -p $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps
- mv icons/yicon$SIZE.png $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps/$PRGNAM.png
+ mv icons/yed$SIZE.png $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps/$PRGNAM.png
done
mkdir -p $PKG/usr/bin