This commit is contained in:
parent
6124659f85
commit
319240cfa8
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:45:34 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.08.0
|
||||
* New feature release
|
||||
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||
- Changes since 17.04.3 :
|
||||
- Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:17:52 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
47
kigo.spec
47
kigo.spec
@ -17,9 +17,12 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kigo
|
||||
Version: 17.07.90
|
||||
Release: 0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Traditional Chinese Boardgame for KDE
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Board/Other
|
||||
@ -29,22 +32,30 @@ BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): shared-mime-info
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Obsoletes: kigo5 < %{version}
|
||||
Provides: kigo5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Traditional Chinese Boardgame
|
||||
@ -67,25 +78,19 @@ Traditional Chinese Boardgame
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
|
||||
%post
|
||||
%mime_database_post
|
||||
|
||||
%postun
|
||||
%mime_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config %{_kf5_configdir}/kigo*.knsrc
|
||||
%doc AUTHORS COPYING*
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%{_kf5_applicationsdir}/org.kde.kigo.desktop
|
||||
%{_kf5_appstreamdir}/org.kde.kigo.appdata.xml
|
||||
%doc COPYING COPYING.DOC
|
||||
%{_kf5_bindir}/kigo
|
||||
%{_kf5_configkcfgdir}/kigo.kcfg
|
||||
%{_kf5_htmldir}/en/kigo/
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kigo/
|
||||
%{_kf5_applicationsdir}/org.kde.kigo.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kigo.*
|
||||
%{_kf5_appsdir}/kigo/
|
||||
%config %{_kf5_configdir}/kigo*.knsrc
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%{_kf5_configkcfgdir}/kigo.kcfg
|
||||
%{_kf5_kxmlguidir}/kigo/
|
||||
%{_kf5_sharedir}/kigo/
|
||||
%{_kf5_appstreamdir}/org.kde.kigo.appdata.xml
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user