[arch-commits] Commit in webkitgtk3/repos (3 files)
Jan de Groot
jgc at archlinux.org
Mon Sep 24 17:46:45 UTC 2012
Date: Monday, September 24, 2012 @ 13:46:45
Author: jgc
Revision: 167001
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
webkitgtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 167000, webkitgtk3/trunk/PKGBUILD)
webkitgtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167000, webkitgtk3/trunk/PKGBUILD)
Deleted:
webkitgtk3/repos/gnome-unstable-x86_64/PKGBUILD
--------------------------------+
gnome-unstable-i686/PKGBUILD | 34 +++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 68 +++++++++++++++++++--------------------
2 files changed, 68 insertions(+), 34 deletions(-)
Copied: webkitgtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 167000, webkitgtk3/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-09-24 17:46:45 UTC (rev 167001)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=webkitgtk3
+pkgver=1.10.0
+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' 'libsoup' 'enchant' 'libgl' 'geoclue' 'gtk2' 'gtk3' 'gst-plugins-base-libs')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+conflicts=('libwebkit3')
+provides=("libwebkit3=${pkgver}")
+replaces=('libwebkit3')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha1sums=('5e022110cef5ff87a4c55ff0358dedd596502a84')
+
+build() {
+ cd "$srcdir/webkitgtk-$pkgver"
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --enable-introspection \
+ --disable-silent-rules \
+ --libexecdir=/usr/lib/webkitgtk3 \
+ --with-gstreamer=1.0
+ make all stamp-po
+}
+
+package() {
+ cd "$srcdir/webkitgtk-$pkgver"
+ make -j1 DESTDIR="$pkgdir" install
+ install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2012-09-24 17:45:17 UTC (rev 167000)
+++ gnome-unstable-x86_64/PKGBUILD 2012-09-24 17:46:45 UTC (rev 167001)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=webkitgtk3
-pkgver=1.10.0
-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' 'libsoup' 'enchant' 'libgl' 'geoclue' 'gtk2' 'gtk3' 'gst-plugins-base-libs')
-makedepends=('gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
-conflicts=('libwebkit3')
-provides=("libwebkit3=${pkgver}")
-replaces=('libwebkit3')
-options=('!libtool' '!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
-sha1sums=('5e022110cef5ff87a4c55ff0358dedd596502a84')
-
-build() {
- cd "$srcdir/webkitgtk-$pkgver"
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
- --enable-introspection \
- --disable-silent-rules \
- --libexecdir=/usr/lib/webkitgtk3 \
- --with-gstreamer=1.0
- make all stamp-po
-}
-
-package() {
- cd "$srcdir/webkitgtk-$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 167000, webkitgtk3/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2012-09-24 17:46:45 UTC (rev 167001)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=webkitgtk3
+pkgver=1.10.0
+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' 'libsoup' 'enchant' 'libgl' 'geoclue' 'gtk2' 'gtk3' 'gst-plugins-base-libs')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+conflicts=('libwebkit3')
+provides=("libwebkit3=${pkgver}")
+replaces=('libwebkit3')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha1sums=('5e022110cef5ff87a4c55ff0358dedd596502a84')
+
+build() {
+ cd "$srcdir/webkitgtk-$pkgver"
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --enable-introspection \
+ --disable-silent-rules \
+ --libexecdir=/usr/lib/webkitgtk3 \
+ --with-gstreamer=1.0
+ make all stamp-po
+}
+
+package() {
+ cd "$srcdir/webkitgtk-$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