forked from pool/kfourinline
This commit is contained in:
parent
35bcf00f6d
commit
f23fdac702
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:45:28 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 :
|
||||||
|
* Use Q_DECLARE_OVERRIDE
|
||||||
|
* Silence unused variable warnings.
|
||||||
|
* Do not require KCompletion.
|
||||||
|
* Port away from KDELibs4Support.
|
||||||
|
* Port away from KFileDialog.
|
||||||
|
* Port from KDialog to QDialog
|
||||||
|
* Port away from KButtonGroup.
|
||||||
|
* Port away from KStandardDirs.
|
||||||
|
* Port away from KVBox.
|
||||||
|
* Convert KF5 includes to camelCase.
|
||||||
|
* remove obsolete LSM file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:17:43 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:17:43 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kfourinline
|
# spec file for package kfourinline
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,36 +15,39 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kfourinline
|
Name: kfourinline
|
||||||
Version: 17.07.90
|
Version: 17.07.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# 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}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Four Wins game
|
Summary: Four Wins game
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: Amusements/Toys/Other
|
Group: Amusements/Toys/Other
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: kfourinline-%{version}.tar.xz
|
Source0: kfourinline-%{version}.tar.xz
|
||||||
BuildRequires: libkdegames-devel
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: kcompletion-devel
|
||||||
BuildRequires: pkgconfig(Qt5Svg)
|
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: kconfigwidgets-devel
|
||||||
BuildRequires: kcoreaddons-devel
|
BuildRequires: kcoreaddons-devel
|
||||||
BuildRequires: kcrash-devel
|
BuildRequires: kcrash-devel
|
||||||
BuildRequires: ki18n-devel
|
|
||||||
BuildRequires: kdnssd-framework-devel
|
|
||||||
BuildRequires: kconfigwidgets-devel
|
|
||||||
BuildRequires: kcompletion-devel
|
|
||||||
BuildRequires: kxmlgui-devel
|
|
||||||
BuildRequires: kdelibs4support-devel
|
BuildRequires: kdelibs4support-devel
|
||||||
|
BuildRequires: kdnssd-framework-devel
|
||||||
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kxmlgui-devel
|
||||||
|
BuildRequires: libkdegames-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -73,14 +76,14 @@ Four wins is a two-player board game where you have to align four
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
|
%dir %{_kf5_configkcfgdir}
|
||||||
|
%doc %lang(en) %{_kf5_htmldir}/en/kfourinline/
|
||||||
|
%{_kf5_applicationsdir}/org.kde.kfourinline.desktop
|
||||||
|
%{_kf5_appsdir}/kfourinline/
|
||||||
%{_kf5_bindir}/kfourinline
|
%{_kf5_bindir}/kfourinline
|
||||||
%{_kf5_bindir}/kfourinlineproc
|
%{_kf5_bindir}/kfourinlineproc
|
||||||
%{_kf5_applicationsdir}/org.kde.kfourinline.desktop
|
|
||||||
%{_kf5_htmldir}/en/kfourinline/
|
|
||||||
%{_kf5_appsdir}/kfourinline/
|
|
||||||
%{_kf5_iconsdir}/hicolor/*/*/kfourinline.*
|
|
||||||
%dir %{_kf5_configkcfgdir}
|
|
||||||
%{_kf5_configkcfgdir}/kwin4.kcfg
|
%{_kf5_configkcfgdir}/kwin4.kcfg
|
||||||
|
%{_kf5_iconsdir}/hicolor/*/*/kfourinline.*
|
||||||
%{_kf5_kxmlguidir}/kfourinline/
|
%{_kf5_kxmlguidir}/kfourinline/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user