system/qterminal: Updated for version 20150309_0856b29.

Added a license

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-03-10 10:32:05 +01:00 committed by Willy Sudiarto Raharjo
parent ebd1b02a8e
commit f89eff194b
2 changed files with 26 additions and 7 deletions

View file

@ -1,10 +1,29 @@
#!/bin/sh
# Slackware build script for qterminal
# Written by Matteo Bernardini <ponce@slackbuilds.org>
# Copyright 2011-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qterminal
VERSION=${VERSION:-20120727_60c6638}
VERSION=${VERSION:-20150309_0856b29}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -35,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
DOCS="AUTHORS COPYING NEWS README"
DOCS="AUTHORS CONTRIBUTING.md COPYING README"
set -e

View file

@ -1,8 +1,8 @@
PRGNAM="qterminal"
VERSION="20120727_60c6638"
HOMEPAGE="http://gitorious.org/qterminal"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/qterminal-20120727_60c6638.tar.xz"
MD5SUM="d084dd24602e452b3887249436256204"
VERSION="20150309_0856b29"
HOMEPAGE="https://github.com/qterminal/qterminal"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/qterminal-20150309_0856b29.tar.xz"
MD5SUM="c599f6dad1bc2c535916a5c1fea97832"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qtermwidget"