From 41acfa3d3dee8696e388a48b4fddf760b032d4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Thu, 28 Apr 2016 18:26:22 -0300 Subject: kdebase-runtime: remove install file and unused patch file; and add armv7h support --- libre/kdebase-runtime/CVE-2014-8600.patch | 20 -------------------- libre/kdebase-runtime/PKGBUILD | 7 +++---- libre/kdebase-runtime/kdebase-runtime.install | 13 ------------- 3 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 libre/kdebase-runtime/CVE-2014-8600.patch delete mode 100644 libre/kdebase-runtime/kdebase-runtime.install (limited to 'libre') diff --git a/libre/kdebase-runtime/CVE-2014-8600.patch b/libre/kdebase-runtime/CVE-2014-8600.patch deleted file mode 100644 index 82a854c05..000000000 --- a/libre/kdebase-runtime/CVE-2014-8600.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/kioslave/bookmarks/kio_bookmarks.cpp -+++ b/kioslave/bookmarks/kio_bookmarks.cpp -@@ -22,6 +22,7 @@ - #include - - #include -+#include - - #include - #include -@@ -197,7 +198,7 @@ - echoImage(regexp.cap(1), regexp.cap(2), url.queryItem("size")); - } else { - echoHead(); -- echo("

" + i18n("Wrong request: %1",path) + "

"); -+ echo("

" + i18n("Bad request: %1", Qt::escape(Qt::escape(url.prettyUrl()))) + "

"); - } - finished(); - } - diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD index 240e5e043..67dc67cf1 100644 --- a/libre/kdebase-runtime/PKGBUILD +++ b/libre/kdebase-runtime/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 265839 2016-04-22 17:30:21Z arojas $ +# $Id: PKGBUILD 266366 2016-04-28 05:42:03Z fyan $ # Maintainer (Arch): Felix Yan # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Pierre Schmitz @@ -6,9 +6,9 @@ pkgname=kdebase-runtime pkgver=16.04.0 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search engines" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='https://www.kde.org/' license=('GPL' 'LGPL') makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost') @@ -17,7 +17,6 @@ optdepends=('gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to disp provides=(notification-daemon) conflicts=(kdesu4) replaces=(kdesu4) -install=$pkgname.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz" 'duckduckgo_html.desktop' 'duckduckgo_lite.desktop') diff --git a/libre/kdebase-runtime/kdebase-runtime.install b/libre/kdebase-runtime/kdebase-runtime.install deleted file mode 100644 index c77e68041..000000000 --- a/libre/kdebase-runtime/kdebase-runtime.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-2-g168b