From 2475ed197b8fe02e0e6be7ca35eecf78d484cb849d6927a88a4f17518186e882 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 13 Aug 2016 18:59:51 +0000 Subject: [PATCH] Accepting request 419158 from home:wolfi323:branches:KDE:Applications I think we shouldn't use %{_kf5_appstreamdir} in marble yet. 16.08.0 does not use the appropriate cmake variables and installs the appdata files explicitly to ${CMAKE_INSTALL_FULL_DATAROOTDIR}/appdata/ This is "fixed" in master, but not in 16.08. OBS-URL: https://build.opensuse.org/request/show/419158 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/marble?expand=0&rev=108 --- marble.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/marble.spec b/marble.spec index 00e1dc1..413fbcb 100644 --- a/marble.spec +++ b/marble.spec @@ -234,7 +234,7 @@ cmake -DCMAKE_BUILD_TYPE=%{_kf5_build_type} \ %defattr(-,root,root) %{_kf5_applicationsdir}/marble.desktop %{_kf5_bindir}/marble -%dir %{_kf5_appstreamdir} -%{_kf5_appstreamdir}/marble.appdata.xml +%dir %{_kf5_sharedir}/appdata +%{_kf5_sharedir}/appdata/marble.appdata.xml %changelog