summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2024-03-13 21:57:33 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2024-03-13 22:40:10 -0400
commitcb51f3013ba3b6a05ffc7ade53b1e2635646b89c (patch)
treed78896673514bc86989b07d578035f7fc83dd9d7
parentabc95b2fe33b666af046e3f264a7fdf11c76892a (diff)
kio5: rebuild for plasma6 transition
-rw-r--r--nonprism/kio5/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/kio5/PKGBUILD b/nonprism/kio5/PKGBUILD
index f4bfc049d..9bcc97dbb 100644
--- a/nonprism/kio5/PKGBUILD
+++ b/nonprism/kio5/PKGBUILD
@@ -17,7 +17,7 @@
_name=kio
pkgname=${_name}5
pkgver=5.115.0
-pkgrel=1
+pkgrel=3
pkgrel+=.parabola1
_pkgver_i686=5.105.0 # n/a i686
_pkgrel_i686=1.0.parabola2 # n/a i686
@@ -33,9 +33,8 @@ license=(LGPL)
depends=(solid5 kjobwidgets5 kbookmarks5 libxslt kwallet5 ktextwidgets5 kded5)
depends=( ${depends[*]/kded5/kded5=$pkgver} ) # pin version to other k-things
makedepends=(extra-cmake-modules kdoctools5 doxygen qt5-tools qt5-doc)
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)'
+optdepends=('kio5-extras: extra protocols support (sftp, fish and more)'
'kdoctools5: for the help kioslave'
- 'kio-fuse: to mount remote filesystems via FUSE'
'switcheroo-control: hybrid GPU support')
conflicts=("$_name<5.111")
replaces=("$_name<5.111")
@@ -82,6 +81,7 @@ prepare() {
build() {
cmake -B build -S $_name-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DKF6_COMPAT_BUILD=ON \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
cmake --build build