[arch-commits] Commit in (4 files)

Jan de Groot jgc at archlinux.org
Wed Sep 19 08:15:40 UTC 2012


    Date: Wednesday, September 19, 2012 @ 04:15:39
  Author: jgc
Revision: 166779

Add webkitgtk3 package. This used to be libwebkit3, but we rename it to something that it really is. GTK2 does not build with this version, so we want to keep 1.8.x for webkitgtk2

Added:
  webkitgtk3/
  webkitgtk3/repos/
  webkitgtk3/trunk/
  webkitgtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: webkitgtk3/trunk/PKGBUILD
===================================================================
--- webkitgtk3/trunk/PKGBUILD	                        (rev 0)
+++ webkitgtk3/trunk/PKGBUILD	2012-09-19 08:15:39 UTC (rev 166779)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=webkitgtk3
+pkgver=1.9.92
+pkgrel=1
+pkgdesc="GTK+ Web content engine library for GTK+ 3.0"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/"
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite' 'gstreamer0.10-base' 'libsoup' 'enchant' 'libgl' 'geoclue' 'gtk2' 'gtk3')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+conflicts=('libwebkit3')
+provides=("libwebkit3=${pkgver}")
+replaces=('libwebkit3')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('27d28eb721ae4aae2d66e32eda4c11cc3ced53372e74da9ce0e1adc9857fbc22')
+
+build() {
+  cd "$srcdir/webkit-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --enable-introspection \
+    --disable-silent-rules \
+    --libexecdir=/usr/lib/webkitgtk3
+  make all stamp-po
+}
+
+package() {
+  cd "$srcdir/webkit-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list