Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
knotifications5


Commits:
23446869 by Antonio Rojas at 2025-11-02T12:16:17+01:00
upgpkg: 5.116.0-3: Drop QCH docs

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,14 @@
 pkgbase = knotifications5
        pkgdesc = Abstraction for system notifications
        pkgver = 5.116.0
-       pkgrel = 2
+       pkgrel = 3
        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
        makedepends = qt5-declarative
+       makedepends = qt5-tools
        depends = libcanberra
        depends = libdbusmenu-qt5
        depends = kwindowsystem5


=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
 _name=knotifications
 pkgname=${_name}5
 pkgver=5.116.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Abstraction for system notifications'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
 depends=(libcanberra libdbusmenu-qt5 kwindowsystem5 kconfig5 kcoreaddons5 
qt5-speech libxtst)
-makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen qt5-declarative)
+makedepends=(extra-cmake-modules qt5-declarative qt5-tools)
 optdepends=('qt5-declarative: QML bindings')
 conflicts=("$_name<5.111")
 replaces=("$_name<5.111")
@@ -29,8 +29,7 @@ prepare() {
 
 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/knotifications5/-/commit/234468699b64f4d9ef2d1058f13a9cb787aea769

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knotifications5/-/commit/234468699b64f4d9ef2d1058f13a9cb787aea769
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to