[arch-commits] Commit in konqueror/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 16 21:12:16 UTC 2021
Date: Friday, July 16, 2021 @ 21:12:15
Author: arojas
Revision: 420048
Add kinit dependency
Modified:
konqueror/kde-unstable/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-16 20:49:22 UTC (rev 420047)
+++ PKGBUILD 2021-07-16 21:12:15 UTC (rev 420048)
@@ -3,13 +3,13 @@
pkgname=konqueror
pkgver=21.07.80
-pkgrel=1
+pkgrel=2
pkgdesc='KDE File Manager & Web Browser'
arch=(x86_64)
url='https://apps.kde.org/konqueror/'
license=(LGPL)
-depends=(dolphin keditbookmarks qt5-webengine qt5-script)
-makedepends=(extra-cmake-modules kdoctools kdesu)
+depends=(dolphin keditbookmarks qt5-webengine qt5-script kinit)
+makedepends=(extra-cmake-modules kdoctools kdesu hunspell)
optdepends=('kdesu: shell command plugin')
groups=(kde-applications kde-network)
source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
@@ -21,7 +21,8 @@
build() {
cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
+ -DBUILD_TESTING=OFF \
+ -DWEBENGINEPART_DICTIONARY_DIR=/usr/share/qt/qtwebengine_dictionaries
cmake --build build
}
More information about the arch-commits
mailing list