Accepting request 348955 from home:wolfi323:branches:KDE:Applications
- Add fix-ksirk-desktop-exec-line.patch and revert it, this upstream commit breaks the application menu entry (kde#356731) OBS-URL: https://build.opensuse.org/request/show/348955 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksirk?expand=0&rev=21
This commit is contained in:
parent
bcb847bd70
commit
bc1cb6f00c
22
fix-ksirk-desktop-exec-line.patch
Normal file
22
fix-ksirk-desktop-exec-line.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From: Jeremy Whiting <jpwhiting@kde.org>
|
||||||
|
Date: Mon, 23 Nov 2015 20:39:04 +0000
|
||||||
|
Subject: Fix ksirk .desktop file exec line.
|
||||||
|
X-Git-Tag: v15.11.90
|
||||||
|
X-Git-Url: http://quickgit.kde.org/?p=ksirk.git&a=commitdiff&h=8e6165d0c18cf6a624457f216ca2a5a4c9092ca6
|
||||||
|
---
|
||||||
|
Fix ksirk .desktop file exec line.
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
--- a/ksirk/ksirk.desktop
|
||||||
|
+++ b/ksirk/ksirk.desktop
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
# KDE Config File
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
-Exec=ksirk -caption %c %i
|
||||||
|
+Exec=ksirk -qwindowtitle %c %i
|
||||||
|
Icon=ksirk
|
||||||
|
X-DocPath=ksirk/index.html
|
||||||
|
Terminal=false
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 14 17:09:42 UTC 2015 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Add fix-ksirk-desktop-exec-line.patch and revert it, this
|
||||||
|
upstream commit breaks the application menu entry (kde#356731)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 13 13:26:19 UTC 2015 - tittiatcoke@gmail.com
|
Sun Dec 13 13:26:19 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -24,6 +24,9 @@ Url: http://www.kde.org
|
|||||||
Version: 15.12.0
|
Version: 15.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: ksirk-%{version}.tar.xz
|
Source0: ksirk-%{version}.tar.xz
|
||||||
|
# PATCH-UNFIX-UPSTREAM fix-ksirk-desktop-exec-line.patch -- this commit broke the ksirk menu entry, revert it (kde#356731)
|
||||||
|
# (ksirk is still a KDE4 application and doesn't support the -qwindowtitle parameter)
|
||||||
|
Patch: fix-ksirk-desktop-exec-line.patch
|
||||||
BuildRequires: libkdegames4-devel
|
BuildRequires: libkdegames4-devel
|
||||||
BuildRequires: libqca2-devel
|
BuildRequires: libqca2-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -35,6 +38,7 @@ KsirK is a computerized version of a well known strategy game.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -Rp1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
|
Loading…
Reference in New Issue
Block a user