Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kidletime5
Commits:
5c17be4f by Antonio Rojas at 2025-11-02T11:44:04+01:00
upgpkg: 5.116.0-2: Drop QCH docs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,12 @@
pkgbase = kidletime5
pkgdesc = Monitoring user activity
pkgver = 5.116.0
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf5
license = LGPL
makedepends = extra-cmake-modules
- makedepends = doxygen
- makedepends = qt5-tools
- makedepends = qt5-doc
makedepends = qt5-wayland
makedepends = plasma-wayland-protocols
makedepends = wayland-protocols
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
_name=kidletime
pkgname=${_name}5
pkgver=5.116.0
-pkgrel=1
+pkgrel=2
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)
+makedepends=(extra-cmake-modules qt5-wayland plasma-wayland-protocols
wayland-protocols)
optdepends=('qt5-wayland: Wayland plugin')
conflicts=("$_name<5.111")
replaces=("$_name<5.111")
@@ -23,8 +23,7 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) #
David Faure <faure@kde
build() {
cmake -B build -S $_name-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
+ -DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kidletime5/-/commit/5c17be4fdb236c3af2b46ea7f49eb0b93ba66a17
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kidletime5/-/commit/5c17be4fdb236c3af2b46ea7f49eb0b93ba66a17
You're receiving this email because of your account on gitlab.archlinux.org.