Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kdenetwork-filesharing
Commits:
083b50ce by Antonio Rojas at 2023-11-23T22:54:09+01:00
upgpkg: 24.01.75-1: Update to 24.01.75
- - - - -
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 = 23.08.3
+ pkgver = 24.01.75
pkgrel = 1
url = https://apps.kde.org/kdenetwork_filesharing/
arch = x86_64
@@ -11,14 +11,22 @@ pkgbase = kdenetwork-filesharing
license = FDL
makedepends = extra-cmake-modules
makedepends = qcoro-qt5
- depends = samba
+ depends = gcc-libs
+ depends = glibc
+ depends = kauth5
+ depends = kcoreaddons5
+ depends = ki18n5
depends = kio5
- source =
https://download.kde.org/stable/release-service/23.08.3/src/kdenetwork-filesharing-23.08.3.tar.xz
- source =
https://download.kde.org/stable/release-service/23.08.3/src/kdenetwork-filesharing-23.08.3.tar.xz.sig
+ depends = kwidgetsaddons5
+ depends = qt5-base
+ depends = qt5-declarative
+ depends = samba
+ source =
https://download.kde.org/unstable/release-service/24.01.75/src/kdenetwork-filesharing-24.01.75.tar.xz
+ source =
https://download.kde.org/unstable/release-service/24.01.75/src/kdenetwork-filesharing-24.01.75.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
- sha256sums =
a2a62ff532f0e6b5aa5f6cd3472d5f0c130d266e6ec42602a04806385e7a65ec
+ sha256sums =
40ef911bccda5941442fb363ea98c33c757a6a736b4fbe69f561bb129e7bced3
sha256sums = SKIP
pkgname = kdenetwork-filesharing
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,28 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=kdenetwork-filesharing
-pkgver=23.08.3
+pkgver=24.01.75
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)
-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=('a2a62ff532f0e6b5aa5f6cd3472d5f0c130d266e6ec42602a04806385e7a65ec'
+depends=(gcc-libs
+ glibc
+ kauth5
+ kcoreaddons5
+ ki18n5
+ kio5
+ kwidgetsaddons5
+ qt5-base
+ qt5-declarative
+ samba)
+makedepends=(extra-cmake-modules
+ qcoro-qt5)
+groups=(kde-applications
+ kde-network)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('40ef911bccda5941442fb363ea98c33c757a6a736b4fbe69f561bb129e7bced3'
'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/083b50ce242b8f4b94a9d142878ff9250aca3931
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdenetwork-filesharing/-/commit/083b50ce242b8f4b94a9d142878ff9250aca3931
You're receiving this email because of your account on gitlab.archlinux.org.