SHA256
1
0
forked from pool/palapeli

Accepting request 855291 from KDE:Applications

KDE Applications 20.12.0

OBS-URL: https://build.opensuse.org/request/show/855291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/palapeli?expand=0&rev=103
This commit is contained in:
Dominique Leuenberger 2020-12-17 16:03:24 +00:00 committed by Git OBS Bridge
commit 1aa0a0a9b7
6 changed files with 56 additions and 29 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqkIACgkQ29LOiT4t
HIcFDQf+Kkfv8Nhk50adnEKmQp5fiTKVLUIao14OivurQb9H7RqIsM0m5zQCkBIS
nsm+2Fs9ttne02k4ALjBFBCPvwSjYMzM2CkN4PkZrIzNRiEu1DtomBuw2dcnAboY
LZ4uyZKn+w1liqUFllHpmrFFzY9K9wPWO3YtwW7Kiqz+fdbsJyDAwPfeGfFMdVnQ
WN9xAJeD+Ml+WGUVL0Fx/zIWkYTKz2OY4fhW21y1TSvRA4rxE83JQmfwnqlcOO2z
IjKI2ntoe3geUZUkv76x+zxY8gE1Ool9/oHzkNNJgGaeZBUfzavnQgjOM/70F8uh
MDcCx9FCmqQXqRQicKFNBH/kgaz84w==
=gXKR
-----END PGP SIGNATURE-----

3
palapeli-20.12.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhIsACgkQ29LOiT4t
HId5FAf+KpYFB8r8l12draJY0Kbr8BkdBVY4DKGJjHZMbj610bbtNLBQCqahgihM
F2lXi0gPGKv/NEL2VCsRaYIrFrHDgV609y64FZvxYDKaqVjVL4BWwd/75/sdcGh9
aF4vJICOKP/ow7QVJxL87Ci6Mq3lrT3Ksb72DlpEj+q76xG2L5aVppWsguaQSWOJ
jUgGliQBZ9P2474ZELantAxExBzH0DDLAvk0/gLOReT4sA0GqACGwYPE7/ZyWkDT
50A48MFkrI4sUBpa7T60sbKVwXwsW9AnMRNnf9oT4N9Kma/Hct70nveO5XGsAquK
A/TRpMHdjX0KLnXt752N5Uw0N44hGA==
=6jHD
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Dec 5 23:17:56 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-12-apps-update
- No code change since 20.11.90
-------------------------------------------------------------------
Fri Nov 27 15:18:08 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.90
* New feature release
- No code change since 20.11.80
-------------------------------------------------------------------
Sat Nov 14 00:03:11 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Changes since 20.08.3:
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* We use QRandomGenerator => we need qt5.10 min
* Drop empty X-KDE-PluginInfo-Depends
* Port away from deprecated Qt::MidButton
-------------------------------------------------------------------
Thu Nov 5 22:47:56 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: palapeli
Version: 20.08.3
Version: 20.12.0
Release: 0
Summary: Jigsaw puzzle game
License: GPL-2.0-or-later
@ -29,6 +29,7 @@ Group: Amusements/Games/Board/Puzzle
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: shared-mime-info
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Config)
@ -49,8 +50,6 @@ BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Requires: palapeli-data = %{version}
Requires(post): shared-mime-info
Requires(postun): shared-mime-info
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
@ -86,23 +85,28 @@ This package contains the development files for Palapeli.
%setup -q
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%suse_update_desktop_file -r org.kde.palapeli Game BoardGame
%suse_update_desktop_file -r org.kde.palapeli Game BoardGame
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING*
%doc %lang(en) %{_kf5_htmldir}/en/palapeli/
%dir %{_kf5_iconsdir}/hicolor/128x128/
%dir %{_kf5_iconsdir}/hicolor/128x128/apps
%dir %{_kf5_iconsdir}/hicolor/128x128/mimetypes/
%dir %{_kf5_iconsdir}/hicolor/16x16
%dir %{_kf5_iconsdir}/hicolor/16x16/apps
%dir %{_kf5_iconsdir}/hicolor/16x16/mimetypes
@ -115,16 +119,13 @@ This package contains the development files for Palapeli.
%dir %{_kf5_iconsdir}/hicolor/64x64
%dir %{_kf5_iconsdir}/hicolor/64x64/apps
%dir %{_kf5_iconsdir}/hicolor/64x64/mimetypes
%dir %{_kf5_iconsdir}/hicolor/128x128/
%dir %{_kf5_iconsdir}/hicolor/128x128/apps
%dir %{_kf5_iconsdir}/hicolor/128x128/mimetypes/
%{_kf5_iconsdir}/hicolor/*/apps/palapeli.png
%{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-palapeli.png
%dir %{_kf5_servicesdir}/ServiceMenus
%doc %lang(en) %{_kf5_htmldir}/en/palapeli/
%{_kf5_applicationsdir}/org.kde.palapeli.desktop
%{_kf5_appstreamdir}/org.kde.palapeli.appdata.xml
%{_kf5_bindir}/palapeli
%{_kf5_debugdir}/palapeli.categories
%{_kf5_iconsdir}/hicolor/*/apps/palapeli.png
%{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-palapeli.png
%{_kf5_kxmlguidir}/palapeli/
%{_kf5_libdir}/libpala.so.*
%{_kf5_notifydir}/palapeli.notifyrc
@ -136,7 +137,6 @@ This package contains the development files for Palapeli.
%{_kf5_servicesdir}/palathumbcreator.desktop
%{_kf5_servicetypesdir}/libpala-slicerplugin.desktop
%{_kf5_sharedir}/mime/packages/palapeli-mimetypes.xml
%{_kf5_debugdir}/palapeli.categories
%files data
%license COPYING*