Date: Tuesday, July 14, 2015 @ 10:47:09
  Author: fyan
Revision: 242197

update url and remove old patch

Modified:
  qt5/trunk/PKGBUILD
Deleted:
  qt5/trunk/gcc-5.patch

-------------+
 PKGBUILD    |    2 +-
 gcc-5.patch |   17 -----------------
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-07-14 07:37:09 UTC (rev 242196)
+++ PKGBUILD    2015-07-14 08:47:09 UTC (rev 242197)
@@ -32,7 +32,7 @@
 pkgver=5.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
-url='http://qt-project.org/'
+url='http://www.qt.io/developers'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
             'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-base-libs' 
'libjpeg-turbo' 'cups'

Deleted: gcc-5.patch
===================================================================
--- gcc-5.patch 2015-07-14 07:37:09 UTC (rev 242196)
+++ gcc-5.patch 2015-07-14 08:47:09 UTC (rev 242197)
@@ -1,17 +0,0 @@
-diff -up 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than 
-qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp
---- 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than   
   2015-03-18 10:24:38.683352327 
--0400
-+++ qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp   
2015-03-18 10:25:21.953352327 -0400
-@@ -1909,6 +1909,10 @@ void JSObject::putByIndexBeyondVectorLen
-     }
- }
- 
-+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes<ContiguousShape>(ExecState*
 exec, unsigned i, JSValue value);
-+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes<DoubleShape>(ExecState* 
exec, unsigned i, JSValue value);
-+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes<Int32Shape>(ExecState* 
exec, unsigned i, JSValue value);
-+
- void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
- {
-     VM& vm = exec->vm();
-

Reply via email to