git » kguiaddons.git » commit 7f0b26b

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

author Antonio Rojas
2023-10-01 22:35:02 UTC
committer Antonio Rojas
2023-10-01 22:35:02 UTC
parent 889426244841cff6fd664bfcdbb9b4db810e72a0

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

PKGBUILD +20 -8

diff --git a/PKGBUILD b/PKGBUILD
index 2559cc9..05e9267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,34 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kguiaddons
-pkgver=5.110.0
+pkgver=5.240.0.20231001
 pkgrel=1
 pkgdesc='Addons to QtGui'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(qt5-x11extras qt5-wayland)
-makedepends=(extra-cmake-modules clang doxygen qt5-tools qt5-doc plasma-wayland-protocols)
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2ca155dec16b7a3d7968c3b7dc01ba71c1c11d4e9a98c6217146476891ec552a'
-            'SKIP')
+depends=(gcc-libs
+         glibc
+         libx11
+         qt6-base
+         qt6-wayland
+         wayland)
+makedepends=(clang
+             doxygen
+             extra-cmake-modules
+             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=7cd83ca10e22166eb9385d07a6fc3100f3653301
+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