Package Details: libwebkit-git 20090921-1

Package Base: libwebkit-git
Description: An opensource web content engine
Upstream URL: http://webkit.org/
Category: lib
Licenses: custom
Submitter: None
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2008-10-11 19:53
Last Updated: 2009-09-21 16:56

Required by (0)

Sources

Latest Comments

Comment by Barthalion

2012-10-31 15:15

I'm probably violating the rules of orphaning packages in AUR, but I don't think that Zariel will be upset after 3 years of inactivity. Feel free to adopt!

Comment by flocke

2012-04-02 09:06

I wrote a PKGBUILD for libwebkit-git and libwebkit3-git for the nightly repo.
You can find it here: http://git.shadowice.org/arch-nightly.git/tree/libwebkit-git/PKGBUILD

Anonymous comment

2011-09-07 04:39

Can this be changed for gtk3 also? Like libwebkit and libwebkit3 are the same PKGBUILD

Comment by haawda

2011-04-04 16:15

python (or python2?) is a makedependency

Anonymous comment

2011-02-13 11:42

The license installation line is wrong. Do:
ed PKGBUILD
,s_gitname/WebKit/LICENSE_gitname/Source/WebKit/LICENSE_
w
^D

But there's a hell lot of LICENSE files as you'll see with «find "$srcdir" -iname '*license*'», plus WebKit is just LGPL+BSD anyway, so i don't know how useful it really is to install any license files. (Or must we install some, officially?)

Anonymous comment

2011-02-13 11:11

provides 1.3.11, not 1.1.4

Comment by jham

2010-09-23 13:38

maybe git clone --depth option should be used. cloning whole webkit git repository is no fun. :)