wok-current annotate qupzilla/receipt @ rev 16868
qupzilla: update receipt, fix wrong path for translations search (now translations works).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jul 13 16:25:02 2014 +0300 (2014-07-13) |
parents | 7cc051a48ec9 |
children | 82840c1b9b56 |
rev | line source |
---|---|
claudinei@14891 | 1 # SliTaz PACKAGE receipt. |
claudinei@14891 | 2 |
claudinei@14891 | 3 PACKAGE="qupzilla" |
al@16868 | 4 VERSION="1.6.6" |
al@16868 | 5 CATEGORY="network" |
al@16868 | 6 SHORT_DESC="QupZilla - QtWebKit browser" |
claudinei@14891 | 7 MAINTAINER="claudinei@slitaz.org" |
pascal@14894 | 8 LICENSE="GPL3" |
claudinei@14891 | 9 WEB_SITE="https://github.com/QupZilla/qupzilla" |
claudinei@14891 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@16868 | 11 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" |
al@16868 | 12 GENERIC_PIXMAPS="no" |
claudinei@14891 | 13 |
al@16868 | 14 DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \ |
al@16868 | 15 libQtWebkit libQtXml libcrypto xorg-libX11 zlib" |
al@16868 | 16 BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev" |
al@16868 | 17 SUGGESTED="qupzilla-locales gst-plugins-base" |
claudinei@14891 | 18 |
claudinei@14891 | 19 # Rules to configure and make the PACKAGE. |
claudinei@14891 | 20 compile_rules() |
claudinei@14891 | 21 { |
al@16868 | 22 qmake QupZilla.pro && |
al@16868 | 23 make && |
al@16868 | 24 make INSTALL_ROOT=$install install |
claudinei@14891 | 25 } |
claudinei@14891 | 26 |
claudinei@14891 | 27 # Rules to gen a SliTaz PACKAGE suitable for Tazpkg. |
claudinei@14891 | 28 genpkg_rules() |
claudinei@14891 | 29 { |
al@16868 | 30 cp -a $install/* $fs |
al@16868 | 31 rm -rf $fs/usr/share/bash-completion |
al@16868 | 32 for size in 64 128 256; do |
al@16868 | 33 rm -rf $fs/usr/share/icons/hicolor/${size}x$size |
al@16868 | 34 done |
al@16868 | 35 rm -rf $fs/usr/share/pixmaps |
al@16868 | 36 rm -rf $fs/usr/share/qupzilla/locale |
claudinei@14891 | 37 } |