filelight: add kirigami-addons as dependency
Without `kirigami-addons`, parts of the application (such as its about page) don't work properly. `kirigami-addons` already depends on `kf6-kirigami`, so `kf6-kirigami` it can be removed as an explicit dependency
This commit is contained in:
parent
3a03a70914
commit
185ccdf140
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'filelight'
|
# Template file for 'filelight'
|
||||||
pkgname=filelight
|
pkgname=filelight
|
||||||
version=24.02.2
|
version=24.02.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||||
@ -11,7 +11,7 @@ makedepends="kirigami-addons-devel kf6-kio-devel kf6-kcoreaddons-devel
|
|||||||
kf6-kconfig-devel kf6-kpackage-devel kf6-kdoctools-devel
|
kf6-kconfig-devel kf6-kpackage-devel kf6-kdoctools-devel
|
||||||
kf6-qqc2-desktop-style-devel kf6-kirigami-devel kf6-kquickcharts-devel
|
kf6-qqc2-desktop-style-devel kf6-kirigami-devel kf6-kquickcharts-devel
|
||||||
kf6-kxmlgui-devel kf6-ki18n-devel"
|
kf6-kxmlgui-devel kf6-ki18n-devel"
|
||||||
depends="kf6-kirigami kf6-kquickcharts kf6-kcoreaddons kf6-qqc2-desktop-style qt6-declarative"
|
depends="kirigami-addons kf6-kquickcharts kf6-kcoreaddons kf6-qqc2-desktop-style qt6-declarative"
|
||||||
short_desc="Interactive map that helps visualize disk usage on your computer"
|
short_desc="Interactive map that helps visualize disk usage on your computer"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user