1
0
forked from pool/kwindowsystem
Christophe Giboudeaux 2022-10-08 17:28:02 +00:00 committed by Git OBS Bridge
parent d01c415997
commit a23e3f418e
6 changed files with 32 additions and 25 deletions

View File

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

View File

@ -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-----

View File

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

View 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-----

View File

@ -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> Tue Sep 6 07:17:23 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5WindowSystem5 %define lname libKF5WindowSystem5
%define _tar_path 5.98 %define _tar_path 5.99
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kwindowsystem Name: kwindowsystem
Version: 5.98.0 Version: 5.99.0
Release: 0 Release: 0
Summary: KDE Access to window manager Summary: KDE Access to window manager
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -39,6 +39,7 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0 BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0 BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0 BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
@ -47,9 +48,6 @@ BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-keysyms) BuildRequires: pkgconfig(xcb-keysyms)
BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xrender)
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
%description %description
Convenience access to certain properties and features of the window manager. Convenience access to certain properties and features of the window manager.
@ -100,18 +98,15 @@ Development files.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%fdupes %{buildroot} %fdupes %{buildroot}
%if %{with released} %find_lang kwindowsystem5 --with-qt --without-mo
%find_lang %{name}5 --with-qt --without-mo
%endif
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig
%if %{with released} %files -n %{lname}-lang -f kwindowsystem5.lang
%files -n %{lname}-lang -f %{name}5.lang
%endif
%files -n %{lname} %files -n %{lname}
%license LICENSES/* %license LICENSES/*