summaryrefslogtreecommitdiff
path: root/libre/konqueror
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-03-14 11:42:10 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-03-14 11:42:10 +0100
commit048a8f0d1fa3bb591d0a456429555940137c5821 (patch)
tree8cc507bd62cd19d673c58f17bd20203e1e14cd7d /libre/konqueror
parent1cd17555b549d64e8306747b0cd6ff065bb87f4c (diff)
libre/konqueror: updated to 17.12.3
Diffstat (limited to 'libre/konqueror')
-rw-r--r--libre/konqueror/PKGBUILD20
1 files changed, 11 insertions, 9 deletions
diff --git a/libre/konqueror/PKGBUILD b/libre/konqueror/PKGBUILD
index 1746ee819..9599d1313 100644
--- a/libre/konqueror/PKGBUILD
+++ b/libre/konqueror/PKGBUILD
@@ -1,16 +1,19 @@
-# Maintainer: Andreas Grapentin <andreas@grapentin.org>
# Maintainer (Arch): Antonio Rojas <arojas@archlinux,org>
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Andreas Grapentin <andreas@grapentin.org>
# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: Michał Masłowski <mtjm@mtjm.eu>
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
pkgname=konqueror
-pkgver=17.12.1
-pkgrel=1.parabola1
-pkgdesc="KDE File Manager & Web Browser, without Google, nonfree software recommendation and nonfree qt5-webengine support"
-arch=(x86_64 i686 armv7h)
+pkgver=17.12.3
+pkgrel=1
+pkgrel+=.parabola1
+pkgdesc="KDE File Manager & Web Browser"
+pkgdesc+=", without Google, nonfree software recommendation and nonfree qt5-webengine support"
+arch=(x86_64)
+arch+=(i686 armv7h)
url="https://konqueror.org/"
license=(LGPL)
depends=(dolphin keditbookmarks kdelibs4support)
@@ -19,9 +22,9 @@ optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin' 'khtml: alter
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=('5cda2547508e404d5d7645d989c18d61c8c97d16dd0b9dbb4ef588f6fd77da59'
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source+=('libre.patch')
+sha256sums=('1c020fa206511829556dd68840751bcc133861ef875a2eda2544f44aae101536'
'SKIP'
'469f413dbe1fc19bde685a702c5291a68e22880edb51eade012d08d965d0364c')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
@@ -39,7 +42,6 @@ prepare() {
build() {
cd build
cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF