mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/webkit2gtk to 2.14.3-1
This commit is contained in:
parent
3cc633bc18
commit
bdbbf16045
1 changed files with 9 additions and 8 deletions
|
@ -9,14 +9,14 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=webkit2gtk
|
||||
pkgver=2.14.2
|
||||
pkgrel=2
|
||||
pkgver=2.14.3
|
||||
pkgrel=1
|
||||
pkgdesc="GTK+ Web content engine library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://webkitgtk.org/"
|
||||
url="https://webkitgtk.org/"
|
||||
license=('custom')
|
||||
depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
|
||||
'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
|
||||
'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
|
||||
makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 'python' 'python2')
|
||||
optdepends=('gtk2: Netscape plugin support'
|
||||
'gst-plugins-base: free media decoding'
|
||||
|
@ -24,11 +24,12 @@ optdepends=('gtk2: Netscape plugin support'
|
|||
'gst-libav: nonfree media decoding')
|
||||
options=('!emptydirs')
|
||||
|
||||
# webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not supported
|
||||
source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
|
||||
source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc}
|
||||
remove_atomics.patch)
|
||||
sha1sums=('857590669ed1c6278413dfbf0619e8473664537f'
|
||||
'aaac158ebcdd51d46d1c4c03839a0c6bbc40225f')
|
||||
sha256sums=('0bead450a4c92024f09008725bb3e8c3830a32c7e2983d566368c4fede9e106c'
|
||||
'SKIP'
|
||||
'fe496f67005e5f6d0c63ae0e801517d269a4a606bf56f74e1c50c108f7f17d94')
|
||||
validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
|
||||
|
||||
prepare() {
|
||||
mkdir build
|
||||
|
|
Loading…
Reference in a new issue