forked from pool/kwindowsystem
KDE Frameworks 5.99
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwindowsystem?expand=0&rev=272
This commit is contained in:
parent
d01c415997
commit
a23e3f418e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:814a0e5506f794373840b2f0cb1fae1e3540b34e95b438e7edb9d2c87aed870a
|
||||
size 182484
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9XIACgkQWNDuZIpI
|
||||
s7tj4wf/atR8UdnLGPGJFX24SQ3LJermJCb5r6UyyBddHOHTH8Cx/AVHoWw1Kr/Q
|
||||
9XSMpPlxZLzcyqV/+pcCfPnUErVI2gRicRAu6VSIlRbFWapgjJcVxT+aYUxU/8aU
|
||||
+Sc2o8Hq93Ug6tEdR0c/g5GXFtung7o34K9C88HwRXkw+6IegGaPqIxRpaAMwJYb
|
||||
QOpZXS4DmTXBPHqqguR0B0NIraGYj3dTHDi/F6INp4hja/eEPpXEI9Ikrje2TlWS
|
||||
jHm08VhZoQfc8rvoCOB1BQDTKwC2CzeXM4257AkJeJ5fRViaR1eczjgtB0ZIR33t
|
||||
/+6qiVQFyU3Zpyo7Hcehscoam9UPxw==
|
||||
=TUF9
|
||||
-----END PGP SIGNATURE-----
|
3
kwindowsystem-5.99.0.tar.xz
Normal file
3
kwindowsystem-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4d13fbf562c05075bb59f997a0de567f96c008a379b7c796d2ca26c01a7f877
|
||||
size 182540
|
11
kwindowsystem-5.99.0.tar.xz.sig
Normal file
11
kwindowsystem-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VcYACgkQWNDuZIpI
|
||||
s7tFgQf+PL9btWl53T89nuxKkmbDiuCcp/FRINsWEyPCiCExHmj6b00M/mwKY3sQ
|
||||
wMqQ9+obDbRgmYAwy+aJz6DGdSoZFwvYkp1KWxIA10VClVFtm3YRk2+9JEfbYPXM
|
||||
T1ffeYrVJKNWxLmNdcpcZ4UCIdM0KXUICizQezqTlmxYSVr+ieeGh1+T9yJRkkgE
|
||||
L/zGEC34FtteL9QArurp+Pvk/MZdzG7mdcrAXhSNcW6vxcxtcpjMA2kaKSjbIhmj
|
||||
rveQrTUDaQxSGPBzx8iMUnORXK8vrORZ1bb63XRQeGPRWsOoobnPqYV+66o0nXNw
|
||||
mx4fVJBcMbu4Vvjaqa+IrFRKzFqDyg==
|
||||
=MseH
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:56:11 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:
|
||||
* Add Qt6 windows CI support
|
||||
* Port QtWinExtra uses for Qt 6
|
||||
* Remove QWindow::isExposed() check in activateWindow() (kde#458983)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:17:23 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WindowSystem5
|
||||
%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: kwindowsystem
|
||||
Version: 5.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: KDE Access to window manager
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,6 +39,7 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
|
||||
@ -47,9 +48,6 @@ BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-keysyms)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
Convenience access to certain properties and features of the window manager.
|
||||
@ -100,18 +98,15 @@ Development files.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with released}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
%endif
|
||||
%find_lang kwindowsystem5 --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 kwindowsystem5.lang
|
||||
|
||||
%files -n %{lname}
|
||||
%license LICENSES/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user