automatic version update by autodist [release 5.25.5-1mamba;Wed Sep 07 2022]
This commit is contained in:
parent
1c6982e4b1
commit
3ca463c43a
26
kwin.spec
26
kwin.spec
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||||
Name: kwin
|
Name: kwin
|
||||||
Version: 5.25.3
|
Version: 5.25.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 window manager
|
Summary: KDE Frameworks 5 window manager
|
||||||
Group: Graphical Desktop/Applications/Environment
|
Group: Graphical Desktop/Applications/Environment
|
||||||
@ -83,6 +83,13 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description
|
%description
|
||||||
KDE Frameworks 5 window manager.
|
KDE Frameworks 5 window manager.
|
||||||
|
|
||||||
|
%package decorations-plastik
|
||||||
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
|
Summary: Plastik decorations theme from %{name}
|
||||||
|
|
||||||
|
%description decorations-plastik
|
||||||
|
This package contains the Plastik decorations theme from %{name}.
|
||||||
|
|
||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
@ -109,7 +116,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
# Workaround for qmlplugindump crashing
|
# Workaround for qmlplugindump crashing
|
||||||
export QV4_FORCE_INTERPRETER=1
|
#export QV4_FORCE_INTERPRETER=1
|
||||||
|
|
||||||
%cmake_kde5 -d build
|
%cmake_kde5 -d build
|
||||||
|
|
||||||
@ -165,7 +172,6 @@ export QV4_FORCE_INTERPRETER=1
|
|||||||
%{_datadir}/kwin/aurorae/*
|
%{_datadir}/kwin/aurorae/*
|
||||||
%dir %{_datadir}/kwin/builtin-effects
|
%dir %{_datadir}/kwin/builtin-effects
|
||||||
%{_datadir}/kwin/builtin-effects/*
|
%{_datadir}/kwin/builtin-effects/*
|
||||||
%{_datadir}/kwin/decorations/kwin4_decoration_qml_plastik/*
|
|
||||||
%{_datadir}/kwin/effects/*
|
%{_datadir}/kwin/effects/*
|
||||||
%{_datadir}/kwin/frames/plasma/*
|
%{_datadir}/kwin/frames/plasma/*
|
||||||
%{_datadir}/kwin/*.png
|
%{_datadir}/kwin/*.png
|
||||||
@ -179,6 +185,11 @@ export QV4_FORCE_INTERPRETER=1
|
|||||||
%{_datadir}/krunner/dbusplugins/kwin-runner-windows.desktop
|
%{_datadir}/krunner/dbusplugins/kwin-runner-windows.desktop
|
||||||
%{_datadir}/qlogging-categories5/org_kde_kwin.categories
|
%{_datadir}/qlogging-categories5/org_kde_kwin.categories
|
||||||
|
|
||||||
|
%files decorations-plastik
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/kwin/decorations/kwin4_decoration_qml_plastik
|
||||||
|
%{_datadir}/kwin/decorations/kwin4_decoration_qml_plastik/*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libkcmkwincommon.so.*
|
%{_libdir}/libkcmkwincommon.so.*
|
||||||
@ -225,6 +236,15 @@ export QV4_FORCE_INTERPRETER=1
|
|||||||
%{_libdir}/cmake/KWinEffects/KWinEffects*.cmake
|
%{_libdir}/cmake/KWinEffects/KWinEffects*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 07 2022 Automatic Build System <autodist@mambasoft.it> 5.25.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 5.25.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.25.3-2mamba
|
||||||
|
- package Plastik window decoration theme apart
|
||||||
|
|
||||||
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user