author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 22:17:22 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 22:17:22 UTC |
parent | 113fa24ca8efdabc050ae50855c66df0430c2515 |
.SRCINFO | +30 | -0 |
PKGBUILD | +24 | -9 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..77ddb3f --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,30 @@ +pkgbase = kidletime + pkgdesc = Monitoring user activity + 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 = plasma-wayland-protocols + makedepends = qt6-doc + makedepends = qt6-tools + makedepends = qt6-wayland + makedepends = wayland-protocols + makedepends = git + depends = gcc-libs + depends = glibc + depends = qt6-base + optdepends = libx11: XCB plugin + optdepends = libxcb: XCB plugin + optdepends = libxext: XCB plugin + optdepends = libxss: XCB plugin + optdepends = qt6-wayland: Wayland plugin + optdepends = wayland: Wayland plugin + source = git+https://invent.kde.org/frameworks/kidletime#commit=ef6ba3fd89b383547df1733d1ef261d60645df1d + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = kidletime diff --git a/PKGBUILD b/PKGBUILD index 368259c..9b8b17c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,23 +3,38 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kidletime -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='Monitoring user activity' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(qt5-x11extras libxss) -makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-wayland plasma-wayland-protocols wayland-protocols) -optdepends=('qt5-wayland: Wayland plugin') -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('84fc1f0f6b7d1a551aaa5f758cc4d0dcaed28663a85c8d49dd608686ce018341' - 'SKIP') +depends=(gcc-libs + glibc + qt6-base) +makedepends=(doxygen + extra-cmake-modules + plasma-wayland-protocols + qt6-doc + qt6-tools + qt6-wayland + wayland-protocols) +optdepends=('libx11: XCB plugin' + 'libxcb: XCB plugin' + 'libxext: XCB plugin' + 'libxss: XCB plugin' + 'qt6-wayland: Wayland plugin' + 'wayland: Wayland plugin') +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=ef6ba3fd89b383547df1733d1ef261d60645df1d +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