git » nextcloud-client.git » commit a10edd8

upgpkg: 2:3.10.0-2: Rename kf5 packages

author Antonio Rojas
2023-09-30 18:24:22 UTC
committer Antonio Rojas
2023-09-30 18:24:22 UTC
parent 09ca52d3af2d2d3eac0cb9d88fb43040f2a015bb

upgpkg: 2:3.10.0-2: Rename kf5 packages

.SRCINFO +57 -0
PKGBUILD +4 -4

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..5ccc63f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,57 @@
+pkgbase = nextcloud-client
+	pkgver = 3.10.0
+	pkgrel = 2
+	epoch = 2
+	url = https://nextcloud.com/
+	arch = x86_64
+	license = GPL
+	makedepends = cmocka
+	makedepends = doxygen
+	makedepends = extra-cmake-modules
+	makedepends = git
+	makedepends = inkscape
+	makedepends = kio5
+	makedepends = libcloudproviders
+	makedepends = openssl
+	makedepends = python-sphinx
+	makedepends = qt5-quickcontrols2
+	makedepends = qt5-svg
+	makedepends = qt5-tools
+	makedepends = qt5-webengine
+	makedepends = qt5-websockets
+	makedepends = qtkeychain-qt5
+	makedepends = sqlite
+	source = nextcloud-client::git+https://github.com/nextcloud/desktop.git?signed#tag=19a02ad0b0146167949a9a06d4cb4a1137df8153
+	validpgpkeys = A26B951528EA1BA1678C7AE5D406C75CEE1A36D6
+	validpgpkeys = 42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28
+	validpgpkeys = 17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2
+	validpgpkeys = 0739B11EDA696A3616666F6AE04221E85C5BB816
+	validpgpkeys = 267BF70F7905C2723B0243267D0F74F05C22F553
+	validpgpkeys = 3A877D9A896A057948059DEDAD2C27357B2CB11D
+	sha256sums = SKIP
+
+pkgname = nextcloud-client
+	pkgdesc = Nextcloud desktop client
+	depends = hicolor-icon-theme
+	depends = karchive5
+	depends = libcloudproviders
+	depends = openssl
+	depends = qt5-graphicaleffects
+	depends = qt5-quickcontrols
+	depends = qt5-quickcontrols2
+	depends = qt5-svg
+	depends = qt5-webengine
+	depends = qt5-websockets
+	depends = qtkeychain-qt5
+	depends = sqlite
+	depends = xdg-utils
+	optdepends = kio5: integration with Dolphin
+	optdepends = nemo-python: integration with Nemo
+	optdepends = python-nautilus: integration with Nautilus
+	optdepends = python-caja: integration with Caja
+	optdepends = nextcloud-client-cloudproviders: cloudproviders support
+	backup = etc/Nextcloud/sync-exclude.lst
+
+pkgname = nextcloud-client-cloudproviders
+	pkgdesc = cloudproviders support for the Nextcloud desktop client
+	depends = nextcloud-client
diff --git a/PKGBUILD b/PKGBUILD
index 3554072..9031a2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ epoch=2
 # https://github.com/nextcloud/desktop/issues/1510
 pkgver=3.10.0
 _tag=19a02ad0b0146167949a9a06d4cb4a1137df8153
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://nextcloud.com/'
 _url=https://github.com/nextcloud/desktop
@@ -23,7 +23,7 @@ makedepends=(cmocka
              extra-cmake-modules
              git
              inkscape
-             kio
+             kio5
              libcloudproviders
              openssl
              python-sphinx
@@ -100,7 +100,7 @@ check() {
 package_nextcloud-client() {
   pkgdesc='Nextcloud desktop client'
   depends=(hicolor-icon-theme
-           karchive
+           karchive5
            libcloudproviders
            openssl
            qt5-graphicaleffects
@@ -112,7 +112,7 @@ package_nextcloud-client() {
            qtkeychain-qt5
            sqlite
            xdg-utils)
-  optdepends=('kio: integration with Dolphin'
+  optdepends=('kio5: integration with Dolphin'
               'nemo-python: integration with Nemo'
               'python-nautilus: integration with Nautilus'
               'python-caja: integration with Caja'