SHA256
1
0
forked from pool/kcoreaddons
Luca Beltrame
2021-05-09 07:41:56 +00:00
committed by Git OBS Bridge
parent d344b5ea9e
commit a71b9cf67a
6 changed files with 37 additions and 24 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprSgACgkQWNDuZIpI
s7stxAgAtpE1M3rylr0PKSOnf/88OSmLhqIz29rItpGmGzxYZjXpDgJ7+iR4hJ8+
NfLwP6c5R2QpNF4bVZQiAtMCGzeQUE5dEYLfPU5tTI+emd2uquWG8HYYun3AYQrq
eipgYpp3dIjoi8BfT3Lzjg4pYB9w1xzLEmhRaJOUev+60Z4LaOGWj2FxmSL2/StW
b9uhkv5A+QGuzU+75nNlKrzTFwCmoGLQ/naReaLhuuSqpQlPguYnhDS6+W0jM5yK
46DtSpp6zxgWP6Tpobif/e9sr/Fsn5kBFqlOUEcj2nNg4mVJn5oAefRtF8UI0ZIU
SjgP3EDX2xCKInvqMRuDTIcJPHfi1A==
=cF9Z
-----END PGP SIGNATURE-----

View File

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaYcACgkQWNDuZIpI
s7taOwf9E3t5O5GJGppD1d2PbC72dPh3Of2oniMz6yCGUFpVgY3n9HB7IZM0Gb5d
hhgkBgQeGdaBs9YxqA6mNw19xYKh6dN/v83VQL8aOgpP/RXyfGxVNLQyYmBH2hqJ
IIDH/eshO7ifyp+xWLN672yaYeZVb/PUWKT4S/lmvz1ckLYdH+E0bZVN7TcAcOsB
uhskQHOrMTjIg7f9BxSfY6z2Bl94wqeYwLETtHqpZHOH+Wl0oWmL6WMY0rTEkBN/
gk5y5vr8GjFb7dM2KCTG6oNsNb/ozCCVLWMy/E3QNxSvjk9deagP2Y2PdsxATlTZ
3lasXhcVGXQ36LNmkFXAfiRNea+I1A==
=b8Mq
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat May 1 16:40:42 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- Changes since 5.81.0:
* KPluginMetaData::instanciate to print the error when it fails
* Call ecm_install_po_files_as_qm() unconditionally
* Add SMB2 and CIFS magic numbers
* KFuzzyMatcher update
-------------------------------------------------------------------
Mon Apr 5 07:12:15 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5
%define _tar_path 5.81
%define _tar_path 5.82
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kcoreaddons
Version: 5.81.0
Version: 5.82.0
Release: 0
Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later
@@ -40,10 +40,10 @@ BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: shared-mime-info
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5Core) >= 5.15.0
Requires: shared-mime-info
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
Recommends: %{name}-lang = %{version}
@@ -71,7 +71,7 @@ Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: %{name} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.14.0
Requires: cmake(Qt5Core) >= 5.15.0
%description devel
KCoreAddons provides classes built on top of QtCore to perform various tasks
@@ -82,15 +82,15 @@ replacement, accessing user information and many more. Development files.
%lang_package
%prep
%setup -q
%autosetup -p1
%build
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert -DKDE4_DEFAULT_HOME=".kde4"
%cmake_build
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert -DKDE4_DEFAULT_HOME=".kde4"
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%find_lang %{name}5 --all-name --with-qt --without-mo