[arch-commits] Commit in webkitgtk3/repos (4 files)

Jan de Groot jgc at archlinux.org
Wed Sep 19 08:17:33 UTC 2012


    Date: Wednesday, September 19, 2012 @ 04:17:33
  Author: jgc
Revision: 166780

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  webkitgtk3/repos/gnome-unstable-i686/
  webkitgtk3/repos/gnome-unstable-i686/PKGBUILD
    (from rev 166779, webkitgtk3/trunk/PKGBUILD)
  webkitgtk3/repos/gnome-unstable-x86_64/
  webkitgtk3/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 166779, webkitgtk3/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: webkitgtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 166779, webkitgtk3/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-09-19 08:17:33 UTC (rev 166780)
@@ -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"
+}

Copied: webkitgtk3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166779, webkitgtk3/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-09-19 08:17:33 UTC (rev 166780)
@@ -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