Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-client
Commits:
22c3122f by Antonio Rojas at 2024-04-24T08:39:27+00:00
Build dolphin integration with KF6, so it actually works with current dolphin
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -10,7 +10,7 @@ pkgbase = nextcloud-client
makedepends = doxygen
makedepends = extra-cmake-modules
makedepends = git
- makedepends = kio5
+ makedepends = kio
makedepends = librsvg
makedepends = python-sphinx
makedepends = qt5-tools
=====================================
PKGBUILD
=====================================
@@ -23,6 +23,7 @@ _url=https://github.com/nextcloud/desktop
license=(GPL-2.0-or-later)
depends=(hicolor-icon-theme
karchive5
+ kguiaddons5
libcloudproviders
openssl
qt5-graphicaleffects
@@ -37,7 +38,7 @@ depends=(hicolor-icon-theme
replaces=(nextcloud-client-cloudproviders)
conflicts=(nextcloud-client-cloudproviders)
provides=(nextcloud-client-cloudproviders)
-optdepends=('kio5: integration with Dolphin'
+optdepends=('kio: integration with Dolphin'
'nemo-python: integration with Nemo'
'python-nautilus: integration with Nautilus'
'python-caja: integration with Caja'
@@ -47,7 +48,7 @@ makedepends=(cmocka
doxygen
extra-cmake-modules
git
- kio5
+ kio
librsvg
python-sphinx
qt5-tools)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-client/-/commit/22c3122f3629eab108f12879da30f2c9b33715e1
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-client/-/commit/22c3122f3629eab108f12879da30f2c9b33715e1
You're receiving this email because of your account on gitlab.archlinux.org.