SHA256
1
0
forked from pool/klickety

Accepting request 349051 from home:wolfi323:branches:KDE:Applications

- Add fix-ksame-desktop.patch: fix error when starting KSame from the application menu (kde#356742)

OBS-URL: https://build.opensuse.org/request/show/349051
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/klickety?expand=0&rev=22
This commit is contained in:
Raymond Wooninck 2015-12-15 19:23:17 +00:00 committed by Git OBS Bridge
parent 8428811484
commit fe1ddbc644
3 changed files with 17 additions and 0 deletions

8
fix-ksame-desktop.patch Normal file
View File

@ -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

View File

@ -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 Sun Dec 13 13:21:44 UTC 2015 - tittiatcoke@gmail.com

View File

@ -41,6 +41,8 @@ Url: http://www.kde.org
Version: 15.12.0 Version: 15.12.0
Release: 0 Release: 0
Source0: klickety-%{version}.tar.xz 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -49,6 +51,7 @@ Klickety is an adaptation of the Clickomania and SameGame games.
%prep %prep
%setup -q -n klickety-%{version} %setup -q -n klickety-%{version}
%patch -p0
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build