Accepting request 350078 from KDE:Applications
Update to KDE Applications 15.12.0 OBS-URL: https://build.opensuse.org/request/show/350078 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=64
This commit is contained in:
commit
583d46ccdd
@ -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 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f123d268b468314d272de2436e0d4a5774996ba9929553af0054599c51c9644
|
|
||||||
size 194168
|
|
3
kturtle-15.12.0.tar.xz
Normal file
3
kturtle-15.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:947538008a01d15f0f79f5a1d7fa49027749b0ba61a942d6c223bf017226aa13
|
||||||
|
size 194356
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.12.0
|
||||||
|
* KDE Applications 15.12.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-15.12.0.php
|
||||||
|
* boo#958887
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 10 20:19:35 UTC 2015 - tittiatcoke@gmail.com
|
Tue Nov 10 20:19:35 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -21,12 +21,9 @@ Summary: Logo Programming Environment
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Teaching/Mathematics
|
Group: Amusements/Teaching/Mathematics
|
||||||
Url: http://edu.kde.org
|
Url: http://edu.kde.org
|
||||||
Version: 15.08.3
|
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
|
||||||
@ -67,7 +63,7 @@ export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
|
|||||||
%{_kf5_bindir}/kturtle
|
%{_kf5_bindir}/kturtle
|
||||||
%{_kf5_configdir}/kturtle.knsrc
|
%{_kf5_configdir}/kturtle.knsrc
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
%{_datadir}/appdata/kturtle.appdata.xml
|
%{_datadir}/appdata/org.kde.kturtle.appdata.xml
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
|
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
|
||||||
%_kf5_configdir/*.knsrc
|
%_kf5_configdir/*.knsrc
|
||||||
%_datadir/kxmlgui5/kturtle/
|
%_datadir/kxmlgui5/kturtle/
|
||||||
|
Loading…
Reference in New Issue
Block a user