Accepting request 630255 from KDE:Applications
Update to 18.08.0 OBS-URL: https://build.opensuse.org/request/show/630255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kpat?expand=0&rev=77
This commit is contained in:
commit
9661d711cd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a4558e6b345ca411fca31eacfac4e317a10c59864ebff1d98268909c401bd29
|
|
||||||
size 3565116
|
|
3
kpat-18.08.0.tar.xz
Normal file
3
kpat-18.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b4ba00d0d90ccb60a8b9328d22f0ce31413abe8a4ead775d712b8a5b2355a936
|
||||||
|
size 3567716
|
26
kpat.changes
26
kpat.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 16 22:06:17 UTC 2018 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to 18.08.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.08.0.php
|
||||||
|
- Changes since 18.07.80:
|
||||||
|
* Freecell: Don't allow moving out of foundation
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 26 13:00:52 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 18.07.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||||
|
- Changes since 18.04.3:
|
||||||
|
* Make keyboard action labels translatable
|
||||||
|
* Apply Jonathan's suggested change, let's see if it still builds on BSD
|
||||||
|
* Fix linking on FreeBSD
|
||||||
|
* Use Freecell Solver for FreeCell and Simple Simon
|
||||||
|
* Refactor the Solver class
|
||||||
|
* Getting rid of macros and dead code:
|
||||||
|
* General Code clean-up
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 13 04:50:08 UTC 2018 - lbeltrame@kde.org
|
Fri Jul 13 04:50:08 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
27
kpat.spec
27
kpat.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kpat
|
# spec file for package kpat
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 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,21 +15,21 @@
|
|||||||
# 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: kpat
|
|
||||||
Version: 18.04.3
|
|
||||||
Release: 0
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.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: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
Name: kpat
|
||||||
|
Version: 18.08.0
|
||||||
|
Release: 0
|
||||||
Summary: Patience card game
|
Summary: Patience card game
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Amusements/Games/Board/Card
|
Group: Amusements/Games/Board/Card
|
||||||
Url: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source0: kpat-%{version}.tar.xz
|
Source0: kpat-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: freecell-solver-devel
|
||||||
BuildRequires: kcompletion-devel
|
BuildRequires: kcompletion-devel
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
BuildRequires: kconfigwidgets-devel
|
BuildRequires: kconfigwidgets-devel
|
||||||
@ -65,7 +65,6 @@ Provides: %{name}5 = %{version}
|
|||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KPatience is a collection of various patience games known all over the
|
KPatience is a collection of various patience games known all over the
|
||||||
@ -87,7 +86,7 @@ more. The game has nice graphics and many different carddecks.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
%kf5_find_htmldocs
|
%{kf5_find_htmldocs}
|
||||||
%endif
|
%endif
|
||||||
%suse_update_desktop_file -r org.kde.kpat Game CardGame
|
%suse_update_desktop_file -r org.kde.kpat Game CardGame
|
||||||
|
|
||||||
@ -98,8 +97,7 @@ more. The game has nice graphics and many different carddecks.
|
|||||||
%mime_database_postun
|
%mime_database_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING COPYING.DOC
|
||||||
%doc COPYING COPYING.DOC
|
|
||||||
%config %{_kf5_configdir}/kcardtheme.knsrc
|
%config %{_kf5_configdir}/kcardtheme.knsrc
|
||||||
%config %{_kf5_configdir}/kpat.knsrc
|
%config %{_kf5_configdir}/kpat.knsrc
|
||||||
%dir %{_kf5_configkcfgdir}
|
%dir %{_kf5_configkcfgdir}
|
||||||
@ -109,9 +107,7 @@ more. The game has nice graphics and many different carddecks.
|
|||||||
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
|
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
|
||||||
%dir %{_kf5_iconsdir}/hicolor/64x64
|
%dir %{_kf5_iconsdir}/hicolor/64x64
|
||||||
%dir %{_kf5_iconsdir}/hicolor/64x64/apps
|
%dir %{_kf5_iconsdir}/hicolor/64x64/apps
|
||||||
%dir %{_kf5_mandir}/man6
|
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/kpat/
|
%doc %lang(en) %{_kf5_htmldir}/en/kpat/
|
||||||
%doc %{_kf5_mandir}/man6/kpat.6.gz
|
|
||||||
%{_kf5_applicationsdir}/org.kde.kpat.desktop
|
%{_kf5_applicationsdir}/org.kde.kpat.desktop
|
||||||
%{_kf5_appsdir}/kpat/
|
%{_kf5_appsdir}/kpat/
|
||||||
%{_kf5_bindir}/kpat
|
%{_kf5_bindir}/kpat
|
||||||
@ -120,11 +116,12 @@ more. The game has nice graphics and many different carddecks.
|
|||||||
%{_kf5_iconsdir}/hicolor/*/apps/kpat.*
|
%{_kf5_iconsdir}/hicolor/*/apps/kpat.*
|
||||||
%{_kf5_kxmlguidir}/kpat/
|
%{_kf5_kxmlguidir}/kpat/
|
||||||
%{_kf5_libdir}/libkcardgame.so
|
%{_kf5_libdir}/libkcardgame.so
|
||||||
|
%{_kf5_mandir}/man6/kpat.6.gz
|
||||||
%{_kf5_sharedir}/mime/packages/kpatience.xml
|
%{_kf5_sharedir}/mime/packages/kpatience.xml
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user