[arch-commits] Commit in libwebkit/trunk (PKGBUILD gcc46.patch)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 6 21:34:04 UTC 2011


    Date: Monday, June 6, 2011 @ 17:34:03
  Author: andyrtr
Revision: 126732

upgpkg: libwebkit 1.4.1-1
upstream update 1.4.1

Modified:
  libwebkit/trunk/PKGBUILD
Deleted:
  libwebkit/trunk/gcc46.patch

-------------+
 PKGBUILD    |    9 +++------
 gcc46.patch |   11 -----------
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-06 21:24:06 UTC (rev 126731)
+++ PKGBUILD	2011-06-06 21:34:03 UTC (rev 126732)
@@ -3,8 +3,8 @@
 
 pkgbase=libwebkit
 pkgname=(libwebkit libwebkit3)
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="An opensource web content engine"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/"
@@ -14,15 +14,12 @@
 options=('!libtool')
 install=libwebkit.install
 source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
-        gcc46.patch
         replace-switch-with-given-when.patch)
-md5sums=('10c969db3b5484c71df1aa9a338377ff'
-         '970a2fa91b9827dff8e9b9edb4867701'
+md5sums=('c1a4f732a77d6f8197437b50678d3dbc'
          '3ba708a26b7af0e1e853867966fe14f7')
 
 build() {
   cd "${srcdir}/webkit-${pkgver}"
-  patch -Np1 -i "${srcdir}/gcc46.patch"
   patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch"
   mkdir build-gtk{2,3}
 

Deleted: gcc46.patch
===================================================================
--- gcc46.patch	2011-06-06 21:24:06 UTC (rev 126731)
+++ gcc46.patch	2011-06-06 21:34:03 UTC (rev 126732)
@@ -1,11 +0,0 @@
-Index: trunk/Source/WebCore/dom/make_names.pl
-===================================================================
---- trunk/Source/WebCore/dom/make_names.pl	(revision 73989)
-+++ trunk/Source/WebCore/dom/make_names.pl	(revision 84123)
-@@ -66,5 +66,5 @@
-     $gccLocation = "/usr/bin/gcc";
- }
--my $preprocessor = $gccLocation . " -E -P -x c++";
-+my $preprocessor = $gccLocation . " -E -x c++";
- 
- GetOptions(




More information about the arch-commits mailing list