Skip to content

Commit

Permalink
academic/gcompris: Updated for version 14.03.
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
  • Loading branch information
willysr committed Apr 13, 2014
1 parent f95e1e9 commit 165b276
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion academic/gcompris/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GCompris is an educational software suite comprising of numerous activities
for children aged 2 to 10. Some of the activities are game oriented, but
nonetheless still educational. Currently GCompris offers in excess of 100
nonetheless still educational. Currently GCompris offers in excess of 140
activities and more are being developed. GCompris currently is translated
in more than 40 languages.
7 changes: 3 additions & 4 deletions academic/gcompris/gcompris.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Slackware build script for gcompris

# Copyright (c) 2009, Paul Liconti
# Copyright 2013 Willy Sudiarto Raharjo
# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
Expand All @@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

PRGNAM=gcompris
VERSION=${VERSION:-13.11}
VERSION=${VERSION:-14.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

Expand Down Expand Up @@ -93,8 +93,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

mkdir -p $PKG/install
Expand Down
6 changes: 3 additions & 3 deletions academic/gcompris/gcompris.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="gcompris"
VERSION="13.11"
VERSION="14.03"
HOMEPAGE="http://gcompris.net/"
DOWNLOAD="http://downloads.sourceforge.net/gcompris/gcompris-13.11.tar.bz2"
MD5SUM="7c3396c02e44bbf72424ca12bfff9cf3"
DOWNLOAD="http://gcompris.net/download/gcompris-14.03.tar.bz2"
MD5SUM="13d453357ca2c6ca52009d585a40170a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
4 changes: 2 additions & 2 deletions academic/gcompris/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ gcompris: GCompris (an educational software suite for children ages 2 to 10)
gcompris:
gcompris: GCompris is an educational software suite comprising of numerous
gcompris: activities for children aged 2 to 10. Some of the activities are game
gcompris: orientated, but nonetheless still educational. Currently GCompris
gcompris: offers in excess of 100 activities and more are being developed.
gcompris: orientated, but nonetheless still educational. Currently GCompris
gcompris: offers in excess of 140 activities and more are being developed.
gcompris: GCompris currently is translated in more than 40 languages.
gcompris:
gcompris: Homepage: http://gcompris.net/
Expand Down

0 comments on commit 165b276

Please sign in to comment.