diff --git a/kf5-plasma.spec b/kf5-plasma.spec index ac8467c..00a131a 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.25.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface License: GPLv2+ and LGPLv2+ and BSD @@ -105,6 +105,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang plasma5_qt --with-qt --all-name +# create/own dirs +mkdir -p %{buildroot}%{_kf5_datadir}/plasma/plasmoids + %if 0%{?fedora} mkdir -p %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ @@ -124,6 +127,8 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %{_kf5_bindir}/plasmapkg2 %{_kf5_libdir}/libKF5Plasma.so.* %{_kf5_libdir}/libKF5PlasmaQuick.so.* +%dir %{_kf5_qmldir}/org/ +%dir %{_kf5_qmldir}/org/kde/ %{_kf5_qmldir}/org/kde/* %dir %{_kf5_qmldir}/QtQuick/Controls/ %dir %{_kf5_qmldir}/QtQuick/Controls/Styles/ @@ -154,6 +159,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Wed Aug 24 2016 Rex Dieter - 5.25.0-3 +- own some qml/plasma parent dirs + * Wed Aug 10 2016 Rex Dieter - 5.25.0-2 - respin tarball