mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
neochat: add missing kitemmodels runtime dep.
Otherwise it exits with this error: ``` qrc:/RoomListPage.qml:11:1: module "org.kde.kitemmodels" is not installed ```
This commit is contained in:
parent
d59d1215c3
commit
7374f062db
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'neochat'
|
||||
pkgname=neochat
|
||||
version=23.04.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules gettext pkg-config qt5-qmake
|
||||
qt5-host-tools kcoreaddons kconfig AppStream"
|
||||
|
@ -10,7 +10,7 @@ makedepends="kquickimageeditor-devel libQuotient-devel qtkeychain-qt5-devel
|
|||
knotifications-devel kconfig-devel kcoreaddons-devel qqc2-desktop-style-devel
|
||||
sonnet-devel kitemmodels-devel kirigami-addons kconfigwidgets-devel kio-devel
|
||||
qcoro-qt5-devel"
|
||||
depends="kquickimageeditor"
|
||||
depends="kquickimageeditor kitemmodels"
|
||||
short_desc="Client for matrix from KDE"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-only, GPL-3.0-or-later, GPL-2.0-or-later, BSD-2-Clause"
|
||||
|
|
Loading…
Add table
Reference in a new issue