mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Updated extra/libwebkit
This commit is contained in:
parent
dda1b2810a
commit
3fe3f0c9df
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# $Id: PKGBUILD 104228 2010-12-30 22:22:42Z ibiru $
|
# $Id: PKGBUILD 109463 2011-02-09 20:43:10Z andyrtr $
|
||||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||||
|
|
||||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||||
# - libtool is disabled for x86 because another tool takes its place for webkit.
|
# - libtool is disabled for x86 because another tool takes its place for webkit.
|
||||||
# that tool doesn't run on arm, we have to use libtool.
|
# that tool doesn't run on arm, we have to use libtool.
|
||||||
|
|
||||||
plugrel=2
|
plugrel=1
|
||||||
|
|
||||||
pkgname=libwebkit
|
pkgname=libwebkit
|
||||||
pkgver=1.2.6
|
pkgver=1.2.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="an opensource web content engine, derived from KHTML and KJS from KDE"
|
pkgdesc="an opensource web content engine, derived from KHTML and KJS from KDE"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -22,9 +22,10 @@ replaces=('webkitgtk-svn')
|
||||||
#options=('!libtool')
|
#options=('!libtool')
|
||||||
source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
|
source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
|
||||||
introspection.patch)
|
introspection.patch)
|
||||||
md5sums=('7afb510040b2a49c65514a06bb8200fc'
|
md5sums=('25c7e548b65aeb6d83c0182c32ef0927'
|
||||||
'e7e83312618cb30cc9a1567a21cd0e06')
|
'e7e83312618cb30cc9a1567a21cd0e06')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/webkit-${pkgver}"
|
cd "${srcdir}/webkit-${pkgver}"
|
||||||
patch -Np0 -i "${srcdir}/introspection.patch"
|
patch -Np0 -i "${srcdir}/introspection.patch"
|
||||||
|
|
Loading…
Reference in a new issue