summaryrefslogtreecommitdiff
path: root/libre/kdepim-addons
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2022-06-21 21:58:24 -0400
committerDavid P <megver83@parabola.nu>2022-06-21 22:06:28 -0400
commit6fbdfa5be96775ddcf26e1963d30273da03dc3fe (patch)
treee13ede781b2bf18c59b5f42c34f2ee5b818ddaf5 /libre/kdepim-addons
parent9e4faa51af3ae84467c92eb1997ffb6257f86a75 (diff)
remove kdepim-addons and kdepim-runtime
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/kdepim-addons')
-rw-r--r--libre/kdepim-addons/PKGBUILD51
-rw-r--r--libre/kdepim-addons/libre.patch51
2 files changed, 0 insertions, 102 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)