From 57ec67539fb7bcdf4717102a3524a96c66e2a2bb2fb3711bfbfd1d25a1a0ef29 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 24 Jun 2017 19:47:44 +0000 Subject: [PATCH] Accepting request 505850 from home:wolfi323:branches:KDE:Applications - Fix the desktop file's Exec line, the executable is named umbrello5 (boo#1045654) OBS-URL: https://build.opensuse.org/request/show/505850 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/umbrello?expand=0&rev=64 --- umbrello.changes | 6 ++++++ umbrello.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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