Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2015-05-25 11:11:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes        2015-05-15 
09:58:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2015-05-25 
11:11:14.000000000 +0200
@@ -1,0 +2,7 @@
+Sat May 23 19:37:25 UTC 2015 - [email protected]
+
+- Symlink file templates into place known to Plasma 5, they are used
+  by folder widget & kfiledialog and there is no ETA for
+  frameworks based kde-baseapps release
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdebase4.spec ++++++
--- /var/tmp/diff_new_pack.7xOF7Y/_old  2015-05-25 11:11:15.000000000 +0200
+++ /var/tmp/diff_new_pack.7xOF7Y/_new  2015-05-25 11:11:15.000000000 +0200
@@ -77,6 +77,20 @@
   %fdupes -s %{buildroot}
   %kde_post_install
 
+# symlink file templates into place known to Plasma 5, remove once 
kde-baseapps is KF5-based
+mkdir -p %{buildroot}%{_datadir}/templates
+mkdir -p %{buildroot}%{_datadir}/templates/.source
+pushd %{buildroot}%{_kde4_sharedir}/templates
+for i in *.desktop; do
+ln -s $i %{buildroot}%{_datadir}/templates/
+done
+popd
+pushd %{buildroot}%{_kde4_sharedir}/templates/.source
+for i in *.desktop; do
+ln -s $i %{buildroot}%{_datadir}/templates/.source/
+done
+popd
+
 %package -n dolphin
 Summary:        KDE File Manager
 Group:          Productivity/File utilities
@@ -313,6 +327,7 @@
 %dir %{_kde4_appsdir}/kbookmark
 %dir %{_kde4_sharedir}/templates
 %dir %{_kde4_sharedir}/templates/.source
+%{_datadir}/templates/
 %exclude %{_kde4_includedir}/knewmenu.h
 %exclude %{_kde4_includedir}/konq_*.h
 %exclude %{_kde4_includedir}/konqmimedata.h


Reply via email to