Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=027a3ccd64cdb8dc6ddbcf226d5a57374c7bd687
commit 027a3ccd64cdb8dc6ddbcf226d5a57374c7bd687 Author: bouleetbil <[email protected]> Date: Tue Oct 12 23:08:56 2010 +0000 gtkhtml3-3.91.0-1-i686 *new package diff --git a/source/gnome/gtkhtml3/FrugalBuild b/source/gnome/gtkhtml3/FrugalBuild new file mode 100644 index 0000000..e89d557 --- /dev/null +++ b/source/gnome/gtkhtml3/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling time: 1.09 SBU +# Maintainer: bouleetbil <[email protected]> + +pkgname=gtkhtml3 +_F_gnome_name="gtkhtml" +pkgver=3.91.0 +pkgrel=1 +pkgdesc="A lightweight HTML rendering/printing/editing engine" +depends=('gtk+2' 'gail' 'libsoup>=2.32.0' 'gnome-icon-theme>=2.30.0' \ + 'enchant' 'iso-codes' 'gconf') +makedepends=('intltool') +groups=('gnome' 'gnome-minimal') +archs=('i686' 'x86_64' 'ppc') +Finclude gnome +sha1sums=('30286248a304e457e193ed5e59c421a8b7e8e0a1') +#TODO switch to gtk3 : --enable-gtk3 +Fconfopts="$Fconfopts --disable-deprecated-warning-flags" +_F_cd_path="$_F_gnome_name-$pkgver" + +build() { + Fcd + Fpatchall + Fautoreconf + Fmake + Fmakeinstall +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
