plasma5support: update to 6.1.1.
This commit is contained in:
parent
2500fcc7fa
commit
1cd49eca65
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'plasma5support'
|
# Template file for 'plasma5support'
|
||||||
pkgname=plasma5support
|
pkgname=plasma5support
|
||||||
version=6.0.5
|
version=6.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||||
|
@ -8,14 +8,19 @@ configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||||
hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext
|
hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext
|
||||||
qt6-declarative-host-tools"
|
qt6-declarative-host-tools"
|
||||||
makedepends="qt6-declarative-devel kf6-kconfig-devel kf6-ki18n-devel
|
makedepends="qt6-declarative-devel kf6-kconfig-devel kf6-ki18n-devel
|
||||||
kf6-kcoreaddons-devel"
|
kf6-kcoreaddons-devel kf6-knotifications-devel kf6-kguiaddons-devel
|
||||||
|
kf6-solid-devel libksysguard-devel"
|
||||||
short_desc="Support components for porting from KF5/Qt5 to KF6/Qt6"
|
short_desc="Support components for porting from KF5/Qt5 to KF6/Qt6"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://invent.kde.org/plasma/plasma5support"
|
homepage="https://invent.kde.org/plasma/plasma5support"
|
||||||
#changelog=""
|
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8a811e7dba1c30ae2628934c4da91d2dfa42dc932286e97dac8970646287b87a
|
checksum=f8b8506f4326e96f918dd6e9cb2040ba785ea79d33cad575e33cbe984ee0b6d7
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
ctest -E "pluginloadertest"
|
||||||
|
}
|
||||||
|
|
||||||
plasma5support-devel_package() {
|
plasma5support-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue