diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-15 17:58:02 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-15 17:58:02 +0100 |
commit | 4c3dd10698a4fbccf00ce80f62432965482eaf2e (patch) | |
tree | 0801c571a76536109e8e32389c45e4786e1f8345 /libre/konqueror | |
parent | 9bfb6d0aec8a00f8e67756f7b3694d3f7277bd27 (diff) | |
download | abslibre-4c3dd10698a4fbccf00ce80f62432965482eaf2e.tar.gz abslibre-4c3dd10698a4fbccf00ce80f62432965482eaf2e.tar.bz2 abslibre-4c3dd10698a4fbccf00ce80f62432965482eaf2e.zip |
libre/konqueror: updated to 17.12.1
Diffstat (limited to 'libre/konqueror')
-rw-r--r-- | libre/konqueror/PKGBUILD | 20 |
1 files changed, 6 insertions, 14 deletions
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 <jc_gargma@iserlohn-fortress.net> 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 <aacid@kde.org> @@ -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 } |