Accepting request 417844 from home:wolfi323:test
- Remove workaround to install "Create New" templates as actual files, the issues with using the embedded resource are fixed in 5.25.0 OBS-URL: https://build.opensuse.org/request/show/417844 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=146
This commit is contained in:
parent
983fd1386b
commit
140ee1bb33
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 11:28:15 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Remove workaround to install "Create New" templates as actual
|
||||
files, the issues with using the embedded resource are fixed in
|
||||
5.25.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 21:54:01 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
13
kio.spec
13
kio.spec
@ -141,18 +141,6 @@ echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang
|
||||
echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang
|
||||
%endif
|
||||
|
||||
# install "Create New" templates to %{_kf5_sharedir}/templates/ as a workaround until kde#963680 is fixed (boo#963680)
|
||||
mkdir -p %{buildroot}%{_kf5_sharedir}/templates/.source
|
||||
cd src/new_file_templates
|
||||
for i in link* Directory.desktop HTMLFile.desktop TextFile.desktop
|
||||
do
|
||||
cp $i %{buildroot}%{_kf5_sharedir}/templates/
|
||||
done
|
||||
for i in HTMLFile.html Program.desktop TextFile.txt URL.desktop
|
||||
do
|
||||
cp $i %{buildroot}%{_kf5_sharedir}/templates/.source/
|
||||
done
|
||||
|
||||
%post core -p /sbin/ldconfig
|
||||
|
||||
%postun core -p /sbin/ldconfig
|
||||
@ -250,7 +238,6 @@ done
|
||||
%{_kf5_servicesdir}/webshortcuts.desktop
|
||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kpasswdserver.service
|
||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kcookiejar5.service
|
||||
%{_kf5_sharedir}/templates/
|
||||
%doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.*
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%dir %{_kf5_htmldir}
|
||||
|
Loading…
Reference in New Issue
Block a user