kcoreaddons: drop gamin dependency

Gamin/FAM backend in KDirWatch is buggy and causes freezes and decreased performance.
This commit is contained in:
Alexey Rochev 2018-12-29 22:49:20 +03:00 committed by maxice8
parent 6898a83ee5
commit abd082d7de

View file

@ -1,11 +1,11 @@
# Template file for 'kcoreaddons'
pkgname=kcoreaddons
version=5.53.1
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools-devel"
makedepends="qt5-devel qt5-tools-devel gamin-devel"
makedepends="qt5-devel qt5-tools-devel"
depends="shared-mime-info"
short_desc="Qt5 addon library with a collection of non-GUI utilities"
maintainer="John <johnz@posteo.net>"