KDE Frameworks 5.99
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=256
This commit is contained in:
parent
91a305afac
commit
cb024f9668
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e33958a642764f91e32f8155ac6abacf1ed63fadec8d70c857bea0f408b3ba4
|
||||
size 124504
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9PQACgkQWNDuZIpI
|
||||
s7vdtAf6AuUiFAV/xZzRdbv04CMcyhiOx8qVKxw5rvvUJP2gqL/thnUwAbIvaicE
|
||||
v2ttO/nmVu2ONe4hmr7kXB3qleHwwLZVewjLxcWZVxQ6tjGRbsz1SWt15j/VtX2X
|
||||
JidMIKJvX/rgr2TH9GupG9aLNg8NI1GKDqNGCH0a0oekTmh33Me19PV450+MkM2/
|
||||
rM8sLsHQQIFXyyr3S08BoRGGyVrHsdrcGvfvm9aPyfc5g2uk4B5JImOWuDFfJnRT
|
||||
t90y9nj1SHwFF6muIW7NDkCki+3dNNS2z8DAP428iwlleMRLavZcIf91VboeBrzy
|
||||
03aYJvYnLDJBEy5kMPCN32+JSILo7w==
|
||||
=1/e+
|
||||
-----END PGP SIGNATURE-----
|
3
kcompletion-5.99.0.tar.xz
Normal file
3
kcompletion-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b54b28cd3318aa403a15735d537739662b7397879a4f478545b444a75b54793
|
||||
size 124504
|
11
kcompletion-5.99.0.tar.xz.sig
Normal file
11
kcompletion-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VUsACgkQWNDuZIpI
|
||||
s7s3Zgf/Yky5uwd0aAam2Fhj9tV90IqLk+02lhoheI+MKUApYJraT1K1Oy+dcDGw
|
||||
PGMn7/ALLPUiVyfR+Gk3lgGCvcYm1geyRoX/vtKR22bdxwyaeZPgB5Q1ErkKmJnn
|
||||
wmtF0ppyrhraMYrNLdkSp6CCmJVnXcspmJ7H+TjMyMQBpH6qTUDR2eFWT/ea6pYu
|
||||
w0jnvPmE/6aeTGMXMjizydiM2bpDllkelIPkvxb+pJbkKAxPttzcsWorUw5DgE80
|
||||
JFVpk5Y+t8mMNKCgL75HVlrVIi8BT1mE8y5JnZ08b3lTdyIZ/2fwEe+CkxT/zxec
|
||||
W/ygOfBuXbuBp/x7O/O3WodyCFL/0A==
|
||||
=uBG2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:55:33 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.99.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.99.0
|
||||
- Changes since 5.98.0:
|
||||
* Show header in qtc6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:16:47 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.98
|
||||
%define _tar_path 5.99
|
||||
# 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 released
|
||||
Name: kcompletion
|
||||
Version: 5.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: Widgets with advanced completion support
|
||||
License: LGPL-2.1-or-later
|
||||
@ -40,11 +40,9 @@ BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
KCompletion provides widgets with advanced completion support as well as a
|
||||
@ -83,16 +81,12 @@ can be used with own widgets.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with released}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
%endif
|
||||
%find_lang kcompletion5 --with-qt --without-mo
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%if %{with released}
|
||||
%files -n %{lname}-lang -f %{name}5.lang
|
||||
%endif
|
||||
%files -n %{lname}-lang -f kcompletion5.lang
|
||||
|
||||
%files -n %{lname}
|
||||
%license LICENSES/*
|
||||
|
Loading…
Reference in New Issue
Block a user