automatic version update by autodist [release 5.22.1-1mamba;Wed Jun 16 2021]
This commit is contained in:
parent
1443ca8998
commit
3554758fcb
29
kwin.spec
29
kwin.spec
@ -1,16 +1,14 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
|
||||
Name: kwin
|
||||
Version: 5.21.5
|
||||
Release: 2mamba
|
||||
Version: 5.22.1
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 window manager
|
||||
Group: Graphical Desktop/Applications/Environment
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.kde.org
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{plasmaver}/kwin-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -87,7 +85,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description
|
||||
KDE Frameworks 5 window manager.
|
||||
|
||||
## remove the library block if this package does not provide library and development stuff
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
@ -116,11 +113,11 @@ export QV4_FORCE_INTERPRETER=1
|
||||
|
||||
%cmake_kde5 -d build
|
||||
|
||||
%ifarch x86_64
|
||||
sed -i "s|/usr/lib/lib|/usr/lib64/lib|g" \
|
||||
plugins/kdecorations/aurorae/src/CMakeFiles/kwin5_aurorae.dir/link.txt \
|
||||
scripting/CMakeFiles/kcm_kwin4_genericscripted.dir/link.txt
|
||||
%endif
|
||||
#%ifarch x86_64
|
||||
#sed -i "s|/usr/lib/lib|/usr/lib64/lib|g" \
|
||||
# plugins/kdecorations/aurorae/src/CMakeFiles/kwin5_aurorae.dir/link.txt \
|
||||
# scripting/CMakeFiles/kcm_kwin4_genericscripted.dir/link.txt
|
||||
#%endif
|
||||
|
||||
%make
|
||||
|
||||
@ -154,6 +151,8 @@ sed -i "s|/usr/lib/lib|/usr/lib64/lib|g" \
|
||||
%{_datadir}/knsrcfiles/*.knsrc
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_kwin_virtualdesktops
|
||||
%{_datadir}/kpackage/kcms/kcm_kwin_virtualdesktops/*
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_virtualkeyboard
|
||||
%{_datadir}/kpackage/kcms/kcm_virtualkeyboard/*
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_kwin_effects
|
||||
%{_datadir}/kpackage/kcms/kcm_kwin_effects/*
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_kwindecoration
|
||||
@ -186,6 +185,7 @@ sed -i "s|/usr/lib/lib|/usr/lib64/lib|g" \
|
||||
%{_libdir}/qt5/plugins/kcm_*.so
|
||||
%{_libdir}/qt5/plugins/org.kde.kwin.scenes/KWinScene*.so
|
||||
%{_libdir}/qt5/plugins/kcms/kcm_kwin_virtualdesktops.so
|
||||
%{_libdir}/qt5/plugins/kcms/kcm_virtualkeyboard.so
|
||||
%dir %{_libdir}/qt5/plugins/kwin
|
||||
%dir %{_libdir}/qt5/plugins/kwin/effects
|
||||
%dir %{_libdir}/qt5/plugins/kwin/effects/configs
|
||||
@ -205,6 +205,7 @@ sed -i "s|/usr/lib/lib|/usr/lib64/lib|g" \
|
||||
%{_libdir}/qt5/qml/org/kde/kwin/decoration/*
|
||||
%{_libdir}/qt5/qml/org/kde/kwin/decorations/plastik/*
|
||||
%{_libdir}/qt5/qml/org/kde/kwin/private/kdecoration/*
|
||||
%{_libexecdir}/kwin-applywindowdecoration
|
||||
%{_libexecdir}/kwin_killer_helper
|
||||
%{_libexecdir}/kwin_rules_dialog
|
||||
%doc LICENSES
|
||||
@ -222,6 +223,12 @@ sed -i "s|/usr/lib/lib|/usr/lib64/lib|g" \
|
||||
%{_libdir}/cmake/KWinEffects/KWinEffects*.cmake
|
||||
|
||||
%changelog
|
||||
* Wed Jun 16 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 15 2021 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user