author | Antonio Rojas
<arojas@archlinux.org> 2023-10-05 21:32:21 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-05 21:32:21 UTC |
parent | 8bdb48d04035ebc8bc9a6a1edcfe2907c6b943fc |
.SRCINFO | +34 | -14 |
PKGBUILD | +39 | -9 |
diff --git a/.SRCINFO b/.SRCINFO index 4a4fd62..63d1933 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,24 +1,44 @@ pkgbase = plasma-framework pkgdesc = Plasma library and runtime components based upon KF5 and Qt5 - pkgver = 5.110.0 - pkgrel = 2 + pkgver = 5.240.0.20231001 + pkgrel = 1 url = https://community.kde.org/Frameworks arch = x86_64 - groups = kf5 + groups = kf6 license = LGPL - makedepends = extra-cmake-modules - makedepends = qt5-tools - makedepends = qt5-doc - makedepends = kdoctools5 makedepends = doxygen - depends = kactivities5 - depends = kdeclarative5 - depends = kwayland5 - depends = kirigami2 - source = https://download.kde.org/stable/frameworks/5.110/plasma-framework-5.110.0.tar.xz - source = https://download.kde.org/stable/frameworks/5.110/plasma-framework-5.110.0.tar.xz.sig + makedepends = extra-cmake-modules + makedepends = kdoctools + makedepends = plasma-wayland-protocols + makedepends = qt6-doc + makedepends = qt6-tools + makedepends = git + depends = gcc-libs + depends = glibc + depends = kactivities + depends = kcmutils + depends = kcolorscheme + depends = kconfig + depends = kcoreaddons + depends = kglobalaccel + depends = ki18n + depends = kiconthemes + depends = kio + depends = kirigami + depends = knotifications + depends = kpackage + depends = ksvg + depends = kwidgetsaddons + depends = kwindowsystem + depends = libglvnd + depends = libx11 + depends = libxcb + depends = qt6-base + depends = qt6-declarative + depends = qt6-wayland + depends = wayland + source = git+https://invent.kde.org/frameworks/plasma-framework#commit=c081aca71efef926243676fbbfdc7966f25044fd validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB - sha256sums = 8e1d7055f2c590f40e70620cc67311cfc8560d2f325e44219e96d59f29b2d449 sha256sums = SKIP pkgname = plasma-framework diff --git a/PKGBUILD b/PKGBUILD index c987c7e..bca5293 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,22 +3,52 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=plasma-framework -pkgver=5.110.0 -pkgrel=2 +pkgver=5.240.0.20231001 +pkgrel=1 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(kactivities5 kdeclarative5 kwayland5 kirigami2) -makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools5 doxygen) -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('8e1d7055f2c590f40e70620cc67311cfc8560d2f325e44219e96d59f29b2d449' - 'SKIP') +depends=(gcc-libs + glibc + kactivities + kcmutils + kcolorscheme + kconfig + kcoreaddons + kglobalaccel + ki18n + kiconthemes + kio + kirigami + knotifications + kpackage + ksvg + kwidgetsaddons + kwindowsystem + libglvnd + libx11 + libxcb + qt6-base + qt6-declarative + qt6-wayland + wayland) +makedepends=(doxygen + extra-cmake-modules + kdoctools + plasma-wayland-protocols + qt6-doc + qt6-tools) +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=c081aca71efef926243676fbbfdc7966f25044fd +source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit) +sha256sums=('SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S $pkgname \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build