knotifications: update to 5.83.0.
This commit is contained in:
parent
9a696f1aaa
commit
5daa161323
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'knotifications'
|
# Template file for 'knotifications'
|
||||||
pkgname=knotifications
|
pkgname=knotifications
|
||||||
version=5.82.0
|
version=5.83.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=ON"
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools"
|
hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake
|
||||||
|
pkg-config qt5-host-tools qt5-tools"
|
||||||
makedepends="kwindowsystem-devel kcodecs-devel kconfig-devel
|
makedepends="kwindowsystem-devel kcodecs-devel kconfig-devel
|
||||||
kcoreaddons-devel phonon-qt5-devel libdbusmenu-qt5-devel"
|
kcoreaddons-devel phonon-qt5-devel libdbusmenu-qt5-devel
|
||||||
|
libcanberra-devel qt5-speech-devel qt5-declarative-devel"
|
||||||
short_desc="KDE Desktop notifications"
|
short_desc="KDE Desktop notifications"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/knotifications"
|
homepage="https://invent.kde.org/frameworks/knotifications"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=79c7d044df30f0c242c6101888013089a02dd064599e9851837d0f59f981db6f
|
checksum=2cc2a9bf03733c38e70767dcd90da9957e7b6432b0308e5924609bcf52728d05
|
||||||
|
|
||||||
knotifications-devel_package() {
|
knotifications-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Reference in New Issue