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!
Search Criteria
Package Details: libwebkit-git 20090921-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-08-11)
| Package Base: | libwebkit-git |
|---|---|
| Description: | An opensource web content engine |
| Upstream URL: | http://webkit.org/ |
| Category: | lib |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2008-10-11 19:53 |
| Last Updated: | 2009-09-21 16:56 |
Dependencies (7)
Required by (0)
Sources
Latest Comments
Comment by Barthalion
Comment by flocke
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
Can this be changed for gtk3 also? Like libwebkit and libwebkit3 are the same PKGBUILD
Comment by haawda
python (or python2?) is a makedependency
Anonymous comment
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
provides 1.3.11, not 1.1.4
Comment by jham
maybe git clone --depth option should be used. cloning whole webkit git repository is no fun. :)