[Frugalware-git] gnometesting: webkit-gtk3-1.6.1-2-x86_64 *new package *for don't bump webkit gtk2 when bump webkit gtk3 *browser gtk2 don't ready for use new webkit gtk2 *will donwgrade and move webkit gtk2 to extra no reason to keep it into xlib
bouleetbil
bouleetbil at frogdev.info
Wed Sep 28 11:03:23 CEST 2011
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=610ebb7dc287db6b87e8e54758e8c3f174caedd6
commit 610ebb7dc287db6b87e8e54758e8c3f174caedd6
Author: bouleetbil <bouleetbil at frogdev.info>
Date: Wed Sep 28 11:01:10 2011 +0200
webkit-gtk3-1.6.1-2-x86_64
*new package
*for don't bump webkit gtk2 when bump webkit gtk3
*browser gtk2 don't ready for use new webkit gtk2
*will donwgrade and move webkit gtk2 to extra no reason to keep it into xlib
diff --git a/source/xlib/webkit-gtk3/FrugalBuild b/source/xlib/webkit-gtk3/FrugalBuild
new file mode 100644
index 0000000..bd14eb1
--- /dev/null
+++ b/source/xlib/webkit-gtk3/FrugalBuild
@@ -0,0 +1,39 @@
+# Compiling Time: 10.15 SBU
+# Maintainer: bouleetbil <bouleetbil at frogdev.info>
+
+pkgname=webkit-gtk3
+_F_archive_name=webkit
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="Open source web browser engine gtk+3"
+url="http://www.webkit.org"
+depends=("sqlite3" "gtk+3" "icu4c" "libsoup" "libpng" "gperf" "libxml2" "gst-plugins-base" "enchant")
+makedepends=('bison' 'flex' 'gtk-doc' 'gobject-introspection')
+groups=('xlib')
+archs=('i686' 'x86_64' 'ppc')
+source=(http://webkitgtk.org/$_F_archive_name-$pkgver.tar.gz)
+up2date="lynx -dump -source http://webkitgtk.org/?page=download | Flasttar"
+options=('scriptlet')
+_F_gnome_glib="y"
+Finclude gnome-scriptlet
+Fconfopts="${Fconfopts[@]} \
+ OUTPUT_DIR=$Fdestir \
+ WEBKIT_INC_DIR=/usr/include/WebKit \
+ WEBKIT_LIB_DIR=/usr/lib \
+ --build=$CARCH-pc-linux-gnu \
+ --host=$CARCH-pc-linux-gnu \
+ --with-unicode-backend=icu \
+ --enable-introspection \
+ --with-font-backend=freetype"
+sha1sums=('dab3bda0708a5e0595584ca5aa33ea6bfd24ffd3')
+
+
+build() {
+ Fcd
+ Fpatchall
+ Fmake --with-gtk=3.0
+ Fmakeinstall
+ Fbuild_gnome_scriptlet
+}
+
+# optimization OK
More information about the Frugalware-git
mailing list