Accepting request 340638 from KDE:Applications
1 OBS-URL: https://build.opensuse.org/request/show/340638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=62
This commit is contained in:
12
fix-exec-line.patch
Normal file
12
fix-exec-line.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:136b615540e66fa38f406ff574dd0f5b169a056ec5446499307eb13d855cdb58
|
||||
size 194164
|
3
kturtle-15.08.2.tar.xz
Normal file
3
kturtle-15.08.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4613de8188082e57f917cbb44b561e700e020d924ca5fa0de57a2f10bb59303
|
||||
size 194168
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 19:01:14 UTC 2015 - wbauer@tmo.at
|
||||
|
||||
- Add fix-exec-line.patch: fixes the .desktop file's Exec line so
|
||||
that kturtle can actually be started from the application menu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 13:42:27 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.08.2
|
||||
* KDE Applications 15.08.2
|
||||
* https://www.kde.org/announcements/announce-applications-15.08.2.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 07:29:02 UTC 2015 - wbauer@tmo.at
|
||||
|
||||
|
@@ -21,9 +21,12 @@ Summary: Logo Programming Environment
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Teaching/Mathematics
|
||||
Url: http://edu.kde.org
|
||||
Version: 15.08.1
|
||||
Version: 15.08.2
|
||||
Release: 0
|
||||
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: extra-cmake-modules
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
@@ -43,6 +46,7 @@ KTurtle is an educational Logo programming environment.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%ifarch ppc ppc64
|
||||
|
Reference in New Issue
Block a user