author | Antonio Rojas
<arojas@archlinux.org> 2023-10-02 13:48:19 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-02 13:48:19 UTC |
parent | 012958cda5b9d56cf3b32be441b234d15fdcb275 |
.SRCINFO | +27 | -0 |
PKGBUILD | +21 | -8 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..8af64b6 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,27 @@ +pkgbase = kwindowsystem + pkgdesc = Access to the windowing system + pkgver = 5.240.0.20231001 + pkgrel = 1 + url = https://community.kde.org/Frameworks + arch = x86_64 + groups = kf6 + license = LGPL + makedepends = doxygen + makedepends = extra-cmake-modules + makedepends = qt6-declarative + makedepends = qt6-doc + makedepends = qt6-tools + makedepends = git + depends = gcc-libs + depends = glibc + depends = libx11 + depends = libxcb + depends = libxfixes + depends = qt6-base + depends = xcb-util-keysyms + optdepends = qt6-declarative: QML bindings + source = git+https://invent.kde.org/frameworks/kwindowsystem#commit=40f79b5777930a903a12f1870f5b6c3aba2186cd + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = kwindowsystem diff --git a/PKGBUILD b/PKGBUILD index c5cde62..0ad40ed 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,22 +3,35 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwindowsystem -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='Access to the windowing system' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(qt5-x11extras) -makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen) -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('e00860e592fcee42c18e6da351b310cbb1358a45d9424f31ffe9e33fb29d6a50' - 'SKIP') +depends=(gcc-libs + glibc + libx11 + libxcb + libxfixes + qt6-base + xcb-util-keysyms) +makedepends=(doxygen + extra-cmake-modules + qt6-declarative + qt6-doc + qt6-tools) +optdepends=('qt6-declarative: QML bindings') +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=40f79b5777930a903a12f1870f5b6c3aba2186cd +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