diff --git a/umbrello.changes b/umbrello.changes index 82844f4..e32b1eb 100644 --- a/umbrello.changes +++ b/umbrello.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 23 08:56:43 UTC 2017 - wbauer@tmo.at + +- Fix the desktop file's Exec line, the executable is named + umbrello5 (boo#1045654) + ------------------------------------------------------------------- Wed Jun 07 17:43:06 CEST 2017 - lbeltrame@kde.org diff --git a/umbrello.spec b/umbrello.spec index e735cc1..fb8d64c 100644 --- a/umbrello.spec +++ b/umbrello.spec @@ -24,7 +24,7 @@ Release: 0 Summary: UML Modeller License: GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other -Url: http://www.kde.org +Url: http://www.kde.org/ Source0: %{name}-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: extra-cmake-modules @@ -82,6 +82,8 @@ export CFLAGS="%{optflags} -fPIC" %install %kf5_makeinstall -C build + # fix desktop file (boo#1045654) + sed -i "s/Exec=umbrello/Exec=umbrello5/" %{buildroot}%{_kf5_applicationsdir}/org.kde.umbrello5.desktop %suse_update_desktop_file org.kde.umbrello5 Development Design %post -p /sbin/ldconfig