From 4c3dd10698a4fbccf00ce80f62432965482eaf2e Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 15 Jan 2018 17:58:02 +0100 Subject: libre/konqueror: updated to 17.12.1 --- libre/konqueror/PKGBUILD | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'libre/konqueror') diff --git a/libre/konqueror/PKGBUILD b/libre/konqueror/PKGBUILD index e9dabbec0..1746ee819 100644 --- a/libre/konqueror/PKGBUILD +++ b/libre/konqueror/PKGBUILD @@ -7,27 +7,21 @@ # Contributor: jc_gargma pkgname=konqueror - -pkgver=17.12.0 +pkgver=17.12.1 pkgrel=1.parabola1 -arch=(i686 x86_64 armv7h) - pkgdesc="KDE File Manager & Web Browser, without Google, nonfree software recommendation and nonfree qt5-webengine support" +arch=(x86_64 i686 armv7h) url="https://konqueror.org/" license=(LGPL) - +depends=(dolphin keditbookmarks kdelibs4support) makedepends=(extra-cmake-modules kdoctools python tidy kdesignerplugin kdesu khtml) -depends=(dolphin keditbookmarks kdelibs4support kinit) -optdepends=('tidy: tidy HTML plugin' - 'kdesu: shell command plugin' - 'khtml: alternative web engine') +optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin' 'khtml: alternative web engine') conflicts=(kdebase-konqueror kdebase-konq-plugins) replaces=(kdebase-konqueror kdebase-konq-plugins) groups=(kde-applications kdebase) - source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} 'libre.patch') -sha256sums=('5ece6ddafb17dc1e982d230e3a63a3a9ca4b4991848ef3a72c7673f5a691d7a7' +sha256sums=('5cda2547508e404d5d7645d989c18d61c8c97d16dd0b9dbb4ef588f6fd77da59' 'SKIP' '469f413dbe1fc19bde685a702c5291a68e22880edb51eade012d08d965d0364c') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid @@ -39,12 +33,11 @@ prepare() { cd $pkgname-$pkgver # Remove nonfree WebEngine support and nonfree software or Google recommendation rm -rv webenginepart - patch -p1 -i $srcdir/libre.patch + patch -Np1 -i "$srcdir"/libre.patch } build() { cd build - cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -55,6 +48,5 @@ build() { package() { cd build - make DESTDIR="$pkgdir" install } -- cgit v1.2.2