Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kauth5
Commits:
46892f8b by Antonio Rojas at 2025-11-02T10:47:46+01:00
upgpkg: 5.116.0-2: Drop QCH docs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,13 @@
pkgbase = kauth5
pkgdesc = Abstraction to system policy and authentication features
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 = qt5-tools
- makedepends = qt5-doc
- makedepends = doxygen
depends = kcoreaddons5
depends = polkit-qt5
conflicts = kauth<5.111
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
_name=kauth
pkgname=${_name}5
pkgver=5.116.0
-pkgrel=1
+pkgrel=2
pkgdesc='Abstraction to system policy and authentication features'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
license=(LGPL)
depends=(kcoreaddons5 polkit-qt5)
-makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+makedepends=(extra-cmake-modules qt5-tools)
conflicts=("$_name<5.111")
replaces=("$_name<5.111")
groups=(kf5)
@@ -23,8 +23,7 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) #
David Faure <faure@kde
build() {
cmake -B build -S $_name-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
+ -DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kauth5/-/commit/46892f8bf4e3f151769a5c18e566b9c6a7e1dc6e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kauth5/-/commit/46892f8bf4e3f151769a5c18e566b9c6a7e1dc6e
You're receiving this email because of your account on gitlab.archlinux.org.