git » kwayland.git » commit d1a6bf1

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

author Antonio Rojas
2023-10-05 19:20:32 UTC
committer Antonio Rojas
2023-10-05 19:20:32 UTC
parent a6a98bb76c970fd09db8692d4f13a0b175651393

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

.SRCINFO +25 -0
PKGBUILD +19 -8

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..7cbcbb6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,25 @@
+pkgbase = kwayland
+	pkgdesc = Qt-style Client and Server library wrapper for the Wayland libraries
+	pkgver = 5.240.0.20231001
+	pkgrel = 1
+	url = https://www.kde.org
+	arch = x86_64
+	groups = kf6
+	license = LGPL
+	makedepends = doxygen
+	makedepends = extra-cmake-modules
+	makedepends = plasma-wayland-protocols
+	makedepends = qt6-doc
+	makedepends = qt6-tools
+	makedepends = wayland-protocols
+	makedepends = git
+	depends = gcc-libs
+	depends = glibc
+	depends = qt6-base
+	depends = qt6-wayland
+	depends = wayland
+	source = git+https://invent.kde.org/frameworks/kwayland#commit=4b468a697a9df346f0201e111210f655dbedb619
+	validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
+	sha256sums = SKIP
+
+pkgname = kwayland
diff --git a/PKGBUILD b/PKGBUILD
index 9752d82..156e2c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,33 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwayland
-pkgver=5.110.0
+pkgver=5.240.0.20231001
 pkgrel=1
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=(x86_64)
 url='https://www.kde.org'
 license=(LGPL)
-depends=(qt5-wayland)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols plasma-wayland-protocols)
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('0565041ef0ab6aec2d2afbe513c79d5c56c07d03c98233ca82103abcb9dffd3d'
-            'SKIP')
+depends=(gcc-libs
+         glibc
+         qt6-base
+         qt6-wayland
+         wayland)
+makedepends=(doxygen
+             extra-cmake-modules
+             plasma-wayland-protocols
+             qt6-doc
+             qt6-tools
+             wayland-protocols)
+groups=(kf6)
+#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+makedepends+=(git)
+_commit=4b468a697a9df346f0201e111210f655dbedb619
+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 \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON