mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/midori: Updated for version 0.5.11.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
0e79aed57f
commit
ddd61de957
2 changed files with 10 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
|||
# Copyright 2008 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# Copyright 2009-2011 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||
# Copyright 2012-2013 Roberto Neri, Palermo, Italy
|
||||
# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -27,7 +27,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=midori
|
||||
VERSION=${VERSION:-0.5.10}
|
||||
VERSION=${VERSION:-0.5.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,15 +75,14 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}_${VERSION}_all_.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="midori"
|
||||
VERSION="0.5.10"
|
||||
VERSION="0.5.11"
|
||||
HOMEPAGE="http://midori-browser.org/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/midori_0.5.10_all_.tar.bz2"
|
||||
MD5SUM="2f250a5015923b6eeca606629e7bf042"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/midori_0.5.11_all_.tar.bz2"
|
||||
MD5SUM="fcc03ef759fce4fe9f2446d9da4a065e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libunique vala webkitgtk"
|
||||
|
|
Loading…
Reference in a new issue