mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/qupzilla: Updated for version 1.1.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
578d47af5f
commit
01a1d87c99
3 changed files with 10 additions and 15 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=qupzilla
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -56,11 +56,6 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
tar xvf $CWD/$PRGNAM\_$VERSION\_$ORIG_ARCH.tar.gz -C $PKG
|
||||
chown -R root:root $PKG
|
||||
|
||||
for SIZE in 16 32 48 64 128 256 ; do
|
||||
mkdir -p $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps
|
||||
mv $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/{,apps}/$PRGNAM.png
|
||||
done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
rm -rf $PKG/usr/share/doc
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="qupzilla"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="http://www.qupzilla.co.cc"
|
||||
DOWNLOAD="https://github.com/downloads/nowrep/QupZilla/qupzilla_1.1.0_i386.tar.gz"
|
||||
MD5SUM="312e77aa5a742dd6efaf0032e9cc54d5"
|
||||
DOWNLOAD_x86_64="https://github.com/downloads/nowrep/QupZilla/qupzilla_1.1.0_amd64.tar.gz"
|
||||
MD5SUM_x86_64="3d2071d61920919f6c2b89a18edd62a9"
|
||||
VERSION="1.1.8"
|
||||
HOMEPAGE="http://www.qupzilla.com"
|
||||
DOWNLOAD="https://github.com/downloads/nowrep/QupZilla/qupzilla_1.1.8_i386.tar.gz"
|
||||
MD5SUM="c364e176f3e669a1261ecaa18dca356b"
|
||||
DOWNLOAD_x86_64="https://github.com/downloads/nowrep/QupZilla/qupzilla_1.1.8_amd64.tar.gz"
|
||||
MD5SUM_x86_64="8fc8a4ce553577a0da927056ad3cde51"
|
||||
MAINTAINER="Fridrich von Stauffenberg"
|
||||
EMAIL="cancellor2@gmail.com"
|
||||
APPROVED="Niels Horn,Erik Hanson"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -11,7 +11,7 @@ qupzilla:
|
|||
qupzilla: QupZilla is a lightweight cross-platform web browser, based on
|
||||
qupzilla: WebKit and Qt. This is a repackaging of the official binary build.
|
||||
qupzilla:
|
||||
qupzilla: Homepage: http://www.qupzilla.co.cc
|
||||
qupzilla: Homepage: http://www.qupzilla.com
|
||||
qupzilla:
|
||||
qupzilla:
|
||||
qupzilla:
|
||||
|
|
Loading…
Reference in a new issue