[arch-commits] Commit in libwebkit/repos (5 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 19:00:16 UTC 2011


    Date: Saturday, October 1, 2011 @ 15:00:15
  Author: ibiru
Revision: 139389

db-move: moved libwebkit from [testing] to [extra] (x86_64)

Added:
  libwebkit/repos/extra-x86_64/PKGBUILD
    (from rev 139207, libwebkit/repos/testing-x86_64/PKGBUILD)
  libwebkit/repos/extra-x86_64/libwebkit.install
    (from rev 139207, libwebkit/repos/testing-x86_64/libwebkit.install)
Deleted:
  libwebkit/repos/extra-x86_64/PKGBUILD
  libwebkit/repos/extra-x86_64/libwebkit.install
  libwebkit/repos/testing-x86_64/

-------------------+
 PKGBUILD          |  108 +++++++++++++++++++++++++---------------------------
 libwebkit.install |   22 +++++-----
 2 files changed, 63 insertions(+), 67 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-01 19:00:13 UTC (rev 139388)
+++ extra-x86_64/PKGBUILD	2011-10-01 19:00:15 UTC (rev 139389)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgbase=libwebkit
-pkgname=('libwebkit' 'libwebkit3')
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="An opensource web content engine"
-arch=('i686' 'x86_64')
-url="http://webkitgtk.org/"
-license=('custom')
-depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 'enchant')
-makedepends=('gperf' 'gtk-doc' 'gobject-introspection' 'python2' 'gtk2' 'gtk3')
-options=('!libtool')
-install=libwebkit.install
-source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz)
-md5sums=('86a4354e65853687bf942100763225bb')
-
-build() {
-  cd "${srcdir}/webkit-${pkgver}"
-#  patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch"
-  mkdir build-gtk{2,3}
-
-  ( cd build-gtk2 && _build --with-gtk=2.0 )
-  ( cd build-gtk3 && _build --with-gtk=3.0 )
-}
-
-_build() {
-  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
-    --enable-introspection \
-    --with-font-backend=freetype --enable-gtk-doc \
-    --with-unicode-backend=icu \
-    --enable-spellcheck "$@"
-  make all stamp-po
-}
-
-package_libwebkit() {
-  pkgdesc+=" (for GTK2)"
-  depends+=(gtk2)
-  provides=('webkitgtk-svn')
-  conflicts=('webkitgtk-svn')
-  replaces=('webkitgtk-svn')
-
-  cd "$srcdir/webkit-$pkgver/build-gtk2"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 ../Source/WebKit/LICENSE "${pkgdir}/usr/share/licenses/libwebkit/LICENSE"
-}
-
-package_libwebkit3() {
-  pkgdesc+=" (for GTK3)"
-  depends+=(gtk3)
-
-  cd "${srcdir}/webkit-${pkgver}/build-gtk3"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 ../Source/WebKit/LICENSE "${pkgdir}/usr/share/licenses/libwebkit3/LICENSE"
-}

Copied: libwebkit/repos/extra-x86_64/PKGBUILD (from rev 139207, libwebkit/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 19:00:15 UTC (rev 139389)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgbase=libwebkit
+pkgname=(libwebkit libwebkit3)
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="An opensource web content engine"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/"
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 'enchant')
+makedepends=('gperf' 'gtk-doc' 'gobject-introspection' 'python2' 'gtk2' 'gtk3')
+options=('!libtool' '!emptydirs')
+install=libwebkit.install
+source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz)
+md5sums=('c11743694b1b71dad287b2e7a9e73b05')
+
+build() {
+  cd "${srcdir}/webkit-${pkgver}"
+  mkdir build-gtk{2,3}
+
+  ( cd build-gtk2 && _build --with-gtk=2.0 )
+  ( cd build-gtk3 && _build --with-gtk=3.0 )
+}
+
+_build() {
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+    --enable-introspection \
+    --with-font-backend=freetype --enable-gtk-doc \
+    --with-unicode-backend=icu \
+    --enable-spellcheck "$@"
+  make all stamp-po
+}
+
+package_libwebkit() {
+  pkgdesc+=" (for GTK2)"
+  depends+=(gtk2)
+
+  cd "$srcdir/webkit-$pkgver/build-gtk2"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../Source/WebKit/LICENSE "${pkgdir}/usr/share/licenses/libwebkit/LICENSE"
+}
+
+package_libwebkit3() {
+  pkgdesc+=" (for GTK3)"
+  depends+=(gtk3)
+
+  cd "${srcdir}/webkit-${pkgver}/build-gtk3"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../Source/WebKit/LICENSE "${pkgdir}/usr/share/licenses/libwebkit3/LICENSE"
+}

Deleted: extra-x86_64/libwebkit.install
===================================================================
--- extra-x86_64/libwebkit.install	2011-10-01 19:00:13 UTC (rev 139388)
+++ extra-x86_64/libwebkit.install	2011-10-01 19:00:15 UTC (rev 139389)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libwebkit/repos/extra-x86_64/libwebkit.install (from rev 139207, libwebkit/repos/testing-x86_64/libwebkit.install)
===================================================================
--- extra-x86_64/libwebkit.install	                        (rev 0)
+++ extra-x86_64/libwebkit.install	2011-10-01 19:00:15 UTC (rev 139389)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list