mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/yakuake: Updated for version 2.9.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
18b442c44c
commit
38a1accbb6
2 changed files with 33 additions and 9 deletions
|
@ -1,13 +1,37 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild script for yakuake
|
||||
|
||||
# Copyright 2012 Matthew "mfillpot" Fillpot
|
||||
# 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.
|
||||
|
||||
# Slackware build script for yakuake
|
||||
# Written by Steffen Schwebel (steffen.schwebel at web.de)
|
||||
# Originally Written by Steffen Schwebel (steffen.schwebel at web.de)
|
||||
|
||||
# Modified by SlackBuilds.org
|
||||
|
||||
PRGNAM=yakuake
|
||||
VERSION=2.9.6
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.9.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -43,7 +67,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R a-s,u+w,go+r-w .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="yakuake"
|
||||
VERSION="2.9.6"
|
||||
VERSION="2.9.9"
|
||||
HOMEPAGE="http://yakuake.kde.org"
|
||||
DOWNLOAD="http://download.berlios.de/yakuake/yakuake-2.9.6.tar.bz2"
|
||||
MD5SUM="d5cbb912596fd1b3a92fdb04fe46cee0"
|
||||
DOWNLOAD="http://download.kde.org/stable/yakuake/2.9.9/src/yakuake-2.9.9.tar.xz"
|
||||
MD5SUM="ef97612710b28d62e43a58bed49cbead"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Steffen Schwebel"
|
||||
EMAIL="steffen.schwebel@web.de"
|
||||
MAINTAINER="Matthew Fillpot"
|
||||
EMAIL="mfilpot@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue