SHA256
1
0
forked from pool/kactivities5
Christophe Giboudeaux 2020-02-08 00:14:02 +00:00 committed by Git OBS Bridge
parent fe853dae2d
commit 658925cb5d
6 changed files with 41 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxL0ACgkQWNDuZIpI
s7uw5gf/fhg9BEcc3dGznZUO40Q1mxWcIuU4hADEXvFf+CcEfQ+MArUJ30q1OgfP
RtKpp90MePnneSHj8tMyP8WjEFdqR5ugi3cGaCAd26hgpsTqTMvmibiH+ZoqR3B+
4T+f5LnPchjyfe+hiOhliuEXmBcQ94vo76v5LkKzl8ZDOzbTXh/MTmJH6d32HnOh
nopE2h0h2HOLD0jfJ0dvNrONw2ykygZFH0RGHszGavisgzS6pUpY7e8bAQNiHU2P
9OmBf13xYYkiyhWHWMiVNh5ARusBWPsUUNF45pSj7IAzUWihnDqVKntJ09htMVG4
x24LA2SoF5ahlxVT74Q4h2Ql4lCb+w==
=y6nh
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420QsACgkQWNDuZIpI
s7thlgf/Xu6udbIkfHMhKugl9Eidqa11Cx9XzuWTc0Xky2YwO9KVO4BMt35QXNgy
8vimZv3znl8jGN8L60fhxeK1cGqn+/0ucXgE5dBoNuv947ovhQUt1H0hlChGDdtZ
uYuG2aQWoUQBD4tFSuwLmZVUQqjAATSRLhvBsMmxAmCElHknlZJqde30kRBBdRHv
eJlYjW+WX1yjJLdD6pGZ4SduloqnqdAmcwdrwZSKQwaGWz0M7oa3mDrsWDfjpARV
o/3GdgrZSGj5xpY7Jkc+wYqq9dkwmEO7fOVp1aokUFd4G4bOsywDE5FgEHGKpP4z
lIU49l2LTrQpSFmaXc8f9eqdY9r1nQ==
=hPue
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* Remove files that Windows cannot handle.
* Ensure to store resource uri without a trailing slash
-------------------------------------------------------------------
Sun Jan 5 09:01:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Activities5
%define _tar_path 5.66
%define _tar_path 5.67
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: kactivities5
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: KDE Plasma Activities support
License: GPL-2.0-or-later
@ -46,13 +46,13 @@ BuildRequires: xz
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Gui) >= 5.11.0
BuildRequires: cmake(Qt5Qml) >= 5.11.0
BuildRequires: cmake(Qt5Quick) >= 5.11.0
BuildRequires: cmake(Qt5Sql) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Quick) >= 5.12.0
BuildRequires: cmake(Qt5Sql) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
%description
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
@ -85,7 +85,7 @@ Summary: KDE Plasma Activities support
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules >= 1.7.0
Requires: cmake(Qt5Core) >= 5.11.0
Requires: cmake(Qt5Core) >= 5.12.0
%description devel
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
@ -96,7 +96,7 @@ Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build