diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-08 00:05:23 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-08 00:12:36 -0200 |
commit | 43a303fff6478932dca755592c4f7f53981e0ea8 (patch) | |
tree | c722e35c5cb401b16e456c6da8cca1a9928b553f /libre | |
parent | 21b557dac030f5b4243ffe27c8da977226d8e407 (diff) | |
download | abslibre-43a303fff6478932dca755592c4f7f53981e0ea8.tar.gz abslibre-43a303fff6478932dca755592c4f7f53981e0ea8.tar.bz2 abslibre-43a303fff6478932dca755592c4f7f53981e0ea8.zip |
kdebase-runtime-4.14.1-4.parabola1: kdelibs rebuild
* add useful provides (FS#41972 -> https://bugs.archlinux.org/task/41972) (FS#42130 -> https://bugs.archlinux.org/task/42130)
Diffstat (limited to 'libre')
-rw-r--r-- | libre/kdebase-runtime/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD index 6c02394a0..e5b6f174b 100644 --- a/libre/kdebase-runtime/PKGBUILD +++ b/libre/kdebase-runtime/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 223582 2014-09-27 17:04:54Z andrea $ +# $Id: PKGBUILD 224009 2014-10-07 18:45:39Z andrea $ # Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Pierre Schmitz <pierre@archlinux.de> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdebase-runtime pkgver=4.14.1 -pkgrel=2.parabola2 +pkgrel=4.parabola1 pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search providers" arch=('i686' 'x86_64' 'mips64el') url='https://projects.kde.org/projects/kde/kde-runtime' @@ -20,6 +20,7 @@ optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org' 'gdb: needed by DrKonqi to generate backtrace' 'htdig: to build the search index in the KHelpCenter' 'rarian: needed by KHelpCenter') +provides=('khelpcenter' 'notification-daemon') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz" 'duckduckgo_html.desktop' |