mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/webkit2gtk to 2.14.4-1
This commit is contained in:
parent
6855a9578f
commit
77998a787f
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Id$
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: Eric Bélanger <eric@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - do not use LLINT assembly for v5/v6
|
||||
|
@ -9,24 +9,24 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=webkit2gtk
|
||||
pkgver=2.14.3
|
||||
pkgver=2.14.4
|
||||
pkgrel=1
|
||||
pkgdesc="GTK+ Web content engine library"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=(i686 x86_64)
|
||||
url="https://webkitgtk.org/"
|
||||
license=('custom')
|
||||
depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
|
||||
'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
|
||||
makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 'python' 'python2')
|
||||
license=(custom)
|
||||
depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs
|
||||
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'
|
||||
'gst-plugins-good: media decoding'
|
||||
'gst-libav: nonfree media decoding')
|
||||
options=('!emptydirs')
|
||||
options=(!emptydirs)
|
||||
|
||||
source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc}
|
||||
remove_atomics.patch)
|
||||
sha256sums=('0bead450a4c92024f09008725bb3e8c3830a32c7e2983d566368c4fede9e106c'
|
||||
sha256sums=('d1ae2df51dd4ee44b9b89421a436ef71062816308738c3712ecf4bec3ccbe3ac'
|
||||
'SKIP'
|
||||
'fe496f67005e5f6d0c63ae0e801517d269a4a606bf56f74e1c50c108f7f17d94')
|
||||
validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
|
||||
|
|
Loading…
Reference in a new issue