Accepting request 348935 from home:wolfi323:branches:KDE:Applications
- Drop fix-exec-line.patch again, it is not necessary any more and would actually break the menu entry now OBS-URL: https://build.opensuse.org/request/show/348935 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kturtle?expand=0&rev=23
This commit is contained in:
parent
bf977665cb
commit
df8e2fe6ac
@ -1,12 +0,0 @@
|
|||||||
diff -ur kturtle-15.08.2/src/org.kde.kturtle.desktop kturtle-15.08.2.new/src/org.kde.kturtle.desktop
|
|
||||||
--- kturtle-15.08.2/src/org.kde.kturtle.desktop 2015-07-01 10:29:00.000000000 +0200
|
|
||||||
+++ kturtle-15.08.2.new/src/org.kde.kturtle.desktop 2015-10-22 21:16:48.000000000 +0200
|
|
||||||
@@ -123,7 +123,7 @@
|
|
||||||
GenericName[x-test]=xxEducational Programming Environmentxx
|
|
||||||
GenericName[zh_CN]=教育编程环境
|
|
||||||
GenericName[zh_TW]=教育程式環境
|
|
||||||
-Exec=kturtle -qwindowtitle %c
|
|
||||||
+Exec=kturtle -caption %c
|
|
||||||
Icon=kturtle
|
|
||||||
X-DocPath=kturtle/index.html
|
|
||||||
Type=Application
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 13 14:06:56 UTC 2015 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Drop fix-exec-line.patch again, it is not necessary any more and
|
||||||
|
would actually break the menu entry now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 13 13:29:49 UTC 2015 - tittiatcoke@gmail.com
|
Sun Dec 13 13:29:49 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -24,9 +24,6 @@ Url: http://edu.kde.org
|
|||||||
Version: 15.12.0
|
Version: 15.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE fix-exec-line.patch wbauer@tmo.at -- fixes the .desktop file's Exec line so that kturtle can actually be started
|
|
||||||
# should be removed for 15.12, when kturtle will not use kdelibs4support any more and actually support the "-qwindowtitle" parameter
|
|
||||||
Patch: fix-exec-line.patch
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
@ -46,7 +43,6 @@ KTurtle is an educational Logo programming environment.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user