Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
attica5
Commits:
5793aee6 by Antonio Rojas at 2025-11-02T10:30:32+01:00
upgpkg: 5.116.0-2: Drop QCH docs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,12 @@
pkgbase = attica5
pkgdesc = Qt library that implements the Open Collaboration Services API
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
depends = qt5-base
conflicts = attica<5.111
replaces = attica<5.111
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
_name=attica
pkgname=${_name}5
pkgver=5.116.0
-pkgrel=1
+pkgrel=2
arch=(x86_64)
pkgdesc='Qt library that implements the Open Collaboration Services API'
url='https://community.kde.org/Frameworks'
license=(LGPL)
depends=(qt5-base)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+makedepends=(extra-cmake-modules)
conflicts=("$_name<5.111")
replaces=("$_name<5.111")
groups=(kf5)
@@ -22,8 +22,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/attica5/-/commit/5793aee62fbce3654b66b43389f2f00e4e6edd49
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/attica5/-/commit/5793aee62fbce3654b66b43389f2f00e4e6edd49
You're receiving this email because of your account on gitlab.archlinux.org.