Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6b9fffcf65e516f3f001c342a31d18e34c29d368
commit 6b9fffcf65e516f3f001c342a31d18e34c29d368 Author: crazy <[email protected]> Date: Mon Oct 30 00:15:07 2017 +0100 kdesignerplugin-5.39.0-2-x86_64 * disabled webkit.. breaks hell diff --git a/source/kf5/kdesignerplugin/FrugalBuild b/source/kf5/kdesignerplugin/FrugalBuild index 136e6e4..8b57eed 100644 --- a/source/kf5/kdesignerplugin/FrugalBuild +++ b/source/kf5/kdesignerplugin/FrugalBuild @@ -3,13 +3,15 @@ pkgname=kdesignerplugin pkgver=5.39.0 -pkgrel=1 +pkgrel=2 pkgdesc="Integrating KDE frameworks widgets with Qt Designer." groups=('kf5') archs=("x86_64") _F_kde_project="frameworks" Finclude kf5 -depends=("kplotting>=$_F_kf5_full" "kdewebkit>=$_F_kf5_full" "qt5-webkit>=5.212.0") +## DO NOT ADD any *wekit* designer segfaults with these +depends=("kplotting>=$_F_kf5_full" "kcoreaddons>=$_F_kf5_full" "kconfig>=$_F_kf5_full" "kio>=$_F_kf5_full" \ + "kiconthemes>=$_F_kf5_full" "kxmlgui>=$_F_kf5_full") makedepends+=("qt5-x11extras>=$_F_kdever_qt5" "kdoctools>=$_F_kf5_full" "qt5-tools>=$_F_kdever_qt5") sha1sums=('c5d96f0a68c728fca755464210d81b9d172c9815') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
