summaryrefslogtreecommitdiffstats
path: root/graphics/leocad/leocad.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/leocad/leocad.SlackBuild')
-rw-r--r--graphics/leocad/leocad.SlackBuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/leocad/leocad.SlackBuild b/graphics/leocad/leocad.SlackBuild
index 74b895f396..d6fde0be94 100644
--- a/graphics/leocad/leocad.SlackBuild
+++ b/graphics/leocad/leocad.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for LeoCAD:
# 3D design program for bricks
-# Copyright 2009-2012 Niels Horn, Rio de Janeiro, Brazil
+# Copyright 2009-2013 Niels Horn, Rio de Janeiro, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,10 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# revision date 2012/08/10
+# revision date 2013/03/24
PRGNAM=leocad
-VERSION=${VERSION:-0.77.0}
+VERSION=${VERSION:-0.79.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,11 +81,6 @@ mv $PKG/usr/share/man $PKG/usr/man
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
-# Copy icon & desktop file to package
-mkdir -p $PKG/usr/share/{applications,pixmaps}
-cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
-cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CREDITS.txt README.txt docs/COPYING.txt docs/INSTALL.txt \