[arch-commits] Commit in webkitgtk/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Wed Jun 12 20:16:30 UTC 2013


    Date: Wednesday, June 12, 2013 @ 22:16:30
  Author: heftig
Revision: 188207

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  webkitgtk/repos/extra-i686/PKGBUILD
    (from rev 188206, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/extra-x86_64/PKGBUILD
    (from rev 188206, webkitgtk/trunk/PKGBUILD)
Deleted:
  webkitgtk/repos/extra-i686/PKGBUILD
  webkitgtk/repos/extra-i686/changeset_150963.diff
  webkitgtk/repos/extra-i686/python3.patch
  webkitgtk/repos/extra-x86_64/PKGBUILD
  webkitgtk/repos/extra-x86_64/changeset_150963.diff
  webkitgtk/repos/extra-x86_64/python3.patch

------------------------------------+
 /PKGBUILD                          |   76 +++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD                |   46 ---------------------
 extra-i686/changeset_150963.diff   |   30 -------------
 extra-i686/python3.patch           |   20 ---------
 extra-x86_64/PKGBUILD              |   46 ---------------------
 extra-x86_64/changeset_150963.diff |   30 -------------
 extra-x86_64/python3.patch         |   20 ---------
 7 files changed, 76 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-06-12 20:04:04 UTC (rev 188206)
+++ extra-i686/PKGBUILD	2013-06-12 20:16:30 UTC (rev 188207)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=webkitgtk
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="GTK+ Web content engine library"
-arch=(i686 x86_64)
-url="http://webkitgtk.org/"
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 gst-plugins-base-libs libsecret libwebp
-         harfbuzz-icu)
-makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
-optdepends=('gtk2: Webkit2 plugin support')
-conflicts=(webkitgtk3 libwebkit3)
-provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
-replaces=(webkitgtk3 libwebkit3)
-options=(!libtool !emptydirs)
-source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz
-        changeset_150963.diff)
-sha256sums=('c3685032545eb4c23f3f56826817783a6963ad59bd7bbf806705059b3d8caeb2'
-            '8d2542600cba876b714cdf6be478d847b6672bff2856e6e6d0582b1566fe5764')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np2 -i ../changeset_150963.diff
-  autoreconf -fi -I Source/autotools
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --libexecdir=/usr/lib/$pkgname \
-    --enable-introspection
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-  install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 188206, webkitgtk/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-06-12 20:16:30 UTC (rev 188207)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=webkitgtk
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/"
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 gst-plugins-base-libs
+         libsecret libwebp harfbuzz-icu)
+makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
+optdepends=('gtk2: Netscape plugin support')
+provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
+conflicts=(webkitgtk3 libwebkit3)
+replaces=(webkitgtk3 libwebkit3)
+options=(!libtool !emptydirs)
+source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
+sha256sums=('9bf8a32afbf087c4fc2c652b193a52c44b180735ba9c7c8db88137904d458e1b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --libexecdir=/usr/lib/$pkgname \
+    --enable-introspection
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-i686/changeset_150963.diff
===================================================================
--- extra-i686/changeset_150963.diff	2013-06-12 20:04:04 UTC (rev 188206)
+++ extra-i686/changeset_150963.diff	2013-06-12 20:16:30 UTC (rev 188207)
@@ -1,30 +0,0 @@
-2013-05-30  Alberto Garcia  <agarcia at igalia.com>
-
-[GTK] Needs to check for harfbuzz-icu
-https://bugs.webkit.org/show_bug.cgi?id=116978
-
-Reviewed by Xan Lopez.
-
-HarfBuzz 0.9.18 splits harbuzz-icu into a separate library so we
-also need to check for it in order to get the necessary flags for
-the compiler and the linker.
-
-We keep this conditional for now since we still want to support
-earlier versions of HarfBuzz.
-
-Index: /trunk/Source/autotools/FindDependencies.m4
-===================================================================
---- /trunk/Source/autotools/FindDependencies.m4	(revision 150962)
-+++ /trunk/Source/autotools/FindDependencies.m4	(revision 150963)
-@@ -376,4 +376,11 @@
-         [cairo-ft fontconfig >= fontconfig_required_version freetype2 >= freetype2_required_version harfbuzz >= harfbuzz_required_version])
- fi
-+# HarfBuzz 0.9.18 splits harbuzz-icu into a separate library.
-+# Since we support earlier HarfBuzz versions we keep this conditional for now.
-+if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz; then
-+    PKG_CHECK_MODULES(HARFBUZZ_ICU, harfbuzz-icu >= $harfbuzz_required_version)
-+    FREETYPE_CFLAGS+=" $HARFBUZZ_ICU_CFLAGS"
-+    FREETYPE_LIBS+=" $HARFBUZZ_ICU_LIBS"
-+fi
- AC_SUBST([FREETYPE_CFLAGS])
- AC_SUBST([FREETYPE_LIBS])

