diff options
-rw-r--r-- | libre/kdepim-addons/PKGBUILD | 51 | ||||
-rw-r--r-- | libre/kdepim-addons/libre.patch | 51 | ||||
-rw-r--r-- | libre/kdepim-runtime/PKGBUILD | 52 | ||||
-rw-r--r-- | libre/kdepim-runtime/libre.patch | 93 | ||||
-rw-r--r-- | nonprism/kdepim-addons/PKGBUILD | 46 | ||||
-rw-r--r-- | nonprism/kdepim-addons/libre.patch | 31 |
6 files changed, 0 insertions, 324 deletions
diff --git a/libre/kdepim-addons/PKGBUILD b/libre/kdepim-addons/PKGBUILD deleted file mode 100644 index bcd346e9e..000000000 --- a/libre/kdepim-addons/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# Maintainer (arch): Antonio Rojas <arojas@archlinux.org> -# Contributor: André Silva <emulatorman@hyperbola.info> -# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> -# Maintainer: Andreas Grapentin <andreas@grapentin.org> - - -# parabola changes and rationale: -# - build without qt5-webengine - - -pkgname=kdepim-addons -pkgver=18.12.3 -pkgrel=1 -pkgrel+=.parabola1 -pkgdesc='Addons for KDE PIM applications' -arch=(x86_64) -arch+=(i686 armv7h) -url='https://kontact.kde.org' -license=(GPL LGPL FDL) -depends=(incidenceeditor ktnef libksieve akonadi-notes akonadi-import-wizard kparts poppler-qt5 kitinerary discount) -makedepends=(extra-cmake-modules kdoctools boost) -groups=(kde-applications kdepim) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} - 'libre.patch') -sha256sums=('450a3f257e998e733b69703a1a813abab93c571c602702cbb4d9ab4ac25e8ce5' - 'SKIP' - 'f416c6397a51db17674d891ea6c5b3939e017bc8f1a78fc2856b59fe131e2700') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org> - -prepare() { - mkdir -p build - - cd $pkgname-$pkgver - patch -p1 -i ../libre.patch - rm -rv plugins/webengineurlinterceptor -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} diff --git a/libre/kdepim-addons/libre.patch b/libre/kdepim-addons/libre.patch deleted file mode 100644 index 6d6fe0052..000000000 --- a/libre/kdepim-addons/libre.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -rupN kdepim-addons-18.12.2/CMakeLists.txt kdepim-addons-18.12.2.new/CMakeLists.txt ---- kdepim-addons-18.12.2/CMakeLists.txt 2019-02-05 01:49:34.000000000 +0100 -+++ kdepim-addons-18.12.2.new/CMakeLists.txt 2019-02-26 17:22:18.022091381 +0100 -@@ -54,7 +54,7 @@ option(KDEPIM_ENTERPRISE_BUILD "Enable f - - option(KMAIL_EDITORCONVERTERPLUGIN_TEMPLATE_BUILD "Build the kmail editor converter plugin." FALSE) - --find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED WebEngine WebEngineWidgets Widgets Test) -+find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test) - - find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED) - find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED) -@@ -95,7 +95,6 @@ set(KPIMPKPASS_LIB_VERSION "5.10.2") - set(KPIMITINERARY_LIB_VERSION "5.10.2") - - find_package(KF5CalendarUtils ${CALENDAR_UTILS_VERSION} CONFIG REQUIRED) --find_package(KF5WebEngineViewer ${MESSAGELIB_LIB_VERSION} CONFIG REQUIRED) - find_package(KF5TemplateParser ${MESSAGELIB_LIB_VERSION} CONFIG REQUIRED) - find_package(KF5MailCommon ${MAILCOMMON_LIB_VERSION} CONFIG REQUIRED) - find_package(KF5KaddressbookGrantlee ${KDEPIM_APPS_LIB_VERSION} CONFIG REQUIRED) -diff -rupN kdepim-addons-18.12.2/kaddressbook/CMakeLists.txt kdepim-addons-18.12.2.new/kaddressbook/CMakeLists.txt ---- kdepim-addons-18.12.2/kaddressbook/CMakeLists.txt 2019-01-28 08:38:07.000000000 +0100 -+++ kdepim-addons-18.12.2.new/kaddressbook/CMakeLists.txt 2019-02-26 18:10:19.231535755 +0100 -@@ -1,4 +1,4 @@ - add_subdirectory( editorpages ) - add_subdirectory( plugins ) - add_subdirectory( importexportplugins ) --add_subdirectory( contacteditor ) -+#add_subdirectory( contacteditor ) -diff -rupN kdepim-addons-18.12.2/kmail/editorconvertertextplugins/CMakeLists.txt kdepim-addons-18.12.2.new/kmail/editorconvertertextplugins/CMakeLists.txt ---- kdepim-addons-18.12.2/kmail/editorconvertertextplugins/CMakeLists.txt 2019-01-28 08:38:07.000000000 +0100 -+++ kdepim-addons-18.12.2.new/kmail/editorconvertertextplugins/CMakeLists.txt 2019-02-26 18:09:07.827303257 +0100 -@@ -1,6 +1,6 @@ --if(discount_FOUND) -- add_subdirectory(markdown) --endif() -+#if(discount_FOUND) -+# add_subdirectory(markdown) -+#endif() - - if (KMAIL_EDITORCONVERTERPLUGIN_TEMPLATE_BUILD) - add_subdirectory(inserttemplatecommand) -diff -rupN kdepim-addons-18.12.2/plugins/CMakeLists.txt kdepim-addons-18.12.2.new/plugins/CMakeLists.txt ---- kdepim-addons-18.12.2/plugins/CMakeLists.txt 2019-01-28 08:38:07.000000000 +0100 -+++ kdepim-addons-18.12.2.new/plugins/CMakeLists.txt 2019-02-26 17:22:18.022091381 +0100 -@@ -4,5 +4,4 @@ add_subdirectory(messageviewerheaderplug - add_subdirectory(messageviewer) - add_subdirectory(plasma) - --add_subdirectory(webengineurlinterceptor) - add_subdirectory(templateparser) diff --git a/libre/kdepim-runtime/PKGBUILD b/libre/kdepim-runtime/PKGBUILD deleted file mode 100644 index 17a146391..000000000 --- a/libre/kdepim-runtime/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# Maintainer (arch): Felix Yan <felixonmars@archlinux.org> -# Maintainer (arch): Antonio Rojas <arojas@archlinux.org> -# Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Pierre Schmitz <pierre@archlinux.de> -# Contributor: André Silva <emulatorman@hyperbola.info> - - -# parabola changes and rationale: -# - build without qt5-webengine - - -pkgname=kdepim-runtime -pkgver=18.12.3 -pkgrel=3 -pkgrel+=.parabola1 -pkgdesc='Extends the functionality of kdepim' -arch=(x86_64) -arch+=(i686 armv7h) -url='https://kontact.kde.org' -license=(GPL LGPL FDL) -depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox pimcommon akonadi-notes kdelibs4support akonadi) -makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin qca qt5-networkauth) -optdepends=('qca: EWS resource' 'qt5-networkauth: EWS resource') -conflicts=(kio-pim) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} - 'libre.patch') -sha256sums=('f3a5da19bb0f60e148d071cf07fd9fd4e6ea116f6125567c767c03b98ea844c3' - 'SKIP' - '312d76a56e3b39151465a8cd7e96b522f05eb53bac7f7d984fa09858498f4a2b') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org> - -prepare() { - mkdir -p build - - cd $pkgname-$pkgver - patch -p1 -i ../libre.patch -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} diff --git a/libre/kdepim-runtime/libre.patch b/libre/kdepim-runtime/libre.patch deleted file mode 100644 index 75a7b01db..000000000 --- a/libre/kdepim-runtime/libre.patch +++ /dev/null @@ -1,93 +0,0 @@ -diff -rupN kdepim-runtime-18.12.2/CMakeLists.txt kdepim-runtime-18.12.2.new/CMakeLists.txt ---- kdepim-runtime-18.12.2/CMakeLists.txt 2019-02-05 01:49:01.000000000 +0100 -+++ kdepim-runtime-18.12.2.new/CMakeLists.txt 2019-02-26 17:17:24.411619477 +0100 -@@ -98,7 +98,7 @@ set_package_properties(Sasl2 PROPERTIES - find_package(Qca-qt5) - - # QT5 package --find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED TextToSpeech Network Widgets Test XmlPatterns DBus WebEngineWidgets) -+find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED TextToSpeech Network Widgets Test XmlPatterns DBus) - find_package(Qt5 OPTIONAL_COMPONENTS NetworkAuth) - if (NOT Qt5NetworkAuth_FOUND) - message(STATUS "Qt5NetworkAuth not found, OAuth2 authentication will not be supported") -diff -rupN kdepim-runtime-18.12.2/resources/CMakeLists.txt kdepim-runtime-18.12.2.new/resources/CMakeLists.txt ---- kdepim-runtime-18.12.2/resources/CMakeLists.txt 2019-01-30 08:34:37.000000000 +0100 -+++ kdepim-runtime-18.12.2.new/resources/CMakeLists.txt 2019-02-26 17:52:33.024796657 +0100 -@@ -45,7 +45,7 @@ add_subdirectory( imap ) - if (Libkolabxml_FOUND) - add_subdirectory( kolab ) - endif() --add_subdirectory( facebook ) -+#add_subdirectory( facebook ) - add_subdirectory( maildir ) - - add_subdirectory( openxchange ) -@@ -64,4 +64,4 @@ add_subdirectory( icaldir ) - add_subdirectory( vcard ) - add_subdirectory( folderarchivesettings ) - add_subdirectory( tomboynotes ) --add_subdirectory( ews ) -+#add_subdirectory( ews ) -diff -rupN kdepim-runtime-18.12.2/resources/tomboynotes/CMakeLists.txt kdepim-runtime-18.12.2.new/resources/tomboynotes/CMakeLists.txt ---- kdepim-runtime-18.12.2/resources/tomboynotes/CMakeLists.txt 2019-01-30 08:34:37.000000000 +0100 -+++ kdepim-runtime-18.12.2.new/resources/tomboynotes/CMakeLists.txt 2019-02-26 17:16:50.517846453 +0100 -@@ -56,7 +56,6 @@ target_link_libraries(akonadi_tomboynote - Qt5::DBus - Qt5::Gui - Qt5::Network -- Qt5::WebEngineWidgets - KF5::AkonadiAgentBase - KF5::AkonadiNotes - KF5::ConfigCore -diff -rupN kdepim-runtime-18.12.2/resources/tomboynotes/tomboyserverauthenticatejob.cpp kdepim-runtime-18.12.2.new/resources/tomboynotes/tomboyserverauthenticatejob.cpp ---- kdepim-runtime-18.12.2/resources/tomboynotes/tomboyserverauthenticatejob.cpp 2019-01-30 08:34:37.000000000 +0100 -+++ kdepim-runtime-18.12.2.new/resources/tomboynotes/tomboyserverauthenticatejob.cpp 2019-02-26 17:42:47.984027404 +0100 -@@ -25,19 +25,14 @@ - - TomboyServerAuthenticateJob::TomboyServerAuthenticateJob(KIO::AccessManager *manager, QObject *parent) - : TomboyJobBase(manager, parent) -- , mWebView(new QWebEngineView(nullptr)) - { -- mWebView->setContextMenuPolicy(Qt::NoContextMenu); - // Connect the o2 authenfication signals - connect(mO1, &O1::linkingFailed, this, &TomboyServerAuthenticateJob::onLinkingFailed); - connect(mO1, &O1::linkingSucceeded, this, &TomboyServerAuthenticateJob::onLinkingSucceeded); -- connect(mO1, &O1::openBrowser, this, &TomboyServerAuthenticateJob::onOpenBrowser); -- connect(mO1, &O1::closeBrowser, mWebView, &QWebEngineView::close); - } - - TomboyServerAuthenticateJob::~TomboyServerAuthenticateJob() - { -- delete mWebView; - } - - void TomboyServerAuthenticateJob::start() -@@ -83,8 +78,6 @@ void TomboyServerAuthenticateJob::onLink - - void TomboyServerAuthenticateJob::onOpenBrowser(const QUrl &url) - { -- mWebView->setUrl(url); -- mWebView->show(); - } - - void TomboyServerAuthenticateJob::onApiRequestFinished() -diff -rupN kdepim-runtime-18.12.2/resources/tomboynotes/tomboyserverauthenticatejob.h kdepim-runtime-18.12.2.new/resources/tomboynotes/tomboyserverauthenticatejob.h ---- kdepim-runtime-18.12.2/resources/tomboynotes/tomboyserverauthenticatejob.h 2019-01-30 08:34:37.000000000 +0100 -+++ kdepim-runtime-18.12.2.new/resources/tomboynotes/tomboyserverauthenticatejob.h 2019-02-26 17:19:35.666654616 +0100 -@@ -22,7 +22,6 @@ - - #include "tomboyjobbase.h" - #include <QString> --#include <QWebEngineView> - - class TomboyServerAuthenticateJob : public TomboyJobBase - { -@@ -47,8 +46,6 @@ private: - void onApiRequestFinished(); - void onUserRequestFinished(); - QString mUserURL; -- -- QWebEngineView *mWebView = nullptr; - }; - - #endif // TOMBOYSERVERAUTHENTICATEJOB_H diff --git a/nonprism/kdepim-addons/PKGBUILD b/nonprism/kdepim-addons/PKGBUILD deleted file mode 100644 index d3be203f2..000000000 --- a/nonprism/kdepim-addons/PKGBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# Maintainer (arch): Antonio Rojas <arojas@archlinux.org> -# Contributor: André Silva <emulatorman@hyperbola.info> - - -# parabola changes and rationale: -# - build without qt5-webengine - - -pkgname=kdepim-addons -pkgver=16.12.3 -pkgrel=1.nonprism1 -pkgdesc='Addons for KDE PIM applications' -arch=(i686 x86_64) -url='https://community.kde.org/KDE_PIM' -license=(GPL LGPL FDL) -depends=(mailcommon incidenceeditor libktnef) -makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin) -groups=(kde-applications kdepim) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} - 'libre.patch') -sha256sums=('b5bede3a4b4c29905e93159d18c5fcb6f536e8c1097b25db09fa7877e23e15c3' - 'SKIP' - 'd41170f09bcf6485a6d029f09fc3f104cc8f29cf6ce890999ae9b83b08f26fd7') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org> - -prepare() { - mkdir -p build - cd $pkgname-$pkgver - patch -p1 -i ../libre.patch - rm -rv plugins/webengineurlinterceptor -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} diff --git a/nonprism/kdepim-addons/libre.patch b/nonprism/kdepim-addons/libre.patch deleted file mode 100644 index 52c3cf0d9..000000000 --- a/nonprism/kdepim-addons/libre.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ed70a36a9..030d1a7f1 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -47,7 +47,7 @@ include(ECMQtDeclareLoggingCategory) - - option(KDEPIMADDONS_BUILD_EXAMPLES "Build the kdepim-addons example applications." FALSE) - --find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED WebEngine WebEngineWidgets Widgets Test) -+find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test) - - find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED) - find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED) -@@ -74,7 +74,6 @@ set(CALENDAR_UTILS_VERSION "5.4.3") - set(KPIMTEXTEDIT_LIB_VERSION "5.4.3") - - find_package(KF5CalendarUtils ${CALENDAR_UTILS_VERSION} CONFIG REQUIRED) --find_package(KF5WebEngineViewer ${MESSAGELIB_LIB_VERSION} CONFIG REQUIRED) - find_package(KF5MailCommon ${MAILCOMMON_LIB_VERSION} CONFIG REQUIRED) - find_package(KF5KaddressbookGrantlee ${KDEPIM_APPS_LIB_VERSION} CONFIG REQUIRED) - find_package(KF5MessageViewer ${MESSAGELIB_LIB_VERSION} CONFIG REQUIRED) -diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt -index cc1d1261e..fd906fd02 100644 ---- a/plugins/CMakeLists.txt -+++ b/plugins/CMakeLists.txt -@@ -4,5 +4,3 @@ add_subdirectory(messageviewerheaderplugins) - add_subdirectory(storageservices) - add_subdirectory(messageviewer) - add_subdirectory(plasma) -- --add_subdirectory(webengineurlinterceptor) |