diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 18:26:22 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 19:49:13 -0300 |
commit | 41acfa3d3dee8696e388a48b4fddf760b032d4be (patch) | |
tree | 36eb7f1e4c858833e9bc44fe53729d41ad214d77 /libre/kdebase-runtime | |
parent | c6cac574fd2da2eb46879088081da4930de4046a (diff) | |
download | abslibre-41acfa3d3dee8696e388a48b4fddf760b032d4be.tar.gz abslibre-41acfa3d3dee8696e388a48b4fddf760b032d4be.tar.bz2 abslibre-41acfa3d3dee8696e388a48b4fddf760b032d4be.zip |
kdebase-runtime: remove install file and unused patch file; and add armv7h support
Diffstat (limited to 'libre/kdebase-runtime')
-rw-r--r-- | libre/kdebase-runtime/CVE-2014-8600.patch | 20 | ||||
-rw-r--r-- | libre/kdebase-runtime/PKGBUILD | 7 | ||||
-rw-r--r-- | libre/kdebase-runtime/kdebase-runtime.install | 13 |
3 files changed, 3 insertions, 37 deletions
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 <stdlib.h> - - #include <qregexp.h> -+#include <qtextdocument.h> - - #include <kapplication.h> - #include <kcmdlineargs.h> -@@ -197,7 +198,7 @@ - echoImage(regexp.cap(1), regexp.cap(2), url.queryItem("size")); - } else { - echoHead(); -- echo("<p class=\"message\">" + i18n("Wrong request: %1",path) + "</p>"); -+ echo("<p class=\"message\">" + i18n("Bad request: %1", Qt::escape(Qt::escape(url.prettyUrl()))) + "</p>"); - } - 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 <felixonmars@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Pierre Schmitz <pierre@archlinux.de> @@ -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 -} |