Accepting request 446072 from KDE:Applications
Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/446072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiten?expand=0&rev=79
This commit is contained in:
commit
50aa02e551
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cad6b3385de41100e861775fc6ca80f8e0de7be1506ad13d2dee69290c3bba61
|
||||
size 10633820
|
3
kiten-16.12.0.tar.xz
Normal file
3
kiten-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:876d223df8bf7963f556205fc9bbebd4f1e3a9ef003da4fb07d55d16ddbfd8e8
|
||||
size 10632736
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:45:57 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:32:04 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:31:30 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:18:58 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
|
17
kiten.spec
17
kiten.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kiten
|
||||
#
|
||||
# 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,8 +17,11 @@
|
||||
|
||||
|
||||
Name: kiten
|
||||
Version: 16.08.3
|
||||
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: Japanese Reference/Study Tool
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Teaching/Language
|
||||
@ -29,17 +32,18 @@ BuildRequires: karchive-devel
|
||||
BuildRequires: kcompletion-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: khtml-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: fonts-KanjiStrokeOrders
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
@ -63,9 +67,9 @@ This package contains files for developing applications using kiten.
|
||||
Summary: Font for learning Japanese Kanji
|
||||
License: BSD-3-Clause
|
||||
Group: System/X11/Fonts
|
||||
BuildRequires: fontpackages-devel
|
||||
Provides: kdeedu4:%{_kde4_datadir}/fonts/kanjistrokeorders/KanjiStrokeOrders.ttf
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontpackages-devel
|
||||
%reconfigure_fonts_prereq
|
||||
|
||||
%description -n fonts-KanjiStrokeOrders
|
||||
@ -94,7 +98,6 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%reconfigure_fonts_scriptlets -n fonts-KanjiStrokeOrders
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
@ -107,9 +110,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%{_kf5_sharedir}/kiten/
|
||||
%{_kf5_sharedir}/kxmlgui5/
|
||||
%{_kf5_bindir}/kiten
|
||||
%{_kf5_bindir}/kitenradselect
|
||||
%{_kf5_bindir}/kitengen
|
||||
%{_kf5_bindir}/kitenkanjibrowser
|
||||
%{_kf5_bindir}/kitenradselect
|
||||
%{_kf5_configkcfgdir}/
|
||||
%{_kf5_appstreamdir}/org.kde.kiten.appdata.xml
|
||||
%doc %{_kf5_htmldir}/en/kiten/
|
||||
|
Loading…
Reference in New Issue
Block a user