SHA256
1
0
forked from pool/kpat

KDE Applications 18.08.0 beta (third time's the charm)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kpat?expand=0&rev=79
This commit is contained in:
Wolfgang Bauer 2018-07-28 13:41:35 +00:00 committed by Git OBS Bridge
parent 86d273a078
commit ac10c1d37c
4 changed files with 31 additions and 18 deletions

View File

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

3
kpat-18.07.80.tar.xz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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

View File

@ -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.07.80
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