Deleted: extra-i686/python3.patch
===================================================================
--- extra-i686/python3.patch	2013-06-12 20:04:04 UTC (rev 188206)
+++ extra-i686/python3.patch	2013-06-12 20:16:30 UTC (rev 188207)
@@ -1,20 +0,0 @@
-diff --git a/Tools/gtk/generate-feature-defines-files b/Tools/gtk/generate-feature-defines-files
-index 1a92bf50a05831655308cb62646eb05a6db4b63c..f5b2c7e61eab12bf0eb25b0f9c595f2fd83ebbe9 100755
---- a/Tools/gtk/generate-feature-defines-files
-+++ b/Tools/gtk/generate-feature-defines-files
-@@ -32,13 +32,13 @@ def write_file_if_contents_changed(filename, contents):
- 
- def write_feature_defines_header(feature_defines):
-     contents = ''
--    for (feature, value) in feature_defines.iteritems():
-+    for (feature, value) in feature_defines.items():
-         contents += '#define {0} {1}\n'.format(feature, value)
-     write_file_if_contents_changed("WebKitFeatures.h", contents)
- 
- def write_flattened_feature_defines_file(feature_defines):
-     contents = ''
--    for (feature, value) in feature_defines.iteritems():
-+    for (feature, value) in feature_defines.items():
-         contents += '{0}={1}\n'.format(feature, value)
-     write_file_if_contents_changed("WebKitFeatures.txt", contents)
- 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-06-12 20:04:04 UTC (rev 188206)
+++ extra-x86_64/PKGBUILD	2013-06-12 20:16:30 UTC (rev 188207)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=webkitgtk
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="GTK+ Web content engine library"
-arch=(i686 x86_64)
-url="http://webkitgtk.org/"
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 gst-plugins-base-libs libsecret libwebp
-         harfbuzz-icu)
-makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
-optdepends=('gtk2: Webkit2 plugin support')
-conflicts=(webkitgtk3 libwebkit3)
-provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
-replaces=(webkitgtk3 libwebkit3)
-options=(!libtool !emptydirs)
-source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz
-        changeset_150963.diff)
-sha256sums=('c3685032545eb4c23f3f56826817783a6963ad59bd7bbf806705059b3d8caeb2'
-            '8d2542600cba876b714cdf6be478d847b6672bff2856e6e6d0582b1566fe5764')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np2 -i ../changeset_150963.diff
-  autoreconf -fi -I Source/autotools
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --libexecdir=/usr/lib/$pkgname \
-    --enable-introspection
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-  install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: webkitgtk/repos/extra-x86_64/PKGBUILD (from rev 188206, webkitgtk/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-06-12 20:16:30 UTC (rev 188207)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=webkitgtk
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/"
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 gst-plugins-base-libs
+         libsecret libwebp harfbuzz-icu)
+makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
+optdepends=('gtk2: Netscape plugin support')
+provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
+conflicts=(webkitgtk3 libwebkit3)
+replaces=(webkitgtk3 libwebkit3)
+options=(!libtool !emptydirs)
+source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
+sha256sums=('9bf8a32afbf087c4fc2c652b193a52c44b180735ba9c7c8db88137904d458e1b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --libexecdir=/usr/lib/$pkgname \
+    --enable-introspection
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/changeset_150963.diff
===================================================================
--- extra-x86_64/changeset_150963.diff	2013-06-12 20:04:04 UTC (rev 188206)
+++ extra-x86_64/changeset_150963.diff	2013-06-12 20:16:30 UTC (rev 188207)
@@ -1,30 +0,0 @@
-2013-05-30  Alberto Garcia  <agarcia at igalia.com>
-
-[GTK] Needs to check for harfbuzz-icu
-https://bugs.webkit.org/show_bug.cgi?id=116978
-
-Reviewed by Xan Lopez.
-
-HarfBuzz 0.9.18 splits harbuzz-icu into a separate library so we
-also need to check for it in order to get the necessary flags for
-the compiler and the linker.
-
-We keep this conditional for now since we still want to support
-earlier versions of HarfBuzz.
-
-Index: /trunk/Source/autotools/FindDependencies.m4
-===================================================================
---- /trunk/Source/autotools/FindDependencies.m4	(revision 150962)
-+++ /trunk/Source/autotools/FindDependencies.m4	(revision 150963)
-@@ -376,4 +376,11 @@
-         [cairo-ft fontconfig >= fontconfig_required_version freetype2 >= freetype2_required_version harfbuzz >= harfbuzz_required_version])
- fi
-+# HarfBuzz 0.9.18 splits harbuzz-icu into a separate library.
-+# Since we support earlier HarfBuzz versions we keep this conditional for now.
-+if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz; then
-+    PKG_CHECK_MODULES(HARFBUZZ_ICU, harfbuzz-icu >= $harfbuzz_required_version)
-+    FREETYPE_CFLAGS+=" $HARFBUZZ_ICU_CFLAGS"
-+    FREETYPE_LIBS+=" $HARFBUZZ_ICU_LIBS"
-+fi
- AC_SUBST([FREETYPE_CFLAGS])
- AC_SUBST([FREETYPE_LIBS])

Deleted: extra-x86_64/python3.patch
===================================================================
--- extra-x86_64/python3.patch	2013-06-12 20:04:04 UTC (rev 188206)
+++ extra-x86_64/python3.patch	2013-06-12 20:16:30 UTC (rev 188207)
@@ -1,20 +0,0 @@
-diff --git a/Tools/gtk/generate-feature-defines-files b/Tools/gtk/generate-feature-defines-files
-index 1a92bf50a05831655308cb62646eb05a6db4b63c..f5b2c7e61eab12bf0eb25b0f9c595f2fd83ebbe9 100755
---- a/Tools/gtk/generate-feature-defines-files
-+++ b/Tools/gtk/generate-feature-defines-files
-@@ -32,13 +32,13 @@ def write_file_if_contents_changed(filename, contents):
- 
- def write_feature_defines_header(feature_defines):
-     contents = ''
--    for (feature, value) in feature_defines.iteritems():
-+    for (feature, value) in feature_defines.items():
-         contents += '#define {0} {1}\n'.format(feature, value)
-     write_file_if_contents_changed("WebKitFeatures.h", contents)
- 
- def write_flattened_feature_defines_file(feature_defines):
-     contents = ''
--    for (feature, value) in feature_defines.iteritems():
-+    for (feature, value) in feature_defines.items():
-         contents += '{0}={1}\n'.format(feature, value)
-     write_file_if_contents_changed("WebKitFeatures.txt", contents)
- 




More information about the arch-commits mailing list