Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting.git;a=commitdiff;h=b285e1f3ca9c903774c419d90a72273fb02fbbd7
commit b285e1f3ca9c903774c419d90a72273fb02fbbd7 Author: Melko <[email protected]> Date: Tue Apr 10 21:54:48 2012 +0200 qupzilla-1.2.0-1-x86_64 * version bump diff --git a/source/xapps-extra/qupzilla/FrugalBuild b/source/xapps-extra/qupzilla/FrugalBuild index 4bae029..66842ac 100644 --- a/source/xapps-extra/qupzilla/FrugalBuild +++ b/source/xapps-extra/qupzilla/FrugalBuild @@ -2,22 +2,24 @@ # Maintainer: Melko <[email protected]> pkgname=qupzilla -pkgver=1.1.8 +pkgver=1.2.0 pkgrel=1 pkgdesc="Web browser written in Qt." url="http://www.qupzilla.co.cc" depends=('libqtwebkit' 'libqtscript' 'libqtsql' 'bzip2') +makedepends=('qt4-linguist') groups=('xapps-extra') archs=('i686' 'x86_64') _F_gnome_iconcache='y' Finclude gnome-scriptlet up2date="lynx -dump http://qt-apps.org/content/show.php?content=145693 | sed -n 's/^v\([0-9.]*\)/\1/p'" source=(https://github.com/nowrep/QupZilla/tarball/v$pkgver/$pkgname-$pkgver.tar.gz) -sha1sums=('93708a9b299985e07f7850f35cdfe9e0b913993c') +sha1sums=('824cb209a518d2215ab553362eec3543369f585f') build() { export KDE="true" - Fcd nowrep-QupZilla-c6455f0 + Fcd nowrep-QupZilla-dce58b8 + Fsed "lrelease-qt4" "lrelease" src/defines.pri qmake QupZilla.pro || Fdie Fmake Fmakeinstall INSTALL_ROOT=$Fdestdir _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
