mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kf6-kio: update to 6.2.0.
This commit is contained in:
parent
7efa466c94
commit
bffe32307a
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kf6-kio'
|
# Template file for 'kf6-kio'
|
||||||
pkgname=kf6-kio
|
pkgname=kf6-kio
|
||||||
version=6.1.0
|
version=6.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||||
|
@ -21,7 +21,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/kio"
|
homepage="https://invent.kde.org/frameworks/kio"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||||
checksum=47cb00258ca38f9c1ee2aa7929f5b12bc7d99cb580da560ada71050fa089ffd2
|
checksum=331d6ff6b9cbb0e6521a5d0746b152be2588fd631a73d0e249b78cd2cda69ccf
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
cd build
|
||||||
|
@ -41,7 +41,9 @@ do_check() {
|
||||||
"kiowidgets-kurifiltertest-space-separator"
|
"kiowidgets-kurifiltertest-space-separator"
|
||||||
"kiofilewidgets-kfilewidgettest"
|
"kiofilewidgets-kfilewidgettest"
|
||||||
"kiofilewidgets-kfileplacesmodeltest"
|
"kiofilewidgets-kfileplacesmodeltest"
|
||||||
"kiowidgets-kdirlistertest")
|
"kiowidgets-kdirlistertest"
|
||||||
|
"applicationlauncherjob_scopetest"
|
||||||
|
"applicationlauncherjob_forkingtest")
|
||||||
xvfb-run ctest -E "($( echo ${tests[@]} | tr " " "|"))"
|
xvfb-run ctest -E "($( echo ${tests[@]} | tr " " "|"))"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue