Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
knotifications
Commits:
f2bb6891 by Antonio Rojas at 2024-12-14T21:21:39+01:00
upgpkg: 6.9.0-2: Build Python bindings
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = knotifications
pkgdesc = Abstraction for system notifications
pkgver = 6.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6
@@ -9,15 +9,18 @@ pkgbase = knotifications
license = LGPL-3.0-only
makedepends = doxygen
makedepends = extra-cmake-modules
+ makedepends = pyside6
+ makedepends = python-build
+ makedepends = python-setuptools
makedepends = qt6-declarative
makedepends = qt6-doc
makedepends = qt6-tools
- makedepends = python-build
depends = gcc-libs
depends = glibc
depends = kconfig
depends = libcanberra
depends = qt6-base
+ optdepends = pyside6: Python bindings
optdepends = qt6-declarative: QML bindings
source =
https://download.kde.org/stable/frameworks/6.9/knotifications-6.9.0.tar.xz
source =
https://download.kde.org/stable/frameworks/6.9/knotifications-6.9.0.tar.xz.sig
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=knotifications
pkgver=6.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Abstraction for system notifications'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
@@ -16,25 +16,25 @@ depends=(gcc-libs
qt6-base)
makedepends=(doxygen
extra-cmake-modules
+ pyside6
+ python-build
+ python-setuptools
qt6-declarative
qt6-doc
- qt6-tools
- python-build)
-
-optdepends=('qt6-declarative: QML bindings')
+ qt6-tools)
+optdepends=('pyside6: Python bindings'
+ 'qt6-declarative: QML bindings')
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('333fe1bd17a4a918cea6d51fd0535c8b88e1fb2e4f82ca730d0f8b48f0f0422f'
'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure
<[email protected]>
- E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell
<[email protected]>
- 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella
<[email protected]>
- )
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure
<[email protected]>
+ E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell
<[email protected]>
+ 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1) # Nicolas Fella
<[email protected]>
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF \
- -DBUILD_PYTHON_BINDINGS=ON \
-DBUILD_QCH=ON
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/knotifications/-/commit/f2bb68912a9a20f29adba83d04d9e0307b7c30e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/knotifications/-/commit/f2bb68912a9a20f29adba83d04d9e0307b7c30e3
You're receiving this email because of your account on gitlab.archlinux.org.