Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1185268df93233fdd98bb1539d26b706ce957f6c
commit 1185268df93233fdd98bb1539d26b706ce957f6c Author: gholafox <[email protected]> Date: Thu Feb 26 21:03:47 2009 +0100 arora-0.5-1-i686 * Version bump diff --git a/source/xapps-extra/arora/FrugalBuild b/source/xapps-extra/arora/FrugalBuild index 093ba3c..c883f40 100644 --- a/source/xapps-extra/arora/FrugalBuild +++ b/source/xapps-extra/arora/FrugalBuild @@ -2,23 +2,22 @@ # Maintainer: gholafox <[email protected]> pkgname=arora -pkgver=0.4 +pkgver=0.5 pkgrel=1 pkgdesc="Web browser written in Qt and which use webkit." _F_gnome_iconcache="y" -Finclude googlecode gnome-scriptlet -source=($source prefix.diff) +Finclude googlecode makedepends=('qt4-linguist') depends=('libqtwebkit') +option=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('b3facd08256c4622fc08cafa0cb0202d9b468f18' \ - '3b8db0e28bd4f65433559811226903bfc68bf32d') +sha1sums=('9809e608edcbd9eae1e2a758a6135bf0534245ae') build() { Fcd Fpatchall - qmake arora.pro || Fdie + qmake PREFIX=/usr arora.pro || Fdie Fmake - Fmakeinstall INSTALL_ROOT=$Fdestdir + make INSTALL_ROOT=$Fdestdir install || Fdie } diff --git a/source/xapps-extra/arora/prefix.diff b/source/xapps-extra/arora/prefix.diff deleted file mode 100644 index 51a98af..0000000 --- a/source/xapps-extra/arora/prefix.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/src.pri 2008-08-04 22:21:54.000000000 +0200 -+++ src.pri 2008-09-14 12:11:17.000000000 +0200 -@@ -104,7 +104,7 @@ - - unix { - isEmpty(PREFIX) { -- PREFIX = /usr/local -+ PREFIX = /usr - } - - BINDIR = $$PREFIX/bin _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
