mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/midori: Updated for version 0.5.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
54b187dd80
commit
07df2ba82b
3 changed files with 15 additions and 11 deletions
|
@ -1,17 +1,20 @@
|
|||
Midori is a lightweight, webkit-based web browser.
|
||||
|
||||
Features:
|
||||
* Full integration with GTK+ 2
|
||||
* Full integration with GTK+2
|
||||
* Fast rendering with WebKit
|
||||
* Tabs, windows and session management
|
||||
* Flexibly configurable Web Search.
|
||||
* User scripts and user styles support.
|
||||
* Straightforward bookmark management.
|
||||
* Customizable and extensible interface.
|
||||
* Extensions such as Adblock, form history, mouse gestures or
|
||||
cookie management.
|
||||
* Extensions such as Adblock, form history, mouse gestures
|
||||
or cookie management.
|
||||
|
||||
GTK3 support is disabled by default but can be enabled
|
||||
by passing GTK3=yes to the script, e.g.
|
||||
GTK3=yes ./midori.SlackBuild
|
||||
If enabled then package webkitgtk3 is required.
|
||||
|
||||
GTK3=yes ./midori.SlackBuild
|
||||
|
||||
If enabled then webkitgtk3 and libunique3 (instead of webkitgtk
|
||||
and libunique) are required.
|
||||
|
|
|
@ -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 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2014 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.6}
|
||||
VERSION=${VERSION:-0.5.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,8 +75,9 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}_${VERSION}_all_.tar.?z*
|
||||
mkdir -p $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}_${VERSION}_all_.tar.?z*
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="midori"
|
||||
VERSION="0.5.6"
|
||||
VERSION="0.5.8"
|
||||
HOMEPAGE="http://midori-browser.org/"
|
||||
DOWNLOAD="http://www.midori-browser.org/downloads/midori_0.5.6_all_.tar.bz2"
|
||||
MD5SUM="62ee86eb103b74efe71d40e343120a3c"
|
||||
DOWNLOAD="http://midori-browser.org/downloads/midori_0.5.8_all_.tar.bz2"
|
||||
MD5SUM="b89e25e74199d705e74767499a415976"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libunique vala webkitgtk"
|
||||
|
|
Loading…
Reference in a new issue