[arch-commits] Commit in qt4pas/repos (8 files)
Ike Devolder
idevolder at archlinux.org
Wed Apr 12 16:33:41 UTC 2017
Date: Wednesday, April 12, 2017 @ 16:33:40
Author: idevolder
Revision: 222512
archrelease: copy trunk to community-i686, community-x86_64
Added:
qt4pas/repos/community-i686/PKGBUILD
(from rev 222511, qt4pas/trunk/PKGBUILD)
qt4pas/repos/community-i686/qtwebkit.patch
(from rev 222511, qt4pas/trunk/qtwebkit.patch)
qt4pas/repos/community-x86_64/PKGBUILD
(from rev 222511, qt4pas/trunk/PKGBUILD)
qt4pas/repos/community-x86_64/qtwebkit.patch
(from rev 222511, qt4pas/trunk/qtwebkit.patch)
Deleted:
qt4pas/repos/community-i686/PKGBUILD
qt4pas/repos/community-i686/qtwebkit.patch
qt4pas/repos/community-x86_64/PKGBUILD
qt4pas/repos/community-x86_64/qtwebkit.patch
---------------------------------+
/PKGBUILD | 88 ++++++++++
/qtwebkit.patch | 310 ++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 44 -----
community-i686/qtwebkit.patch | 155 -------------------
community-x86_64/PKGBUILD | 44 -----
community-x86_64/qtwebkit.patch | 155 -------------------
6 files changed, 398 insertions(+), 398 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-04-12 16:33:31 UTC (rev 222511)
+++ community-i686/PKGBUILD 2017-04-12 16:33:40 UTC (rev 222512)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Fabien Wang <fabien(dot)wang(at)gmail(dot)com>
-
-pkgname=qt4pas
-pkgver=2.5
-pkgrel=6
-pkgdesc="Free Pascal Qt4 Binding Library"
-arch=('i686' 'x86_64')
-url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
-license=('LGPL')
-depends=('qt4')
-source=(
- 'http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz'
- 'qtwebkit.patch'
-)
-sha256sums=('825423db80da4df5c21816c0392b3394cddfe2f3293dfd08ace84941726affea'
- 'af1721fbf6706931d0b82dd28b3540f56a65e1585b75873c4ac9eaddecf9c921')
-
-prepare() {
- cd "qt4pas-V2.5_Qt4.5.3/"
-
- patch -p0 -i "$srcdir/qtwebkit.patch"
-}
-
-build() {
- cd "qt4pas-V2.5_Qt4.5.3/"
-
- qmake-qt4 -query
- qmake-qt4
- make
-}
-
-package() {
- cd "qt4pas-V2.5_Qt4.5.3/"
-
- INSTALL_ROOT="$pkgdir" make install
-
- pushd "$pkgdir/usr/lib"
- for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
- ln -s libQt4Pas.so.5.2.5 $intflink
- done
- popd
-}
Copied: qt4pas/repos/community-i686/PKGBUILD (from rev 222511, qt4pas/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 16:33:40 UTC (rev 222512)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Fabien Wang <fabien(dot)wang(at)gmail(dot)com>
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=8
+pkgdesc="Free Pascal Qt4 Binding Library"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
+license=('LGPL')
+depends=('qt4' 'xdg-utils')
+source=(
+ 'http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz'
+ 'qtwebkit.patch'
+)
+sha256sums=('825423db80da4df5c21816c0392b3394cddfe2f3293dfd08ace84941726affea'
+ 'af1721fbf6706931d0b82dd28b3540f56a65e1585b75873c4ac9eaddecf9c921')
+
+prepare() {
+ cd "qt4pas-V2.5_Qt4.5.3/"
+
+ patch -p0 -i "$srcdir/qtwebkit.patch"
+}
+
+build() {
+ cd "qt4pas-V2.5_Qt4.5.3/"
+
+ qmake-qt4 -query
+ qmake-qt4
+ make
+}
+
+package() {
+ cd "qt4pas-V2.5_Qt4.5.3/"
+
+ INSTALL_ROOT="$pkgdir" make install
+
+ pushd "$pkgdir/usr/lib"
+ for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
+ ln -s libQt4Pas.so.5.2.5 $intflink
+ done
+ popd
+}
Deleted: community-i686/qtwebkit.patch
===================================================================
--- community-i686/qtwebkit.patch 2017-04-12 16:33:31 UTC (rev 222511)
+++ community-i686/qtwebkit.patch 2017-04-12 16:33:40 UTC (rev 222512)
@@ -1,155 +0,0 @@
-Index: Qt4Pas.pro
-===================================================================
---- Qt4Pas.pro (revision 1)
-+++ Qt4Pas.pro (working copy)
-@@ -12,7 +12,6 @@
-
- VERSION = 5.2.5
-
--QT += network webkit
- TARGET = Qt4Pas
- TEMPLATE = lib
- DEPENDPATH += src
-@@ -155,21 +154,7 @@
- qprintdialog_hook.h \
- qprintpreviewdialog_hook.h \
- qsystemtrayicon_hook.h \
-- qgraphicsscene_hook.h \
-- qabstractsocket_hook.h \
-- qudpsocket_hook.h \
-- qtcpsocket_hook.h \
-- qtcpserver_hook.h \
-- qnetworkaccessmanager_hook.h \
-- qnetworkreply_hook.h \
-- qwebframe_hook.h \
-- qwebsecurityorigin_hook.h \
-- qwebdatabase_hook.h \
-- qwebhistory_hook.h \
-- qwebhistoryinterface_hook.h \
-- qwebpage_hook.h \
-- qwebsettings_hook.h \
-- qwebview_hook.h
-+ qgraphicsscene_hook.h
-
- SOURCES += qt4pas.cpp \
- qobject_hook_c.cpp \
-@@ -335,32 +320,6 @@
- qstylefactory_c.cpp \
- qgraphicsscene_c.cpp \
- qgraphicsview_c.cpp \
-- qsslcipher_c.cpp \
-- qsslkey_c.cpp \
-- qsslerror_c.cpp \
-- qabstractsocket_c.cpp \
-- qudpsocket_c.cpp \
-- qtcpsocket_c.cpp \
-- qtcpserver_c.cpp \
-- qsslconfiguration_c.cpp \
-- qsslsocket_c.cpp \
-- qnetworkaccessmanager_c.cpp \
-- qnetworkrequest_c.cpp \
-- qnetworkreply_c.cpp \
-- qnetworkcookie_c.cpp \
-- qlclnetworkcookie_c.cpp \
-- qnetworkproxy_c.cpp \
-- qauthenticator_c.cpp \
-- qwebframe_c.cpp \
-- qwebsecurityorigin_c.cpp \
-- qwebdatabase_c.cpp \
-- qwebhistory_c.cpp \
-- qwebhistoryinterface_c.cpp \
-- qwebpage_c.cpp \
-- qlclwebpage_c.cpp \
-- qwebsettings_c.cpp \
-- qwebview_c.cpp \
-- qlclwebview_c.cpp \
- qcoreapplication_hook_c.cpp \
- qtimer_hook_c.cpp \
- qabstractitemmodel_hook_c.cpp \
-@@ -434,20 +393,6 @@
- qprintdialog_hook_c.cpp \
- qprintpreviewdialog_hook_c.cpp \
- qsystemtrayicon_hook_c.cpp \
-- qgraphicsscene_hook_c.cpp \
-- qabstractsocket_hook_c.cpp \
-- qudpsocket_hook_c.cpp \
-- qtcpsocket_hook_c.cpp \
-- qtcpserver_hook_c.cpp \
-- qnetworkaccessmanager_hook_c.cpp \
-- qnetworkreply_hook_c.cpp \
-- qwebframe_hook_c.cpp \
-- qwebsecurityorigin_hook_c.cpp \
-- qwebdatabase_hook_c.cpp \
-- qwebhistory_hook_c.cpp \
-- qwebhistoryinterface_hook_c.cpp \
-- qwebpage_hook_c.cpp \
-- qwebsettings_hook_c.cpp \
-- qwebview_hook_c.cpp
-+ qgraphicsscene_hook_c.cpp
-
- # end of file
-\ No newline at end of file
-Index: src/qt4pas.cpp
-===================================================================
---- src/qt4pas.cpp (revision 1)
-+++ src/qt4pas.cpp (working copy)
-@@ -15,8 +15,6 @@
-
- #include <QtCore>
- #include <QtGui>
--#include <QtNetwork>
--#include <QtWebKit>
-
-
- #include "qobject_hook_c.cpp"
-@@ -182,32 +180,6 @@
- #include "qstylefactory_c.cpp"
- #include "qgraphicsscene_c.cpp"
- #include "qgraphicsview_c.cpp"
--#include "qsslcipher_c.cpp"
--#include "qsslkey_c.cpp"
--#include "qsslerror_c.cpp"
--#include "qabstractsocket_c.cpp"
--#include "qudpsocket_c.cpp"
--#include "qtcpsocket_c.cpp"
--#include "qtcpserver_c.cpp"
--#include "qsslconfiguration_c.cpp"
--#include "qsslsocket_c.cpp"
--#include "qnetworkaccessmanager_c.cpp"
--#include "qnetworkrequest_c.cpp"
--#include "qnetworkreply_c.cpp"
--#include "qnetworkcookie_c.cpp"
--#include "qlclnetworkcookie_c.cpp"
--#include "qnetworkproxy_c.cpp"
--#include "qauthenticator_c.cpp"
--#include "qwebframe_c.cpp"
--#include "qwebsecurityorigin_c.cpp"
--#include "qwebdatabase_c.cpp"
--#include "qwebhistory_c.cpp"
--#include "qwebhistoryinterface_c.cpp"
--#include "qwebpage_c.cpp"
--#include "qlclwebpage_c.cpp"
--#include "qwebsettings_c.cpp"
--#include "qwebview_c.cpp"
--#include "qlclwebview_c.cpp"
- #include "qcoreapplication_hook_c.cpp"
- #include "qtimer_hook_c.cpp"
- #include "qabstractitemmodel_hook_c.cpp"
-@@ -282,17 +254,3 @@
- #include "qprintpreviewdialog_hook_c.cpp"
- #include "qsystemtrayicon_hook_c.cpp"
- #include "qgraphicsscene_hook_c.cpp"
--#include "qabstractsocket_hook_c.cpp"
--#include "qudpsocket_hook_c.cpp"
--#include "qtcpsocket_hook_c.cpp"
--#include "qtcpserver_hook_c.cpp"
--#include "qnetworkaccessmanager_hook_c.cpp"
--#include "qnetworkreply_hook_c.cpp"
--#include "qwebframe_hook_c.cpp"
--#include "qwebsecurityorigin_hook_c.cpp"
--#include "qwebdatabase_hook_c.cpp"
--#include "qwebhistory_hook_c.cpp"
--#include "qwebhistoryinterface_hook_c.cpp"
--#include "qwebpage_hook_c.cpp"
--#include "qwebsettings_hook_c.cpp"
--#include "qwebview_hook_c.cpp"
Copied: qt4pas/repos/community-i686/qtwebkit.patch (from rev 222511, qt4pas/trunk/qtwebkit.patch)
===================================================================
--- community-i686/qtwebkit.patch (rev 0)
+++ community-i686/qtwebkit.patch 2017-04-12 16:33:40 UTC (rev 222512)
@@ -0,0 +1,155 @@
+Index: Qt4Pas.pro
+===================================================================
+--- Qt4Pas.pro (revision 1)
++++ Qt4Pas.pro (working copy)
+@@ -12,7 +12,6 @@
+
+ VERSION = 5.2.5
+
+-QT += network webkit
+ TARGET = Qt4Pas
+ TEMPLATE = lib
+ DEPENDPATH += src
+@@ -155,21 +154,7 @@
+ qprintdialog_hook.h \
+ qprintpreviewdialog_hook.h \
+ qsystemtrayicon_hook.h \
+- qgraphicsscene_hook.h \
+- qabstractsocket_hook.h \
+- qudpsocket_hook.h \
+- qtcpsocket_hook.h \
+- qtcpserver_hook.h \
+- qnetworkaccessmanager_hook.h \
+- qnetworkreply_hook.h \
+- qwebframe_hook.h \
+- qwebsecurityorigin_hook.h \
+- qwebdatabase_hook.h \
+- qwebhistory_hook.h \
+- qwebhistoryinterface_hook.h \
+- qwebpage_hook.h \
+- qwebsettings_hook.h \
+- qwebview_hook.h
++ qgraphicsscene_hook.h
+
+ SOURCES += qt4pas.cpp \
+ qobject_hook_c.cpp \
+@@ -335,32 +320,6 @@
+ qstylefactory_c.cpp \
+ qgraphicsscene_c.cpp \
+ qgraphicsview_c.cpp \
+- qsslcipher_c.cpp \
+- qsslkey_c.cpp \
+- qsslerror_c.cpp \
+- qabstractsocket_c.cpp \
+- qudpsocket_c.cpp \
+- qtcpsocket_c.cpp \
+- qtcpserver_c.cpp \
+- qsslconfiguration_c.cpp \
+- qsslsocket_c.cpp \
+- qnetworkaccessmanager_c.cpp \
+- qnetworkrequest_c.cpp \
+- qnetworkreply_c.cpp \
+- qnetworkcookie_c.cpp \
+- qlclnetworkcookie_c.cpp \
+- qnetworkproxy_c.cpp \
+- qauthenticator_c.cpp \
+- qwebframe_c.cpp \
+- qwebsecurityorigin_c.cpp \
+- qwebdatabase_c.cpp \
+- qwebhistory_c.cpp \
+- qwebhistoryinterface_c.cpp \
+- qwebpage_c.cpp \
+- qlclwebpage_c.cpp \
+- qwebsettings_c.cpp \
+- qwebview_c.cpp \
+- qlclwebview_c.cpp \
+ qcoreapplication_hook_c.cpp \
+ qtimer_hook_c.cpp \
+ qabstractitemmodel_hook_c.cpp \
+@@ -434,20 +393,6 @@
+ qprintdialog_hook_c.cpp \
+ qprintpreviewdialog_hook_c.cpp \
+ qsystemtrayicon_hook_c.cpp \
+- qgraphicsscene_hook_c.cpp \
+- qabstractsocket_hook_c.cpp \
+- qudpsocket_hook_c.cpp \
+- qtcpsocket_hook_c.cpp \
+- qtcpserver_hook_c.cpp \
+- qnetworkaccessmanager_hook_c.cpp \
+- qnetworkreply_hook_c.cpp \
+- qwebframe_hook_c.cpp \
+- qwebsecurityorigin_hook_c.cpp \
+- qwebdatabase_hook_c.cpp \
+- qwebhistory_hook_c.cpp \
+- qwebhistoryinterface_hook_c.cpp \
+- qwebpage_hook_c.cpp \
+- qwebsettings_hook_c.cpp \
+- qwebview_hook_c.cpp
++ qgraphicsscene_hook_c.cpp
+
+ # end of file
+\ No newline at end of file
+Index: src/qt4pas.cpp
+===================================================================
+--- src/qt4pas.cpp (revision 1)
++++ src/qt4pas.cpp (working copy)
+@@ -15,8 +15,6 @@
+
+ #include <QtCore>
+ #include <QtGui>
+-#include <QtNetwork>
+-#include <QtWebKit>
+
+
+ #include "qobject_hook_c.cpp"
+@@ -182,32 +180,6 @@
+ #include "qstylefactory_c.cpp"
+ #include "qgraphicsscene_c.cpp"
+ #include "qgraphicsview_c.cpp"
+-#include "qsslcipher_c.cpp"
+-#include "qsslkey_c.cpp"
+-#include "qsslerror_c.cpp"
+-#include "qabstractsocket_c.cpp"
+-#include "qudpsocket_c.cpp"
+-#include "qtcpsocket_c.cpp"
+-#include "qtcpserver_c.cpp"
+-#include "qsslconfiguration_c.cpp"
+-#include "qsslsocket_c.cpp"
+-#include "qnetworkaccessmanager_c.cpp"
+-#include "qnetworkrequest_c.cpp"
+-#include "qnetworkreply_c.cpp"
+-#include "qnetworkcookie_c.cpp"
+-#include "qlclnetworkcookie_c.cpp"
+-#include "qnetworkproxy_c.cpp"
+-#include "qauthenticator_c.cpp"
+-#include "qwebframe_c.cpp"
+-#include "qwebsecurityorigin_c.cpp"
+-#include "qwebdatabase_c.cpp"
+-#include "qwebhistory_c.cpp"
+-#include "qwebhistoryinterface_c.cpp"
+-#include "qwebpage_c.cpp"
+-#include "qlclwebpage_c.cpp"
+-#include "qwebsettings_c.cpp"
+-#include "qwebview_c.cpp"
+-#include "qlclwebview_c.cpp"
+ #include "qcoreapplication_hook_c.cpp"
+ #include "qtimer_hook_c.cpp"
+ #include "qabstractitemmodel_hook_c.cpp"
+@@ -282,17 +254,3 @@
+ #include "qprintpreviewdialog_hook_c.cpp"
+ #include "qsystemtrayicon_hook_c.cpp"
+ #include "qgraphicsscene_hook_c.cpp"
+-#include "qabstractsocket_hook_c.cpp"
+-#include "qudpsocket_hook_c.cpp"
+-#include "qtcpsocket_hook_c.cpp"
+-#include "qtcpserver_hook_c.cpp"
+-#include "qnetworkaccessmanager_hook_c.cpp"
+-#include "qnetworkreply_hook_c.cpp"
+-#include "qwebframe_hook_c.cpp"
+-#include "qwebsecurityorigin_hook_c.cpp"
+-#include "qwebdatabase_hook_c.cpp"
+-#include "qwebhistory_hook_c.cpp"
+-#include "qwebhistoryinterface_hook_c.cpp"
+-#include "qwebpage_hook_c.cpp"
+-#include "qwebsettings_hook_c.cpp"
+-#include "qwebview_hook_c.cpp"
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-04-12 16:33:31 UTC (rev 222511)
+++ community-x86_64/PKGBUILD 2017-04-12 16:33:40 UTC (rev 222512)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Fabien Wang <fabien(dot)wang(at)gmail(dot)com>
-
-pkgname=qt4pas
-pkgver=2.5
-pkgrel=6
-pkgdesc="Free Pascal Qt4 Binding Library"
-arch=('i686' 'x86_64')
-url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
-license=('LGPL')
-depends=('qt4')
-source=(
- 'http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz'
- 'qtwebkit.patch'
-)
-sha256sums=('825423db80da4df5c21816c0392b3394cddfe2f3293dfd08ace84941726affea'
- 'af1721fbf6706931d0b82dd28b3540f56a65e1585b75873c4ac9eaddecf9c921')
-
-prepare() {
- cd "qt4pas-V2.5_Qt4.5.3/"
-
- patch -p0 -i "$srcdir/qtwebkit.patch"
-}
-
-build() {
- cd "qt4pas-V2.5_Qt4.5.3/"
-
- qmake-qt4 -query
- qmake-qt4
- make
-}
-
-package() {
- cd "qt4pas-V2.5_Qt4.5.3/"
-
- INSTALL_ROOT="$pkgdir" make install
-
- pushd "$pkgdir/usr/lib"
- for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
- ln -s libQt4Pas.so.5.2.5 $intflink
- done
- popd
-}
Copied: qt4pas/repos/community-x86_64/PKGBUILD (from rev 222511, qt4pas/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-04-12 16:33:40 UTC (rev 222512)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Fabien Wang <fabien(dot)wang(at)gmail(dot)com>
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=8
+pkgdesc="Free Pascal Qt4 Binding Library"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
+license=('LGPL')
+depends=('qt4' 'xdg-utils')
+source=(
+ 'http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz'
+ 'qtwebkit.patch'
+)
+sha256sums=('825423db80da4df5c21816c0392b3394cddfe2f3293dfd08ace84941726affea'
+ 'af1721fbf6706931d0b82dd28b3540f56a65e1585b75873c4ac9eaddecf9c921')
+
+prepare() {
+ cd "qt4pas-V2.5_Qt4.5.3/"
+
+ patch -p0 -i "$srcdir/qtwebkit.patch"
+}
+
+build() {
+ cd "qt4pas-V2.5_Qt4.5.3/"
+
+ qmake-qt4 -query
+ qmake-qt4
+ make
+}
+
+package() {
+ cd "qt4pas-V2.5_Qt4.5.3/"
+
+ INSTALL_ROOT="$pkgdir" make install
+
+ pushd "$pkgdir/usr/lib"
+ for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
+ ln -s libQt4Pas.so.5.2.5 $intflink
+ done
+ popd
+}
Deleted: community-x86_64/qtwebkit.patch
===================================================================
--- community-x86_64/qtwebkit.patch 2017-04-12 16:33:31 UTC (rev 222511)
+++ community-x86_64/qtwebkit.patch 2017-04-12 16:33:40 UTC (rev 222512)
@@ -1,155 +0,0 @@
-Index: Qt4Pas.pro
-===================================================================
---- Qt4Pas.pro (revision 1)
-+++ Qt4Pas.pro (working copy)
-@@ -12,7 +12,6 @@
-
- VERSION = 5.2.5
-
--QT += network webkit
- TARGET = Qt4Pas
- TEMPLATE = lib
- DEPENDPATH += src
-@@ -155,21 +154,7 @@
- qprintdialog_hook.h \
- qprintpreviewdialog_hook.h \
- qsystemtrayicon_hook.h \
-- qgraphicsscene_hook.h \
-- qabstractsocket_hook.h \
-- qudpsocket_hook.h \
-- qtcpsocket_hook.h \
-- qtcpserver_hook.h \
-- qnetworkaccessmanager_hook.h \
-- qnetworkreply_hook.h \
-- qwebframe_hook.h \
-- qwebsecurityorigin_hook.h \
-- qwebdatabase_hook.h \
-- qwebhistory_hook.h \
-- qwebhistoryinterface_hook.h \
-- qwebpage_hook.h \
-- qwebsettings_hook.h \
-- qwebview_hook.h
-+ qgraphicsscene_hook.h
-
- SOURCES += qt4pas.cpp \
- qobject_hook_c.cpp \
-@@ -335,32 +320,6 @@
- qstylefactory_c.cpp \
- qgraphicsscene_c.cpp \
- qgraphicsview_c.cpp \
-- qsslcipher_c.cpp \
-- qsslkey_c.cpp \
-- qsslerror_c.cpp \
-- qabstractsocket_c.cpp \
-- qudpsocket_c.cpp \
-- qtcpsocket_c.cpp \
-- qtcpserver_c.cpp \
-- qsslconfiguration_c.cpp \
-- qsslsocket_c.cpp \
-- qnetworkaccessmanager_c.cpp \
-- qnetworkrequest_c.cpp \
-- qnetworkreply_c.cpp \
-- qnetworkcookie_c.cpp \
-- qlclnetworkcookie_c.cpp \
-- qnetworkproxy_c.cpp \
-- qauthenticator_c.cpp \
-- qwebframe_c.cpp \
-- qwebsecurityorigin_c.cpp \
-- qwebdatabase_c.cpp \
-- qwebhistory_c.cpp \
-- qwebhistoryinterface_c.cpp \
-- qwebpage_c.cpp \
-- qlclwebpage_c.cpp \
-- qwebsettings_c.cpp \
-- qwebview_c.cpp \
-- qlclwebview_c.cpp \
- qcoreapplication_hook_c.cpp \
- qtimer_hook_c.cpp \
- qabstractitemmodel_hook_c.cpp \
-@@ -434,20 +393,6 @@
- qprintdialog_hook_c.cpp \
- qprintpreviewdialog_hook_c.cpp \
- qsystemtrayicon_hook_c.cpp \
-- qgraphicsscene_hook_c.cpp \
-- qabstractsocket_hook_c.cpp \
-- qudpsocket_hook_c.cpp \
-- qtcpsocket_hook_c.cpp \
-- qtcpserver_hook_c.cpp \
-- qnetworkaccessmanager_hook_c.cpp \
-- qnetworkreply_hook_c.cpp \
-- qwebframe_hook_c.cpp \
-- qwebsecurityorigin_hook_c.cpp \
-- qwebdatabase_hook_c.cpp \
-- qwebhistory_hook_c.cpp \
-- qwebhistoryinterface_hook_c.cpp \
-- qwebpage_hook_c.cpp \
-- qwebsettings_hook_c.cpp \
-- qwebview_hook_c.cpp
-+ qgraphicsscene_hook_c.cpp
-
- # end of file
-\ No newline at end of file
-Index: src/qt4pas.cpp
-===================================================================
---- src/qt4pas.cpp (revision 1)
-+++ src/qt4pas.cpp (working copy)
-@@ -15,8 +15,6 @@
-
- #include <QtCore>
- #include <QtGui>
--#include <QtNetwork>
--#include <QtWebKit>
-
-
- #include "qobject_hook_c.cpp"
-@@ -182,32 +180,6 @@
- #include "qstylefactory_c.cpp"
- #include "qgraphicsscene_c.cpp"
- #include "qgraphicsview_c.cpp"
--#include "qsslcipher_c.cpp"
--#include "qsslkey_c.cpp"
--#include "qsslerror_c.cpp"
--#include "qabstractsocket_c.cpp"
--#include "qudpsocket_c.cpp"
--#include "qtcpsocket_c.cpp"
--#include "qtcpserver_c.cpp"
--#include "qsslconfiguration_c.cpp"
--#include "qsslsocket_c.cpp"
--#include "qnetworkaccessmanager_c.cpp"
--#include "qnetworkrequest_c.cpp"
--#include "qnetworkreply_c.cpp"
--#include "qnetworkcookie_c.cpp"
--#include "qlclnetworkcookie_c.cpp"
--#include "qnetworkproxy_c.cpp"
--#include "qauthenticator_c.cpp"
--#include "qwebframe_c.cpp"
--#include "qwebsecurityorigin_c.cpp"
--#include "qwebdatabase_c.cpp"
--#include "qwebhistory_c.cpp"
--#include "qwebhistoryinterface_c.cpp"
--#include "qwebpage_c.cpp"
--#include "qlclwebpage_c.cpp"
--#include "qwebsettings_c.cpp"
--#include "qwebview_c.cpp"
--#include "qlclwebview_c.cpp"
- #include "qcoreapplication_hook_c.cpp"
- #include "qtimer_hook_c.cpp"
- #include "qabstractitemmodel_hook_c.cpp"
-@@ -282,17 +254,3 @@
- #include "qprintpreviewdialog_hook_c.cpp"
- #include "qsystemtrayicon_hook_c.cpp"
- #include "qgraphicsscene_hook_c.cpp"
--#include "qabstractsocket_hook_c.cpp"
--#include "qudpsocket_hook_c.cpp"
--#include "qtcpsocket_hook_c.cpp"
--#include "qtcpserver_hook_c.cpp"
--#include "qnetworkaccessmanager_hook_c.cpp"
--#include "qnetworkreply_hook_c.cpp"
--#include "qwebframe_hook_c.cpp"
--#include "qwebsecurityorigin_hook_c.cpp"
--#include "qwebdatabase_hook_c.cpp"
--#include "qwebhistory_hook_c.cpp"
--#include "qwebhistoryinterface_hook_c.cpp"
--#include "qwebpage_hook_c.cpp"
--#include "qwebsettings_hook_c.cpp"
--#include "qwebview_hook_c.cpp"
Copied: qt4pas/repos/community-x86_64/qtwebkit.patch (from rev 222511, qt4pas/trunk/qtwebkit.patch)
===================================================================
--- community-x86_64/qtwebkit.patch (rev 0)
+++ community-x86_64/qtwebkit.patch 2017-04-12 16:33:40 UTC (rev 222512)
@@ -0,0 +1,155 @@
+Index: Qt4Pas.pro
+===================================================================
+--- Qt4Pas.pro (revision 1)
++++ Qt4Pas.pro (working copy)
+@@ -12,7 +12,6 @@
+
+ VERSION = 5.2.5
+
+-QT += network webkit
+ TARGET = Qt4Pas
+ TEMPLATE = lib
+ DEPENDPATH += src
+@@ -155,21 +154,7 @@
+ qprintdialog_hook.h \
+ qprintpreviewdialog_hook.h \
+ qsystemtrayicon_hook.h \
+- qgraphicsscene_hook.h \
+- qabstractsocket_hook.h \
+- qudpsocket_hook.h \
+- qtcpsocket_hook.h \
+- qtcpserver_hook.h \
+- qnetworkaccessmanager_hook.h \
+- qnetworkreply_hook.h \
+- qwebframe_hook.h \
+- qwebsecurityorigin_hook.h \
+- qwebdatabase_hook.h \
+- qwebhistory_hook.h \
+- qwebhistoryinterface_hook.h \
+- qwebpage_hook.h \
+- qwebsettings_hook.h \
+- qwebview_hook.h
++ qgraphicsscene_hook.h
+
+ SOURCES += qt4pas.cpp \
+ qobject_hook_c.cpp \
+@@ -335,32 +320,6 @@
+ qstylefactory_c.cpp \
+ qgraphicsscene_c.cpp \
+ qgraphicsview_c.cpp \
+- qsslcipher_c.cpp \
+- qsslkey_c.cpp \
+- qsslerror_c.cpp \
+- qabstractsocket_c.cpp \
+- qudpsocket_c.cpp \
+- qtcpsocket_c.cpp \
+- qtcpserver_c.cpp \
+- qsslconfiguration_c.cpp \
+- qsslsocket_c.cpp \
+- qnetworkaccessmanager_c.cpp \
+- qnetworkrequest_c.cpp \
+- qnetworkreply_c.cpp \
+- qnetworkcookie_c.cpp \
+- qlclnetworkcookie_c.cpp \
+- qnetworkproxy_c.cpp \
+- qauthenticator_c.cpp \
+- qwebframe_c.cpp \
+- qwebsecurityorigin_c.cpp \
+- qwebdatabase_c.cpp \
+- qwebhistory_c.cpp \
+- qwebhistoryinterface_c.cpp \
+- qwebpage_c.cpp \
+- qlclwebpage_c.cpp \
+- qwebsettings_c.cpp \
+- qwebview_c.cpp \
+- qlclwebview_c.cpp \
+ qcoreapplication_hook_c.cpp \
+ qtimer_hook_c.cpp \
+ qabstractitemmodel_hook_c.cpp \
+@@ -434,20 +393,6 @@
+ qprintdialog_hook_c.cpp \
+ qprintpreviewdialog_hook_c.cpp \
+ qsystemtrayicon_hook_c.cpp \
+- qgraphicsscene_hook_c.cpp \
+- qabstractsocket_hook_c.cpp \
+- qudpsocket_hook_c.cpp \
+- qtcpsocket_hook_c.cpp \
+- qtcpserver_hook_c.cpp \
+- qnetworkaccessmanager_hook_c.cpp \
+- qnetworkreply_hook_c.cpp \
+- qwebframe_hook_c.cpp \
+- qwebsecurityorigin_hook_c.cpp \
+- qwebdatabase_hook_c.cpp \
+- qwebhistory_hook_c.cpp \
+- qwebhistoryinterface_hook_c.cpp \
+- qwebpage_hook_c.cpp \
+- qwebsettings_hook_c.cpp \
+- qwebview_hook_c.cpp
++ qgraphicsscene_hook_c.cpp
+
+ # end of file
+\ No newline at end of file
+Index: src/qt4pas.cpp
+===================================================================
+--- src/qt4pas.cpp (revision 1)
++++ src/qt4pas.cpp (working copy)
+@@ -15,8 +15,6 @@
+
+ #include <QtCore>
+ #include <QtGui>
+-#include <QtNetwork>
+-#include <QtWebKit>
+
+
+ #include "qobject_hook_c.cpp"
+@@ -182,32 +180,6 @@
+ #include "qstylefactory_c.cpp"
+ #include "qgraphicsscene_c.cpp"
+ #include "qgraphicsview_c.cpp"
+-#include "qsslcipher_c.cpp"
+-#include "qsslkey_c.cpp"
+-#include "qsslerror_c.cpp"
+-#include "qabstractsocket_c.cpp"
+-#include "qudpsocket_c.cpp"
+-#include "qtcpsocket_c.cpp"
+-#include "qtcpserver_c.cpp"
+-#include "qsslconfiguration_c.cpp"
+-#include "qsslsocket_c.cpp"
+-#include "qnetworkaccessmanager_c.cpp"
+-#include "qnetworkrequest_c.cpp"
+-#include "qnetworkreply_c.cpp"
+-#include "qnetworkcookie_c.cpp"
+-#include "qlclnetworkcookie_c.cpp"
+-#include "qnetworkproxy_c.cpp"
+-#include "qauthenticator_c.cpp"
+-#include "qwebframe_c.cpp"
+-#include "qwebsecurityorigin_c.cpp"
+-#include "qwebdatabase_c.cpp"
+-#include "qwebhistory_c.cpp"
+-#include "qwebhistoryinterface_c.cpp"
+-#include "qwebpage_c.cpp"
+-#include "qlclwebpage_c.cpp"
+-#include "qwebsettings_c.cpp"
+-#include "qwebview_c.cpp"
+-#include "qlclwebview_c.cpp"
+ #include "qcoreapplication_hook_c.cpp"
+ #include "qtimer_hook_c.cpp"
+ #include "qabstractitemmodel_hook_c.cpp"
+@@ -282,17 +254,3 @@
+ #include "qprintpreviewdialog_hook_c.cpp"
+ #include "qsystemtrayicon_hook_c.cpp"
+ #include "qgraphicsscene_hook_c.cpp"
+-#include "qabstractsocket_hook_c.cpp"
+-#include "qudpsocket_hook_c.cpp"
+-#include "qtcpsocket_hook_c.cpp"
+-#include "qtcpserver_hook_c.cpp"
+-#include "qnetworkaccessmanager_hook_c.cpp"
+-#include "qnetworkreply_hook_c.cpp"
+-#include "qwebframe_hook_c.cpp"
+-#include "qwebsecurityorigin_hook_c.cpp"
+-#include "qwebdatabase_hook_c.cpp"
+-#include "qwebhistory_hook_c.cpp"
+-#include "qwebhistoryinterface_hook_c.cpp"
+-#include "qwebpage_hook_c.cpp"
+-#include "qwebsettings_hook_c.cpp"
+-#include "qwebview_hook_c.cpp"
More information about the arch-commits
mailing list