Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kweathercore
Commits:
e3065f68 by Antonio Rojas at 2024-08-24T21:34:41+02:00
Update to 24.08.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,23 +1,25 @@
pkgbase = kweathercore
pkgdesc = Library to facilitate retrieval of weather information
including forecasts and alerts
- pkgver = 0.7
- pkgrel = 3
+ pkgver = 24.07.90
+ pkgrel = 1
url = https://invent.kde.org/libraries/kweathercore
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
makedepends = doxygen
makedepends = extra-cmake-modules
- makedepends = qt5-tools
+ makedepends = qt6-tools
depends = gcc-libs
depends = glibc
- depends = kholidays5
- depends = ki18n5
- depends = qt5-base
- depends = qt5-location
- source =
https://download.kde.org/stable/kweathercore/0.7/kweathercore-0.7.tar.xz
- source =
https://download.kde.org/stable/kweathercore/0.7/kweathercore-0.7.tar.xz.sig
- validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
- sha256sums =
04dde83ae543163735776dc50edab3510247d4825432840a78fade9b237a79fd
+ depends = kholidays
+ depends = ki18n
+ depends = qt6-base
+ depends = qt6-positioning
+ source =
https://download.kde.org/unstable/release-service/24.07.90/src/kweathercore-24.07.90.tar.xz
+ source =
https://download.kde.org/unstable/release-service/24.07.90/src/kweathercore-24.07.90.tar.xz.sig
+ validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
+ validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
+ validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
+ sha256sums =
e07c088fb90ddde4ff26f645c5ae47441fd41fdfd128fe3581192064063e0a30
sha256sums = SKIP
pkgname = kweathercore
=====================================
PKGBUILD
=====================================
@@ -5,21 +5,23 @@ pkgver=24.08.0
pkgrel=1
pkgdesc='Library to facilitate retrieval of weather information including
forecasts and alerts'
arch=(x86_64)
-license=(GPL)
+license=(GPL-2.0-or-later)
url='https://invent.kde.org/libraries/kweathercore'
depends=(gcc-libs
glibc
- kholidays5
- ki18n5
- qt5-base
- qt5-location)
+ kholidays
+ ki18n
+ qt6-base
+ qt6-positioning)
makedepends=(doxygen
extra-cmake-modules
- qt5-tools)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('04dde83ae543163735776dc50edab3510247d4825432840a78fade9b237a79fd'
+ qt6-tools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ada469144f2cd75f70c6d474b965e3d5cf49c80c4f3270fad36399889126b1b2'
'SKIP')
-validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah
(mykolab address) <[email protected]>
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kweathercore/-/commit/e3065f68537fbb48dc98ae615edfea5e7c953008
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kweathercore/-/commit/e3065f68537fbb48dc98ae615edfea5e7c953008
You're receiving this email because of your account on gitlab.archlinux.org.