SHA256
1
0
forked from pool/kturtle

Accepting request 446134 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=75
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:52:30 +00:00 committed by Git OBS Bridge
commit b56f91c12e
4 changed files with 46 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:876ce6e271339e2699986b29ab088c3d8cbb1f61c0b805e86309f5da38120c3c
size 193920

3
kturtle-16.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c710c27526db8bdcb489b8138bd957b219f2f3ef798a3acd6b4d2c125595b1db
size 197000

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:57:30 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
-------------------------------------------------------------------
Sat Dec 3 16:41:49 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
-------------------------------------------------------------------
Tue Nov 29 12:39:14 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
-------------------------------------------------------------------
Wed Nov 9 06:25:27 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kturtle
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,23 +17,28 @@
Name: kturtle
Version: 16.12.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Logo Programming Environment
License: GPL-2.0+
Group: Amusements/Teaching/Mathematics
Url: http://edu.kde.org
Version: 16.08.3
Release: 0
Source0: %{name}-%{version}.tar.xz
BuildRequires: update-desktop-files
BuildRequires: extra-cmake-modules
BuildRequires: kcrash-devel
BuildRequires: kdelibs4support-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: ki18n-devel
BuildRequires: kdelibs4support-devel
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -46,7 +51,7 @@ KTurtle is an educational Logo programming environment.
%build
%ifarch ppc ppc64
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
%cmake_kf5 -d build
%make_jobs
@ -62,11 +67,11 @@ export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
%{_kf5_applicationsdir}/org.kde.kturtle.desktop
%{_kf5_bindir}/kturtle
%{_kf5_configdir}/kturtle.knsrc
%dir %{_datadir}/appdata
%{_datadir}/appdata/org.kde.kturtle.appdata.xml
%{_kf5_appstreamdir}/org.kde.kturtle.appdata.xml
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
%_kf5_configdir/*.knsrc
%_datadir/kxmlgui5/kturtle/
%_kf5_htmldir/en/kturtle/
%{_kf5_configdir}/*.knsrc
%{_datadir}/kxmlgui5/kturtle/
%{_kf5_htmldir}/en/kturtle/
%dir %{_kf5_appstreamdir}
%changelog