From 6520c4475cea65147250b6f7ff41b75ea9cacbfb Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 2 Oct 2013 01:16:10 -0300 Subject: kde 4.11.2 release --- libre/kdebase-runtime-libre/PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'libre/kdebase-runtime-libre/PKGBUILD') diff --git a/libre/kdebase-runtime-libre/PKGBUILD b/libre/kdebase-runtime-libre/PKGBUILD index a27f22dcf..df331d80b 100644 --- a/libre/kdebase-runtime-libre/PKGBUILD +++ b/libre/kdebase-runtime-libre/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 194219 2013-09-10 22:35:14Z andrea $ +# $Id: PKGBUILD 195503 2013-10-01 15:14:05Z svenstaro $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz # Maintainer (Parabola): André Silva _pkgname=kdebase-runtime pkgname=kdebase-runtime-libre -pkgver=4.11.1 -pkgrel=2 +pkgver=4.11.2 +pkgrel=1 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' @@ -24,11 +24,9 @@ optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org' 'rarian: needed by KHelpCenter') install="${_pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz" - 'kdebug-324470.patch' 'duckduckgo_html.desktop' 'duckduckgo_lite.desktop') sha1sums=('3457ffdbd1921bc6bc78cd8a9a463822d515b079' - '80db2d34f9e62dbea5d7e94b7bef93d2cf46f6d7' 'aa6f39f4b0ad3c110fd05cd6c41190afae9773dd' 'ac3bac94a2c4b1444642524bc5fb539c4c5dcc5b') @@ -36,7 +34,6 @@ prepare() { mkdir build cd kde-runtime-${pkgver} - patch -p1 -i "${srcdir}"/kdebug-324470.patch } build() { @@ -70,7 +67,7 @@ package() { ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" - # https://bugs.archlinux.org/task/36668 + # FS#36668 chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud } -- cgit v1.2.3-54-g00ecf