diff options
Diffstat (limited to 'graphics/yed/yed.SlackBuild')
-rw-r--r-- | graphics/yed/yed.SlackBuild | 5 |
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 |