network/midori: Updatedated for version 20120807_364345f.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-07 18:54:28 +02:00 committed by Robby Workman
parent d1f06805ef
commit d0f68ac13f
3 changed files with 5 additions and 8 deletions

View file

@ -10,6 +10,3 @@ Features:
* Customizable and extensible interface.
* Extensions such as Adblock, form history, mouse gestures or
cookie management.
Build requirements are libunique, vala and webkitgtk; vala is not
required at runtime.

View file

@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=midori
VERSION=${VERSION:-0.4.5}
VERSION=${VERSION:-20120807_364345f}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,7 +68,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.?z*
cd $PRGNAM-$VERSION
chown -R root:root .

View file

@ -1,8 +1,8 @@
PRGNAM="midori"
VERSION="0.4.5"
VERSION="20120807_364345f"
HOMEPAGE="http://twotoasts.de/index.php/midori/"
DOWNLOAD="http://archive.xfce.org/src/apps/midori/0.4/midori-0.4.5.tar.bz2"
MD5SUM="14288197a1e2251b7c0803e1448daa0e"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/midori-20120807_364345f.tar.xz"
MD5SUM="369a5c6be5039293ce02748329676ee4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libunique vala webkitgtk"