diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2015-05-16 08:52:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-16 08:52:27 +0700 |
commit | 98c1415be1008be4e9a6e0ac7e3a95f190f00472 (patch) | |
tree | 2c50b4b8d7e275907825e7e912701675a4f0be43 /graphics/yed/yed.SlackBuild | |
parent | f5c9ef0d34de9cbf72b943e321d87eac9ff007cd (diff) |
graphics/yed: Updated for version 3.14.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 e3c938d48c2d..a5dba6144c34 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 |