diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-02 01:16:10 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-02 01:16:10 -0300 |
commit | 6520c4475cea65147250b6f7ff41b75ea9cacbfb (patch) | |
tree | 29f26621b8ef7a0e304b9bca473e55806207d608 /libre/kdebase-runtime-libre/PKGBUILD | |
parent | 21f5aff726166d79efc56fa4e9998ab6ed9c8a1a (diff) | |
download | abslibre-6520c4475cea65147250b6f7ff41b75ea9cacbfb.tar.gz abslibre-6520c4475cea65147250b6f7ff41b75ea9cacbfb.tar.bz2 abslibre-6520c4475cea65147250b6f7ff41b75ea9cacbfb.zip |
kde 4.11.2 release
Diffstat (limited to 'libre/kdebase-runtime-libre/PKGBUILD')
-rw-r--r-- | libre/kdebase-runtime-libre/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
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 <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> _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 } |