diff options
Diffstat (limited to 'graphics/yed/yed.SlackBuild')
-rw-r--r-- | graphics/yed/yed.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/yed/yed.SlackBuild b/graphics/yed/yed.SlackBuild index e3c938d48c..a5dba6144c 100644 --- a/graphics/yed/yed.SlackBuild +++ b/graphics/yed/yed.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yEd -# Copyright 2012-2014 Fridrich von Stauffenberg <cancellor2@gmail.com> +# Copyright 2012-2015 Fridrich von Stauffenberg <cancellor2@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yed -VERSION=${VERSION:-3.13} +VERSION=${VERSION:-3.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +47,7 @@ cd $PRGNAM-$VERSION chown -R root:root . mkdir -p $PKG/usr/share/$PRGNAM -mv *.jar $PKG/usr/share/$PRGNAM +mv lib *.jar $PKG/usr/share/$PRGNAM for SIZE in 16 32; do mkdir -p $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps |