From b1368d406620099625157b4d71f44ba292da64dd Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 14 Oct 2016 16:05:56 -0300 Subject: kdelibs-4.14.25-1.parabola1: updating version --- libre/kdelibs/PKGBUILD | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'libre/kdelibs') diff --git a/libre/kdelibs/PKGBUILD b/libre/kdelibs/PKGBUILD index ff09d1643..7194835af 100644 --- a/libre/kdelibs/PKGBUILD +++ b/libre/kdelibs/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 276131 2016-09-10 14:51:12Z arojas $ +# $Id: PKGBUILD 278584 2016-10-13 15:30:27Z arojas $ # Maintainer (Arch): Felix Yan # Contributor (Arch): Andrea Scarpino # Maintainer: André Silva pkgname=kdelibs -pkgver=4.14.24 -_kdeappver=16.08.1 -pkgrel=2.parabola1 +pkgver=4.14.25 +_kdeappver=16.08.2 +pkgrel=1.parabola1 pkgdesc="KDE Core Libraries, without nonfree plugins recommendation support" arch=('i686' 'x86_64' 'armv7h') url='https://www.kde.org/' @@ -20,14 +20,12 @@ depends=('attica-qt4' 'libxss' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4' 'media-player-info' 'libutempter' 'qtwebkit' 'icu') makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'mesa') source=("http://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz" - 'kde-applications-menu.patch' 'khtml-fsdg.diff' 'qt4.patch' 'kdelibs-gcc6.patch' - kdelibs-no-strigi.patch::"https://quickgit.kde.org/?p=kdelibs.git&a=commitdiff&h=ba77ceb1&o=plain") -sha1sums=('1ce08be17b5c55a1b8427ce859d1b897c6dc4bc3' + 'kde-applications-menu.patch' 'khtml-fsdg.diff' 'qt4.patch' 'kdelibs-gcc6.patch') +sha1sums=('70758ee9bc864e3eabe9cb3a26be815d3504a784' '86ee8c8660f19de8141ac99cd6943964d97a1ed7' 'a1502a964081ad583a00cf90c56e74bf60121830' 'ed1f57ee661e5c7440efcaba7e51d2554709701c' - '575e52f537e37eeaaaeb639268f9bfa394e7c58d' - 'a15b222627c253d29ca18a042a0c5ee2c67913f6') + '575e52f537e37eeaaaeb639268f9bfa394e7c58d') prepare() { mkdir -p build @@ -40,8 +38,6 @@ prepare() { patch -p1 -i ../qt4.patch # fix build with GCC 6 (Fedora) patch -p1 -i ../kdelibs-gcc6.patch - # make strigi optional - patch -p1 -i ../kdelibs-no-strigi.patch } build() { -- cgit v1.2.3