This commit is contained in:
parent
bc1cb6f00c
commit
6439d1e352
@ -1,22 +0,0 @@
|
|||||||
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,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5f80be5c433d2c94db9b6eb10af7352d914b25809154579f503b00019dde125c
|
oid sha256:1e72de20a031f4e3c25a55b7fe8fcaeb51c9b8920d2bb1e98e48da7bfebdfe12
|
||||||
size 5002172
|
size 5003496
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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,9 +24,6 @@ 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
|
||||||
@ -38,7 +35,6 @@ 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