Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kdenetwork-filesharing
Commits:
5bf50209 by Antonio Rojas at 2023-12-21T21:56:38+01:00
Revert "upgpkg: 24.01.85-1: Update to 24.02 beta 2"
This reverts commit 2976f669477cd1e7e19e5f6255dd44157af6ab99.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kdenetwork-filesharing
pkgdesc = Properties dialog plugin to share a directory with the local
network
- pkgver = 24.01.85
+ pkgver = 23.08.4
pkgrel = 1
url = https://apps.kde.org/kdenetwork_filesharing/
arch = x86_64
@@ -10,23 +10,15 @@ pkgbase = kdenetwork-filesharing
license = LGPL
license = FDL
makedepends = extra-cmake-modules
- makedepends = qcoro-qt6
- depends = gcc-libs
- depends = glibc
- depends = kauth
- depends = kcoreaddons
- depends = ki18n
- depends = kio
- depends = kwidgetsaddons
- depends = qt6-base
- depends = qt6-declarative
+ makedepends = qcoro-qt5
depends = samba
- source =
https://download.kde.org/unstable/release-service/24.01.85/src/kdenetwork-filesharing-24.01.85.tar.xz
- source =
https://download.kde.org/unstable/release-service/24.01.85/src/kdenetwork-filesharing-24.01.85.tar.xz.sig
+ depends = kio5
+ source =
https://download.kde.org/stable/release-service/23.08.4/src/kdenetwork-filesharing-23.08.4.tar.xz
+ source =
https://download.kde.org/stable/release-service/23.08.4/src/kdenetwork-filesharing-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
- sha256sums =
bd83fe8df1b1052121faa6ceb4d1f1aca1a05b41d91d5831c3cb700037fd36e7
+ sha256sums =
923e5be86069da067df1814bbbb79cb8d3d8f35a5f98e1b2d183492484dd5fec
sha256sums = SKIP
pkgname = kdenetwork-filesharing
=====================================
PKGBUILD
=====================================
@@ -3,28 +3,17 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=kdenetwork-filesharing
-pkgver=24.01.85
+pkgver=23.08.4
pkgrel=1
pkgdesc='Properties dialog plugin to share a directory with the local network'
url='https://apps.kde.org/kdenetwork_filesharing/'
arch=(x86_64)
license=(GPL LGPL FDL)
-depends=(gcc-libs
- glibc
- kauth
- kcoreaddons
- ki18n
- kio
- kwidgetsaddons
- qt6-base
- qt6-declarative
- samba)
-makedepends=(extra-cmake-modules
- qcoro-qt6)
-groups=(kde-applications
- kde-network)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('bd83fe8df1b1052121faa6ceb4d1f1aca1a05b41d91d5831c3cb700037fd36e7'
+groups=(kde-applications kde-network)
+depends=(samba kio5)
+makedepends=(extra-cmake-modules qcoro-qt5)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('923e5be86069da067df1814bbbb79cb8d3d8f35a5f98e1b2d183492484dd5fec'
'SKIP')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdenetwork-filesharing/-/commit/5bf50209e2a1af4629245f3136ab7204b3ca84e8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdenetwork-filesharing/-/commit/5bf50209e2a1af4629245f3136ab7204b3ca84e8
You're receiving this email because of your account on gitlab.archlinux.org.