diff --git a/fix-ksame-desktop.patch b/fix-ksame-desktop.patch new file mode 100644 index 0000000..c00497a --- /dev/null +++ b/fix-ksame-desktop.patch @@ -0,0 +1,8 @@ +--- org.kde.ksame.desktop.old 2015-12-15 17:54:13.000000000 +0100 ++++ org.kde.ksame.desktop 2015-12-15 18:00:27.000000000 +0100 +@@ -147,4 +147,4 @@ + X-KDE-StartupNotify=true + X-DBUS-StartupType=Multi + Categories=Qt;KDE;Game;StrategyGame; +-X-DBUS-ServiceName=org.kde.ksame ++X-DBUS-ServiceName=org.kde.klickety diff --git a/klickety.changes b/klickety.changes index 6623329..e486333 100644 --- a/klickety.changes +++ b/klickety.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 15 17:08:21 UTC 2015 - wbauer@tmo.at + +- Add fix-ksame-desktop.patch: fix error when starting KSame from + the application menu (kde#356742) + ------------------------------------------------------------------- Sun Dec 13 13:21:44 UTC 2015 - tittiatcoke@gmail.com diff --git a/klickety.spec b/klickety.spec index b4fa2b6..dd25044 100644 --- a/klickety.spec +++ b/klickety.spec @@ -41,6 +41,8 @@ Url: http://www.kde.org Version: 15.12.0 Release: 0 Source0: klickety-%{version}.tar.xz +# PATCH-FIX-UPSTREAM fix-ksame-desktop.patch kde#356742 wbauer@tmo.at -- fix error when starting KSame from the application menu +Patch: fix-ksame-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -49,6 +51,7 @@ Klickety is an adaptation of the Clickomania and SameGame games. %prep %setup -q -n klickety-%{version} +%patch -p0 %build %cmake_kf5 -d build