summaryrefslogtreecommitdiffstats
path: root/academic/gcompris-qt/gcompris-qt.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-20 23:38:05 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-20 23:38:05 +0700
commit83a6f2b984a86dd21cf2fefd7712301e031cc60b (patch)
tree7e31e8d89153560584fd6924c28e6fc43daf6d7b /academic/gcompris-qt/gcompris-qt.SlackBuild
parent32df7d2b3145fbd2efcceef78be7507fc03e142a (diff)
downloadslackbuilds-83a6f2b984a86dd21cf2fefd7712301e031cc60b.tar.gz
slackbuilds-83a6f2b984a86dd21cf2fefd7712301e031cc60b.tar.xz
academic/gcompris-qt: Updated for version 3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gcompris-qt/gcompris-qt.SlackBuild')
-rw-r--r--academic/gcompris-qt/gcompris-qt.SlackBuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/academic/gcompris-qt/gcompris-qt.SlackBuild b/academic/gcompris-qt/gcompris-qt.SlackBuild
index 1d34d6b9d2..4eb0aed0fc 100644
--- a/academic/gcompris-qt/gcompris-qt.SlackBuild
+++ b/academic/gcompris-qt/gcompris-qt.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gcompris-qt
-# Copyright 2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2020-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
@@ -26,16 +26,10 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# This software is licensed under the GNU GENERAL PUBLIC LICENSE Version 3,
-# 29 June 2007
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gcompris-qt
-VERSION=${VERSION:-2.4}
+VERSION=${VERSION:-3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -59,9 +53,6 @@ case "$ARCH" in
;;
esac
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0