Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libkgapi
Commits:
6789fc9a by Antonio Rojas at 2025-11-02T14:46:25+01:00
upgpkg: 25.08.2-2: Drop QCH docs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,12 @@
pkgbase = libkgapi
pkgdesc = A KDE-based library for accessing various Google services via
their public API
pkgver = 25.08.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.kde.org/
arch = x86_64
license = GPL-2.0-or-later
license = LGPL-2.0-or-later
- makedepends = doxygen
makedepends = extra-cmake-modules
- makedepends = qt6-doc
makedepends = qt6-tools
depends = gcc-libs
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=libkgapi
pkgver=25.08.2
-pkgrel=1
+pkgrel=2
pkgdesc='A KDE-based library for accessing various Google services via their
public API'
url='https://www.kde.org/'
arch=(x86_64)
@@ -14,9 +14,7 @@ depends=(gcc-libs
kcontacts
kwallet
qt6-base)
-makedepends=(doxygen
- extra-cmake-modules
- qt6-doc
+makedepends=(extra-cmake-modules
qt6-tools)
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('850ac672805510fcbb68a8384a212c38c3ffec238e58879bc55b7491e2e901a7'
@@ -28,8 +26,7 @@ options=(!lto) # https://bugs.kde.org/show_bug.cgi?id=411425
build() {
cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
+ -DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkgapi/-/commit/6789fc9ab2eddd0a6909927fe2fe8ec0537ab2f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkgapi/-/commit/6789fc9ab2eddd0a6909927fe2fe8ec0537ab2f6
You're receiving this email because of your account on gitlab.archlinux.org.