Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kidletime
Commits: ef155aa2 by Antonio Rojas at 2023-10-07T00:17:22+02:00 upgpkg: 5.240.0.20231001-1: Initial KF6 packages - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .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 ===================================== PKGBUILD ===================================== @@ -3,23 +3,38 @@ # Contributor: Andrea Scarpino <[email protected]> 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 <[email protected]> build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S $pkgname \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kidletime/-/commit/ef155aa22f028d47044ee585c0ef9db9d44f08e3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kidletime/-/commit/ef155aa22f028d47044ee585c0ef9db9d44f08e3 You're receiving this email because of your account on gitlab.archlinux.org.
