KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwindowsystem?expand=0&rev=245
This commit is contained in:
parent
d815ce2190
commit
e433e50261
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4753aaabb073b41dd8be79d454756ec616cc386f3be16f5503a77c84e12eaa86
|
||||
size 177724
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprasACgkQWNDuZIpI
|
||||
s7vtvwf/Xc9kyeuB6VWp4gdIwnayogbj12uqIYxpvbH2RPPf3mt6txEuLve8jMEI
|
||||
EFziXYuK2l1uFXi8+KyoVarOz2J53nJrY9iyIw8HrOpxt9KpjMRBEjTmXfzNbD0q
|
||||
39UIJVygLPNqTfXGRLgae9fp2EazrdhgU3GXgzw21dy4NyHAz8tYIZWF25ybNbqH
|
||||
d3LFlSLDSjsQRhHoPrxs5MpojMoloyCp8x26USXguiW+omhzUYU1uIxlRP1YJXa+
|
||||
q8K5A6HsJ5/KgYrpLJ6oCYZ4ez2MrhVJrnr9Z8LpHtRfXVC7dZ9d8PwrC+Jty/jK
|
||||
4E+g4v6QDjaa8AVxkDb1629iueqi5Q==
|
||||
=XdGv
|
||||
-----END PGP SIGNATURE-----
|
3
kwindowsystem-5.82.0.tar.xz
Normal file
3
kwindowsystem-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a80e662bc598a69cd32651ce11b501ac903bb8729f4fd45915edf5d270a790e
|
||||
size 177932
|
11
kwindowsystem-5.82.0.tar.xz.sig
Normal file
11
kwindowsystem-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNagsACgkQWNDuZIpI
|
||||
s7vh7Af9FZ+2kdq1KRYT55t1PGYrAUPwxnv4ZvtUD5gNrcIng/0rSYmuVeg5bdzl
|
||||
DCr7FHWLAYvYWT5UInpt7BTrHaeDBw8r2+Ka3GBwTXCBk9o6R059cRRgdmDlGP31
|
||||
3nYyjj3w08+XX0sG9DnT9BQXRR4oHd9y8Qi+Vh+MUqoeoEDxXe70A6GAg9oAboaU
|
||||
ceiawEMwKi8xJ/wXND/ULGP63AIleOZFZZAVQahBb2aBvcn8C/JAm9cH61hPH8sM
|
||||
F0HtrTo9sFyOgCUBTG4jpsxaPDCvgA3suFBxJk+bAT1Zq6rDB+7Wz72sZaktd/zd
|
||||
bS/XKC4RtqxygDfo0iW0DPgVWTrCAQ==
|
||||
=2NL2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:41:18 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:
|
||||
* Deprecate present windows and highlight windows apis
|
||||
* Properly guard deprecated code in autotests
|
||||
* Deprecate WId-based effects API
|
||||
* Use new version-controlled enumerator deprecation warning macros
|
||||
* Add clang-format pre-commit hook
|
||||
* Run clang-format
|
||||
* Prevent clang-format uglification
|
||||
* Add trailing comma to enum
|
||||
* Deprecate KWindowEffects::windowSizes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:51 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WindowSystem5
|
||||
%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: kwindowsystem
|
||||
Version: 5.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: KDE Access to window manager
|
||||
License: LGPL-2.1-or-later
|
||||
@ -40,16 +40,16 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-keysyms)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -80,8 +80,8 @@ Summary: KDE Access to window manager: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Core) >= 5.14.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.14.0
|
||||
Requires: cmake(Qt5Core) >= 5.15.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||
Requires: pkgconfig(x11)
|
||||
Requires: pkgconfig(xcb)
|
||||
|
||||
@ -96,15 +96,15 @@ Development files.
|
||||
%lang_package -n %{lname}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user