[arch-commits] Commit in kdebase-runtime/repos (12 files)
Antonio Rojas
arojas at archlinux.org
Thu Mar 9 16:15:00 UTC 2017
Date: Thursday, March 9, 2017 @ 16:15:00
Author: arojas
Revision: 290223
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 290222, kdebase-runtime/trunk/PKGBUILD)
kdebase-runtime/repos/extra-i686/kdebase-runtime-no-html-thumbnails.patch
(from rev 290222, kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch)
kdebase-runtime/repos/extra-i686/kdebase-runtime-no-kdewebkit.patch
(from rev 290222, kdebase-runtime/trunk/kdebase-runtime-no-kdewebkit.patch)
kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 290222, kdebase-runtime/trunk/PKGBUILD)
kdebase-runtime/repos/extra-x86_64/kdebase-runtime-no-html-thumbnails.patch
(from rev 290222, kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch)
kdebase-runtime/repos/extra-x86_64/kdebase-runtime-no-kdewebkit.patch
(from rev 290222, kdebase-runtime/trunk/kdebase-runtime-no-kdewebkit.patch)
Deleted:
kdebase-runtime/repos/extra-i686/PKGBUILD
kdebase-runtime/repos/extra-i686/kdebase-runtime-no-html-thumbnails.patch
kdebase-runtime/repos/extra-i686/kdebase-runtime-no-kdewebkit.patch
kdebase-runtime/repos/extra-x86_64/PKGBUILD
kdebase-runtime/repos/extra-x86_64/kdebase-runtime-no-html-thumbnails.patch
kdebase-runtime/repos/extra-x86_64/kdebase-runtime-no-kdewebkit.patch
-------------------------------------------------------+
/PKGBUILD | 138 ++++++++++++++++
/kdebase-runtime-no-html-thumbnails.patch | 42 ++++
/kdebase-runtime-no-kdewebkit.patch | 98 +++++++++++
extra-i686/PKGBUILD | 69 --------
extra-i686/kdebase-runtime-no-html-thumbnails.patch | 21 --
extra-i686/kdebase-runtime-no-kdewebkit.patch | 49 -----
extra-x86_64/PKGBUILD | 69 --------
extra-x86_64/kdebase-runtime-no-html-thumbnails.patch | 21 --
extra-x86_64/kdebase-runtime-no-kdewebkit.patch | 49 -----
9 files changed, 278 insertions(+), 278 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-03-09 16:14:17 UTC (rev 290222)
+++ extra-i686/PKGBUILD 2017-03-09 16:15:00 UTC (rev 290223)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdebase-runtime
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="Plugins and applications necessary for the running of KDE applications"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost')
-depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
-optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications documentation')
-provides=(notification-daemon)
-conflicts=(kdesu4)
-replaces=(kdesu4)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig}
- kdebase-runtime-no-html-thumbnails.patch kdebase-runtime-no-kdewebkit.patch)
-sha1sums=('e182fb3f7daf9db0345c18e7cb0804c4b09d1783'
- 'SKIP'
- '5f78db33cfdae44e53aa5bb0b7bd9ebdc1e42808'
- '4613c4168ce80ba8ada401d6b20a3a76c067de75')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
- mkdir -p build
-
-# Don't link to kactivities
- sed -e '/plasmaextracomponents/d' -i kde-runtime-$pkgver/plasma/declarativeimports/CMakeLists.txt
-# Drop HTML thumbnailer, uses insecure QtWebKit
- cd kde-runtime-$pkgver
- patch -p1 -i ../kdebase-runtime-no-html-thumbnails.patch
- patch -p1 -i ../kdebase-runtime-no-kdewebkit.patch
-}
-
-build() {
- cd build
- cmake ../kde-runtime-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_QNtrack=OFF \
- -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
- -DWITH_NepomukCore=OFF \
- -DBUILD_khelpcenter=OFF \
- -DBUILD_kglobalaccel=OFF \
- -DBUILD_kuiserver=OFF \
- -DBUILD_drkonqi=OFF \
- -DBUILD_doc=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-
- rm "$pkgdir"/usr/share/icons/hicolor/index.theme
- ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-
-# Use KF5 drkonqi
- ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
-
-# FS#36668
- chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
- chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
-}
Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 290222, kdebase-runtime/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-09 16:15:00 UTC (rev 290223)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdebase-runtime
+pkgver=16.12.3
+pkgrel=1
+pkgdesc="Plugins and applications necessary for the running of KDE applications"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig}
+ kdebase-runtime-no-html-thumbnails.patch kdebase-runtime-no-kdewebkit.patch)
+sha256sums=('7e6406b9d85594fdedb2bd424316159f5633fbe8b28970338e4d81418f4017eb'
+ 'SKIP'
+ '5ce434f25759215ed2b6f71ec82a9118ee76e7428ef1af8a5495133a76c9c2df'
+ '93d5ddf78c784b3d79486813bdfb43debba271b389bfc46ca79aabdb0bca14db')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+
+# Don't link to kactivities
+ sed -e '/plasmaextracomponents/d' -i kde-runtime-$pkgver/plasma/declarativeimports/CMakeLists.txt
+# Drop HTML thumbnailer, uses insecure QtWebKit
+ cd kde-runtime-$pkgver
+ patch -p1 -i ../kdebase-runtime-no-html-thumbnails.patch
+ patch -p1 -i ../kdebase-runtime-no-kdewebkit.patch
+}
+
+build() {
+ cd build
+ cmake ../kde-runtime-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_QNtrack=OFF \
+ -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+ -DWITH_NepomukCore=OFF \
+ -DBUILD_khelpcenter=OFF \
+ -DBUILD_kglobalaccel=OFF \
+ -DBUILD_kuiserver=OFF \
+ -DBUILD_drkonqi=OFF \
+ -DBUILD_doc=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ rm "$pkgdir"/usr/share/icons/hicolor/index.theme
+ ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
+
+# Use KF5 drkonqi
+ ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
+
+# FS#36668
+ chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
+ chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
+}
Deleted: extra-i686/kdebase-runtime-no-html-thumbnails.patch
===================================================================
--- extra-i686/kdebase-runtime-no-html-thumbnails.patch 2017-03-09 16:14:17 UTC (rev 290222)
+++ extra-i686/kdebase-runtime-no-html-thumbnails.patch 2017-03-09 16:15:00 UTC (rev 290223)
@@ -1,21 +0,0 @@
---- kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt.0 2017-01-19 12:11:22.764891155 +0000
-+++ kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt 2017-01-19 12:11:40.741524858 +0000
-@@ -89,18 +89,6 @@
-
- ########### next target ###############
-
--if(NOT WINCE)
--set(htmlthumbnail_PART_SRCS htmlcreator.cpp)
--
--kde4_add_plugin(htmlthumbnail ${htmlthumbnail_PART_SRCS})
--
--target_link_libraries(htmlthumbnail ${KDE4_KDEWEBKIT_LIBS})
--
--install(TARGETS htmlthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
--endif(NOT WINCE)
--
--########### next target ###############
--
- if(NOT WIN32)
- set(djvuthumbnail_PART_SRCS djvucreator.cpp)
-
Copied: kdebase-runtime/repos/extra-i686/kdebase-runtime-no-html-thumbnails.patch (from rev 290222, kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch)
===================================================================
--- extra-i686/kdebase-runtime-no-html-thumbnails.patch (rev 0)
+++ extra-i686/kdebase-runtime-no-html-thumbnails.patch 2017-03-09 16:15:00 UTC (rev 290223)
@@ -0,0 +1,21 @@
+--- kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt.0 2017-01-19 12:11:22.764891155 +0000
++++ kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt 2017-01-19 12:11:40.741524858 +0000
+@@ -89,18 +89,6 @@
+
+ ########### next target ###############
+
+-if(NOT WINCE)
+-set(htmlthumbnail_PART_SRCS htmlcreator.cpp)
+-
+-kde4_add_plugin(htmlthumbnail ${htmlthumbnail_PART_SRCS})
+-
+-target_link_libraries(htmlthumbnail ${KDE4_KDEWEBKIT_LIBS})
+-
+-install(TARGETS htmlthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
+-endif(NOT WINCE)
+-
+-########### next target ###############
+-
+ if(NOT WIN32)
+ set(djvuthumbnail_PART_SRCS djvucreator.cpp)
+
Deleted: extra-i686/kdebase-runtime-no-kdewebkit.patch
===================================================================
--- extra-i686/kdebase-runtime-no-kdewebkit.patch 2017-03-09 16:14:17 UTC (rev 290222)
+++ extra-i686/kdebase-runtime-no-kdewebkit.patch 2017-03-09 16:15:00 UTC (rev 290223)
@@ -1,49 +0,0 @@
-diff --git a/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp b/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
-index 72bf7f828f..14a2905f97 100644
---- a/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
-+++ b/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
-@@ -47,7 +47,6 @@
- #include <Plasma/ToolButton>
- #include <Plasma/TreeView>
- #include <Plasma/VideoWidget>
--#include <Plasma/WebView>
-
- #include "declarativetabbar.h"
-
-@@ -99,7 +98,6 @@ void GraphicsWidgetsBindingsPlugin::registerTypes(const char *uri)
- qmlRegisterType<Plasma::ToolButton>(uri, 0, 1, "ToolButton");
- qmlRegisterType<Plasma::TreeView>(uri, 0, 1, "TreeView");
- qmlRegisterType<Plasma::VideoWidget>(uri, 0, 1, "VideoWidget");
-- qmlRegisterType<Plasma::WebView>(uri, 0, 1, "WebView");
- }
-
-
-diff --git a/plasma/scriptengines/javascript/simplebindings/uiloader.cpp b/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
-index f13ad5cef0..fe85910ccb 100644
---- a/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
-+++ b/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
-@@ -49,7 +49,6 @@
- #include <Plasma/TextEdit>
- #include <Plasma/ToolButton>
- #include <Plasma/TreeView>
--#include <Plasma/WebView>
- #include <Plasma/VideoWidget>
-
-
-@@ -78,7 +77,6 @@ QGraphicsWidget *createTextEdit(QGraphicsWidget *parent) { return new Plasma::Te
- QGraphicsWidget *createToolButton(QGraphicsWidget *parent) { return new Plasma::ToolButton(parent); }
- QGraphicsWidget *createTreeView(QGraphicsWidget *parent) { return new Plasma::TreeView(parent); }
- QGraphicsWidget *createVideoWidget(QGraphicsWidget *parent) { return new Plasma::VideoWidget(parent); }
--QGraphicsWidget *createWebView(QGraphicsWidget *parent) { return new Plasma::WebView(parent); }
- QGraphicsWidget *createGraphicsWidget(QGraphicsWidget *parent) { return new QGraphicsWidget(parent); }
-
- UiLoader::UiLoader()
-@@ -108,8 +106,6 @@ UiLoader::UiLoader()
- m_widgetCtors.insert("ToolButton", createToolButton);
- m_widgetCtors.insert("TreeView", createTreeView);
- m_widgetCtors.insert("VideoWidget", createVideoWidget);
-- m_widgetCtors.insert("WebView", createWebView);
-- m_widgetCtors.insert("GraphicsWidget", createWebView);
- }
-
- UiLoader::~UiLoader()
Copied: kdebase-runtime/repos/extra-i686/kdebase-runtime-no-kdewebkit.patch (from rev 290222, kdebase-runtime/trunk/kdebase-runtime-no-kdewebkit.patch)
===================================================================
--- extra-i686/kdebase-runtime-no-kdewebkit.patch (rev 0)
+++ extra-i686/kdebase-runtime-no-kdewebkit.patch 2017-03-09 16:15:00 UTC (rev 290223)
@@ -0,0 +1,49 @@
+diff --git a/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp b/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
+index 72bf7f828f..14a2905f97 100644
+--- a/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
++++ b/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
+@@ -47,7 +47,6 @@
+ #include <Plasma/ToolButton>
+ #include <Plasma/TreeView>
+ #include <Plasma/VideoWidget>
+-#include <Plasma/WebView>
+
+ #include "declarativetabbar.h"
+
+@@ -99,7 +98,6 @@ void GraphicsWidgetsBindingsPlugin::registerTypes(const char *uri)
+ qmlRegisterType<Plasma::ToolButton>(uri, 0, 1, "ToolButton");
+ qmlRegisterType<Plasma::TreeView>(uri, 0, 1, "TreeView");
+ qmlRegisterType<Plasma::VideoWidget>(uri, 0, 1, "VideoWidget");
+- qmlRegisterType<Plasma::WebView>(uri, 0, 1, "WebView");
+ }
+
+
+diff --git a/plasma/scriptengines/javascript/simplebindings/uiloader.cpp b/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
+index f13ad5cef0..fe85910ccb 100644
+--- a/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
++++ b/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
+@@ -49,7 +49,6 @@
+ #include <Plasma/TextEdit>
+ #include <Plasma/ToolButton>
+ #include <Plasma/TreeView>
+-#include <Plasma/WebView>
+ #include <Plasma/VideoWidget>
+
+
+@@ -78,7 +77,6 @@ QGraphicsWidget *createTextEdit(QGraphicsWidget *parent) { return new Plasma::Te
+ QGraphicsWidget *createToolButton(QGraphicsWidget *parent) { return new Plasma::ToolButton(parent); }
+ QGraphicsWidget *createTreeView(QGraphicsWidget *parent) { return new Plasma::TreeView(parent); }
+ QGraphicsWidget *createVideoWidget(QGraphicsWidget *parent) { return new Plasma::VideoWidget(parent); }
+-QGraphicsWidget *createWebView(QGraphicsWidget *parent) { return new Plasma::WebView(parent); }
+ QGraphicsWidget *createGraphicsWidget(QGraphicsWidget *parent) { return new QGraphicsWidget(parent); }
+
+ UiLoader::UiLoader()
+@@ -108,8 +106,6 @@ UiLoader::UiLoader()
+ m_widgetCtors.insert("ToolButton", createToolButton);
+ m_widgetCtors.insert("TreeView", createTreeView);
+ m_widgetCtors.insert("VideoWidget", createVideoWidget);
+- m_widgetCtors.insert("WebView", createWebView);
+- m_widgetCtors.insert("GraphicsWidget", createWebView);
+ }
+
+ UiLoader::~UiLoader()
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-03-09 16:14:17 UTC (rev 290222)
+++ extra-x86_64/PKGBUILD 2017-03-09 16:15:00 UTC (rev 290223)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdebase-runtime
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="Plugins and applications necessary for the running of KDE applications"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost')
-depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
-optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications documentation')
-provides=(notification-daemon)
-conflicts=(kdesu4)
-replaces=(kdesu4)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig}
- kdebase-runtime-no-html-thumbnails.patch kdebase-runtime-no-kdewebkit.patch)
-sha1sums=('e182fb3f7daf9db0345c18e7cb0804c4b09d1783'
- 'SKIP'
- '5f78db33cfdae44e53aa5bb0b7bd9ebdc1e42808'
- '4613c4168ce80ba8ada401d6b20a3a76c067de75')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
- mkdir -p build
-
-# Don't link to kactivities
- sed -e '/plasmaextracomponents/d' -i kde-runtime-$pkgver/plasma/declarativeimports/CMakeLists.txt
-# Drop HTML thumbnailer, uses insecure QtWebKit
- cd kde-runtime-$pkgver
- patch -p1 -i ../kdebase-runtime-no-html-thumbnails.patch
- patch -p1 -i ../kdebase-runtime-no-kdewebkit.patch
-}
-
-build() {
- cd build
- cmake ../kde-runtime-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_QNtrack=OFF \
- -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
- -DWITH_NepomukCore=OFF \
- -DBUILD_khelpcenter=OFF \
- -DBUILD_kglobalaccel=OFF \
- -DBUILD_kuiserver=OFF \
- -DBUILD_drkonqi=OFF \
- -DBUILD_doc=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-
- rm "$pkgdir"/usr/share/icons/hicolor/index.theme
- ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-
-# Use KF5 drkonqi
- ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
-
-# FS#36668
- chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
- chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
-}
Copied: kdebase-runtime/repos/extra-x86_64/PKGBUILD (from rev 290222, kdebase-runtime/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-03-09 16:15:00 UTC (rev 290223)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdebase-runtime
+pkgver=16.12.3
+pkgrel=1
+pkgdesc="Plugins and applications necessary for the running of KDE applications"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig}
+ kdebase-runtime-no-html-thumbnails.patch kdebase-runtime-no-kdewebkit.patch)
+sha256sums=('7e6406b9d85594fdedb2bd424316159f5633fbe8b28970338e4d81418f4017eb'
+ 'SKIP'
+ '5ce434f25759215ed2b6f71ec82a9118ee76e7428ef1af8a5495133a76c9c2df'
+ '93d5ddf78c784b3d79486813bdfb43debba271b389bfc46ca79aabdb0bca14db')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+
+# Don't link to kactivities
+ sed -e '/plasmaextracomponents/d' -i kde-runtime-$pkgver/plasma/declarativeimports/CMakeLists.txt
+# Drop HTML thumbnailer, uses insecure QtWebKit
+ cd kde-runtime-$pkgver
+ patch -p1 -i ../kdebase-runtime-no-html-thumbnails.patch
+ patch -p1 -i ../kdebase-runtime-no-kdewebkit.patch
+}
+
+build() {
+ cd build
+ cmake ../kde-runtime-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_QNtrack=OFF \
+ -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+ -DWITH_NepomukCore=OFF \
+ -DBUILD_khelpcenter=OFF \
+ -DBUILD_kglobalaccel=OFF \
+ -DBUILD_kuiserver=OFF \
+ -DBUILD_drkonqi=OFF \
+ -DBUILD_doc=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ rm "$pkgdir"/usr/share/icons/hicolor/index.theme
+ ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
+
+# Use KF5 drkonqi
+ ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
+
+# FS#36668
+ chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
+ chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
+}
Deleted: extra-x86_64/kdebase-runtime-no-html-thumbnails.patch
===================================================================
--- extra-x86_64/kdebase-runtime-no-html-thumbnails.patch 2017-03-09 16:14:17 UTC (rev 290222)
+++ extra-x86_64/kdebase-runtime-no-html-thumbnails.patch 2017-03-09 16:15:00 UTC (rev 290223)
@@ -1,21 +0,0 @@
---- kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt.0 2017-01-19 12:11:22.764891155 +0000
-+++ kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt 2017-01-19 12:11:40.741524858 +0000
-@@ -89,18 +89,6 @@
-
- ########### next target ###############
-
--if(NOT WINCE)
--set(htmlthumbnail_PART_SRCS htmlcreator.cpp)
--
--kde4_add_plugin(htmlthumbnail ${htmlthumbnail_PART_SRCS})
--
--target_link_libraries(htmlthumbnail ${KDE4_KDEWEBKIT_LIBS})
--
--install(TARGETS htmlthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
--endif(NOT WINCE)
--
--########### next target ###############
--
- if(NOT WIN32)
- set(djvuthumbnail_PART_SRCS djvucreator.cpp)
-
Copied: kdebase-runtime/repos/extra-x86_64/kdebase-runtime-no-html-thumbnails.patch (from rev 290222, kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch)
===================================================================
--- extra-x86_64/kdebase-runtime-no-html-thumbnails.patch (rev 0)
+++ extra-x86_64/kdebase-runtime-no-html-thumbnails.patch 2017-03-09 16:15:00 UTC (rev 290223)
@@ -0,0 +1,21 @@
+--- kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt.0 2017-01-19 12:11:22.764891155 +0000
++++ kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt 2017-01-19 12:11:40.741524858 +0000
+@@ -89,18 +89,6 @@
+
+ ########### next target ###############
+
+-if(NOT WINCE)
+-set(htmlthumbnail_PART_SRCS htmlcreator.cpp)
+-
+-kde4_add_plugin(htmlthumbnail ${htmlthumbnail_PART_SRCS})
+-
+-target_link_libraries(htmlthumbnail ${KDE4_KDEWEBKIT_LIBS})
+-
+-install(TARGETS htmlthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
+-endif(NOT WINCE)
+-
+-########### next target ###############
+-
+ if(NOT WIN32)
+ set(djvuthumbnail_PART_SRCS djvucreator.cpp)
+
Deleted: extra-x86_64/kdebase-runtime-no-kdewebkit.patch
===================================================================
--- extra-x86_64/kdebase-runtime-no-kdewebkit.patch 2017-03-09 16:14:17 UTC (rev 290222)
+++ extra-x86_64/kdebase-runtime-no-kdewebkit.patch 2017-03-09 16:15:00 UTC (rev 290223)
@@ -1,49 +0,0 @@
-diff --git a/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp b/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
-index 72bf7f828f..14a2905f97 100644
---- a/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
-+++ b/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
-@@ -47,7 +47,6 @@
- #include <Plasma/ToolButton>
- #include <Plasma/TreeView>
- #include <Plasma/VideoWidget>
--#include <Plasma/WebView>
-
- #include "declarativetabbar.h"
-
-@@ -99,7 +98,6 @@ void GraphicsWidgetsBindingsPlugin::registerTypes(const char *uri)
- qmlRegisterType<Plasma::ToolButton>(uri, 0, 1, "ToolButton");
- qmlRegisterType<Plasma::TreeView>(uri, 0, 1, "TreeView");
- qmlRegisterType<Plasma::VideoWidget>(uri, 0, 1, "VideoWidget");
-- qmlRegisterType<Plasma::WebView>(uri, 0, 1, "WebView");
- }
-
-
-diff --git a/plasma/scriptengines/javascript/simplebindings/uiloader.cpp b/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
-index f13ad5cef0..fe85910ccb 100644
---- a/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
-+++ b/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
-@@ -49,7 +49,6 @@
- #include <Plasma/TextEdit>
- #include <Plasma/ToolButton>
- #include <Plasma/TreeView>
--#include <Plasma/WebView>
- #include <Plasma/VideoWidget>
-
-
-@@ -78,7 +77,6 @@ QGraphicsWidget *createTextEdit(QGraphicsWidget *parent) { return new Plasma::Te
- QGraphicsWidget *createToolButton(QGraphicsWidget *parent) { return new Plasma::ToolButton(parent); }
- QGraphicsWidget *createTreeView(QGraphicsWidget *parent) { return new Plasma::TreeView(parent); }
- QGraphicsWidget *createVideoWidget(QGraphicsWidget *parent) { return new Plasma::VideoWidget(parent); }
--QGraphicsWidget *createWebView(QGraphicsWidget *parent) { return new Plasma::WebView(parent); }
- QGraphicsWidget *createGraphicsWidget(QGraphicsWidget *parent) { return new QGraphicsWidget(parent); }
-
- UiLoader::UiLoader()
-@@ -108,8 +106,6 @@ UiLoader::UiLoader()
- m_widgetCtors.insert("ToolButton", createToolButton);
- m_widgetCtors.insert("TreeView", createTreeView);
- m_widgetCtors.insert("VideoWidget", createVideoWidget);
-- m_widgetCtors.insert("WebView", createWebView);
-- m_widgetCtors.insert("GraphicsWidget", createWebView);
- }
-
- UiLoader::~UiLoader()
Copied: kdebase-runtime/repos/extra-x86_64/kdebase-runtime-no-kdewebkit.patch (from rev 290222, kdebase-runtime/trunk/kdebase-runtime-no-kdewebkit.patch)
===================================================================
--- extra-x86_64/kdebase-runtime-no-kdewebkit.patch (rev 0)
+++ extra-x86_64/kdebase-runtime-no-kdewebkit.patch 2017-03-09 16:15:00 UTC (rev 290223)
@@ -0,0 +1,49 @@
+diff --git a/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp b/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
+index 72bf7f828f..14a2905f97 100644
+--- a/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
++++ b/plasma/declarativeimports/graphicswidgets/graphicswidgetsbindingsplugin.cpp
+@@ -47,7 +47,6 @@
+ #include <Plasma/ToolButton>
+ #include <Plasma/TreeView>
+ #include <Plasma/VideoWidget>
+-#include <Plasma/WebView>
+
+ #include "declarativetabbar.h"
+
+@@ -99,7 +98,6 @@ void GraphicsWidgetsBindingsPlugin::registerTypes(const char *uri)
+ qmlRegisterType<Plasma::ToolButton>(uri, 0, 1, "ToolButton");
+ qmlRegisterType<Plasma::TreeView>(uri, 0, 1, "TreeView");
+ qmlRegisterType<Plasma::VideoWidget>(uri, 0, 1, "VideoWidget");
+- qmlRegisterType<Plasma::WebView>(uri, 0, 1, "WebView");
+ }
+
+
+diff --git a/plasma/scriptengines/javascript/simplebindings/uiloader.cpp b/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
+index f13ad5cef0..fe85910ccb 100644
+--- a/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
++++ b/plasma/scriptengines/javascript/simplebindings/uiloader.cpp
+@@ -49,7 +49,6 @@
+ #include <Plasma/TextEdit>
+ #include <Plasma/ToolButton>
+ #include <Plasma/TreeView>
+-#include <Plasma/WebView>
+ #include <Plasma/VideoWidget>
+
+
+@@ -78,7 +77,6 @@ QGraphicsWidget *createTextEdit(QGraphicsWidget *parent) { return new Plasma::Te
+ QGraphicsWidget *createToolButton(QGraphicsWidget *parent) { return new Plasma::ToolButton(parent); }
+ QGraphicsWidget *createTreeView(QGraphicsWidget *parent) { return new Plasma::TreeView(parent); }
+ QGraphicsWidget *createVideoWidget(QGraphicsWidget *parent) { return new Plasma::VideoWidget(parent); }
+-QGraphicsWidget *createWebView(QGraphicsWidget *parent) { return new Plasma::WebView(parent); }
+ QGraphicsWidget *createGraphicsWidget(QGraphicsWidget *parent) { return new QGraphicsWidget(parent); }
+
+ UiLoader::UiLoader()
+@@ -108,8 +106,6 @@ UiLoader::UiLoader()
+ m_widgetCtors.insert("ToolButton", createToolButton);
+ m_widgetCtors.insert("TreeView", createTreeView);
+ m_widgetCtors.insert("VideoWidget", createVideoWidget);
+- m_widgetCtors.insert("WebView", createWebView);
+- m_widgetCtors.insert("GraphicsWidget", createWebView);
+ }
+
+ UiLoader::~UiLoader()
More information about the arch-commits
mailing list