mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/qterminal: Updated for version 20150309_0856b29.
Added a license Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
ebd1b02a8e
commit
f89eff194b
2 changed files with 26 additions and 7 deletions
|
@ -1,10 +1,29 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for qterminal
|
# 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
|
PRGNAM=qterminal
|
||||||
VERSION=${VERSION:-20120727_60c6638}
|
VERSION=${VERSION:-20150309_0856b29}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -35,7 +54,7 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DOCS="AUTHORS COPYING NEWS README"
|
DOCS="AUTHORS CONTRIBUTING.md COPYING README"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="qterminal"
|
PRGNAM="qterminal"
|
||||||
VERSION="20120727_60c6638"
|
VERSION="20150309_0856b29"
|
||||||
HOMEPAGE="http://gitorious.org/qterminal"
|
HOMEPAGE="https://github.com/qterminal/qterminal"
|
||||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/qterminal-20120727_60c6638.tar.xz"
|
DOWNLOAD="http://ponce.cc/slackware/sources/repo/qterminal-20150309_0856b29.tar.xz"
|
||||||
MD5SUM="d084dd24602e452b3887249436256204"
|
MD5SUM="c599f6dad1bc2c535916a5c1fea97832"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="qtermwidget"
|
REQUIRES="qtermwidget"
|
||||||
|
|
Loading…
Reference in a new issue