mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/arora: Updated for version 0.10.1
This commit is contained in:
parent
569e75404c
commit
64c392ac4c
4 changed files with 15 additions and 31 deletions
|
@ -6,4 +6,4 @@ OS X, Windows, FreeBSD, and embedded Linux using Qt Embedded and
|
|||
anywhere Qt does. For more information about the project check out the
|
||||
Arora Goals wiki page.
|
||||
|
||||
This requires qt4.
|
||||
Note: This is known to crash if plugins are enabled.
|
||||
|
|
|
@ -2,28 +2,10 @@
|
|||
#
|
||||
# Slackware build script for arora
|
||||
#
|
||||
# Copyright 2009 David Somero (dsomero@hotmail.com) Athens,TN USA
|
||||
# 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.
|
||||
# Written by Luciano Tropea <luxiano.a2000@gmail.com> Rio Grande, Tierra del Fuego, Argentina
|
||||
|
||||
PRGNAM=arora
|
||||
VERSION=${VERSION:-0.7.1}
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -59,7 +41,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
qmake-qt4 arora.pro PREFIX=/usr
|
||||
qmake arora.pro PREFIX=/usr
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -70,7 +52,7 @@ make INSTALL_ROOT=$PKG install
|
|||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
)
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr/man
|
||||
|
@ -86,4 +68,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="arora"
|
||||
VERSION="0.7.1"
|
||||
VERSION="0.10.1"
|
||||
HOMEPAGE="http://code.google.com/p/arora/"
|
||||
DOWNLOAD="http://arora.googlecode.com/files/arora-0.7.1.tar.gz"
|
||||
MD5SUM="3ae2cc30424a91b7e7bb2ccdee404911"
|
||||
MAINTAINER="David Somero"
|
||||
EMAIL="dsomero@hotmail.com"
|
||||
APPROVED="rworkman"
|
||||
DOWNLOAD="http://arora.googlecode.com/files/arora-0.10.1.tar.gz"
|
||||
MD5SUM="ac38282a2d9134687d9c30dbb73c0fbc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Luciano Tropea"
|
||||
EMAIL="luxiano.a2000@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------------|
|
||||
arora: arora (simple cross platform web browser.)
|
||||
arora: arora (simple cross platform web browser)
|
||||
arora:
|
||||
arora: Arora is a simple cross platform web browser whose feature list
|
||||
arora: includes things like "History" and "Bookmarks". Benjamin Meyer
|
||||
|
|
Loading…
Reference in a new issue