630 lines
23 KiB
RPMSpec
630 lines
23 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
|
Name: kwin
|
|
Version: 5.27.5
|
|
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://kde.org/
|
|
Source: http://download.kde.org/stable/plasma/%{plasmaver}/kwin-%{version}.tar.xz
|
|
Patch0: kwin-5.22.5-libglvnd-1.3.4.patch
|
|
Patch1: kwin-5.26.2.1-revert-x11window-redraw-issue.patch
|
|
Patch2: kwin-5.26.3-backport-reduce_baddamage_errors.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
#libKF5GlobalAccelPrivate.so.5()(64bit): .so link not found
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libQt5X11Extras-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libattica5-devel
|
|
BuildRequires: libdrm-devel
|
|
BuildRequires: libepoxy-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libinput-devel
|
|
BuildRequires: libkactivities-devel
|
|
BuildRequires: libkauth-devel
|
|
BuildRequires: libkcmutils-devel
|
|
BuildRequires: libkcodecs-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkconfigwidgets-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libkcrash-devel
|
|
BuildRequires: libkdbusaddons-devel
|
|
BuildRequires: libkdeclarative-devel
|
|
BuildRequires: libkdecoration-devel
|
|
BuildRequires: libkglobalaccel-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkidletime-devel
|
|
BuildRequires: libkitemviews-devel
|
|
BuildRequires: libknewstuff-devel
|
|
BuildRequires: libknotifications-devel
|
|
BuildRequires: libkpackage-devel
|
|
BuildRequires: libkrunner-devel
|
|
BuildRequires: libkscreenlocker-devel
|
|
BuildRequires: libkservice-devel
|
|
BuildRequires: libkwayland-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libkwindowsystem-devel
|
|
BuildRequires: libkxmlgui-devel
|
|
BuildRequires: liblcms2-devel
|
|
BuildRequires: libmesa-devel
|
|
BuildRequires: libpipewire-devel
|
|
BuildRequires: libplasma-framework-devel
|
|
BuildRequires: libqaccessibilityclient-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: libwayland-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: libxcb-keysyms-devel
|
|
BuildRequires: libxcb-util-cursor-devel
|
|
BuildRequires: libxcb-util-wm-devel
|
|
BuildRequires: libxcvt-devel
|
|
BuildRequires: libxkbcommon-devel
|
|
BuildRequires: libz-devel
|
|
BuildRequires: perl-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
BuildRequires: rpm-macros-kde5
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: breeze
|
|
BuildRequires: libqaccessibilityclient-devel
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: dconf
|
|
|
|
%description
|
|
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}
|
|
Group: System/Libraries
|
|
Summary: Shared libraries for %{name}
|
|
|
|
%description -n lib%{name}
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
#-D -T
|
|
#:<< _EOF
|
|
#%patch0 -p1
|
|
#%patch1 -p1 -b .revert-x11window-redraw-issue
|
|
#%patch2 -p1 -b .backport-reduce_baddamage_errors
|
|
|
|
%build
|
|
#:<< _EOF
|
|
# Workaround for qmlplugindump crashing
|
|
#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
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%files -f %{name}5_qt.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/kwin_wayland
|
|
%{_bindir}/kwin_wayland_wrapper
|
|
%{_bindir}/kwin_x11
|
|
%{_userunitdir}/plasma-kwin_x11.service
|
|
%{_userunitdir}/plasma-kwin_wayland.service
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/config.kcfg/*.kcfg
|
|
%{_datadir}/dbus-1/interfaces/org.kde.kwin*.xml
|
|
%{_datadir}/dbus-1/interfaces/org.kde.KWin*.xml
|
|
%{_datadir}/icons/hicolor/*/apps/kwin.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/kwin.svgz
|
|
%{_datadir}/kconf_update/*
|
|
%{_datadir}/knotifications5/kwin.notifyrc
|
|
%{_datadir}/knsrcfiles/*.knsrc
|
|
%{_datadir}/kpackage/kcms/kcm_kwin_scripts/*
|
|
%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
|
|
%{_datadir}/kpackage/kcms/kcm_kwindecoration/*
|
|
%dir %{_datadir}/kpackage/kcms/kcm_kwinxwayland
|
|
%{_datadir}/kpackage/kcms/kcm_kwinxwayland/*
|
|
%{_kde5_servicetypesdir}/kwin*.desktop
|
|
%{_datadir}/kwin/aurorae/*
|
|
%dir %{_datadir}/kwin/builtin-effects
|
|
%{_datadir}/kwin/builtin-effects/*
|
|
%{_datadir}/kwin/effects/*
|
|
%{_datadir}/kwin/frames/plasma/*
|
|
%{_datadir}/kwin/*.png
|
|
%{_datadir}/kwin/kcm_kwintabbox/*.png
|
|
%{_datadir}/kwin/onscreennotification/plasma/dummydata/osd.qml
|
|
%{_datadir}/kwin/onscreennotification/plasma/main.qml
|
|
%{_datadir}/kwin/outline/plasma/outline.qml
|
|
%{_datadir}/kwin/scripts/*
|
|
%dir %{_datadir}/kpackage/kcms/kcm_kwinrules
|
|
%{_datadir}/kpackage/kcms/kcm_kwinrules/*
|
|
%{_datadir}/krunner/dbusplugins/kwin-runner-windows.desktop
|
|
%{_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}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libkcmkwincommon.so.*
|
|
%{_libdir}/libkwin.so.*
|
|
%{_libdir}/libkwineffects.so.*
|
|
%{_libdir}/libkwinglutils.so.*
|
|
#%{_libdir}/libkwinxrenderutils.so.*
|
|
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/*.so
|
|
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings_qwidgets/*.so
|
|
%dir %{_libdir}/qt5/plugins/kwin
|
|
%dir %{_libdir}/qt5/plugins/kwin/effects
|
|
%dir %{_libdir}/qt5/plugins/kwin/effects/configs
|
|
%{_libdir}/qt5/plugins/kwin/effects/configs/kcm_kwin4_genericscripted.so
|
|
%{_libdir}/qt5/plugins/kwin/effects/configs/kwin_*.so
|
|
%dir %{_libdir}/qt5/plugins/kwin/plugins
|
|
%{_libdir}/qt5/plugins/kwin/plugins/*.so
|
|
%dir %{_libdir}/qt5/plugins/org.kde.kdecoration2
|
|
%{_libdir}/qt5/plugins/org.kde.kdecoration2/kwin5_aurorae.so
|
|
%dir %{_libdir}/qt5/plugins/kpackage/packagestructure
|
|
%{_libdir}/qt5/plugins/kpackage/packagestructure/kwin_*.so
|
|
%{_libdir}/qt5/qml/org/kde/kwin.2/*
|
|
%{_libdir}/qt5/qml/org/kde/kwin/decoration/*
|
|
%{_libdir}/qt5/qml/org/kde/kwin/decorations/plastik/*
|
|
%{_libdir}/qt5/qml/org/kde/kwin/private/*
|
|
%{_libexecdir}/kwin-applywindowdecoration
|
|
%{_libexecdir}/kwin_killer_helper
|
|
%{_libexecdir}/kwin_rules_dialog
|
|
%doc LICENSES
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/*.h
|
|
%{_libdir}/cmake/KWinDBusInterface/KWinDBusInterfaceConfig.cmake
|
|
%{_libdir}/kconf_update_bin/kwin5_update_default_rules
|
|
#%{_libdir}/libkwin4_effect_builtins.so
|
|
%{_libdir}/libkwineffects.so
|
|
%{_libdir}/libkwinglutils.so
|
|
#%{_libdir}/libkwinxrenderutils.so
|
|
%dir %{_libdir}/cmake/KWinEffects
|
|
%{_libdir}/cmake/KWinEffects/KWinEffects*.cmake
|
|
|
|
%changelog
|
|
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 5.27.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 13 2023 Automatic Build System <autodist@mambasoft.it> 5.27.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 16 2023 Automatic Build System <autodist@mambasoft.it> 5.27.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.27.2-2mamba
|
|
- require dconf to fix 'The name ca.desrt.dconf was not provided by any .service files'
|
|
|
|
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 23 2023 Automatic Build System <autodist@mambasoft.it> 5.27.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 5.26.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 01 2022 Automatic Build System <autodist@mambasoft.it> 5.26.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.26.3-2mamba
|
|
- backport upstream package to try to reduce baddamage errors and kwin_x11 crashes ( https://bugs.kde.org/show_bug.cgi?id=461316 )
|
|
|
|
* Thu Nov 10 2022 Automatic Build System <autodist@mambasoft.it> 5.26.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 5.26.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 5.26.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 5.25.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 22 2022 Automatic Build System <autodist@mambasoft.it> 5.25.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 17 2022 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 06 2022 Automatic Build System <autodist@mambasoft.it> 5.24.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 5.24.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 12 2022 Automatic Build System <autodist@mambasoft.it> 5.24.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 26 2022 Automatic Build System <autodist@mambasoft.it> 5.24.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 5.24.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.24.0-1mamba
|
|
- update to 5.24.0
|
|
|
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 5.23.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 01 2021 Automatic Build System <autodist@mambasoft.it> 5.23.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 10 2021 Automatic Build System <autodist@mambasoft.it> 5.23.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 27 2021 Automatic Build System <autodist@mambasoft.it> 5.23.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 21 2021 Automatic Build System <autodist@mambasoft.it> 5.23.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 18 2021 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 28 2021 Automatic Build System <autodist@mambasoft.it> 5.22.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 5.22.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 5.22.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 5.21.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 5.21.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 5.21.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 5.21.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 19 2021 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 05 2021 Automatic Build System <autodist@mambasoft.it> 5.20.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 01 2020 Automatic Build System <autodist@mambasoft.it> 5.20.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 11 2020 Automatic Build System <autodist@mambasoft.it> 5.20.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 28 2020 Automatic Build System <autodist@mambasoft.it> 5.20.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 5.20.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 17 2020 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 5.19.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 5.19.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 07 2020 Automatic Build System <autodist@mambasoft.it> 5.19.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 25 2020 Automatic Build System <autodist@mambasoft.it> 5.19.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 5.19.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 11 2020 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 06 2020 Automatic Build System <autodist@mambasoft.it> 5.18.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 04 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 5.18.4.1-1mamba
|
|
- update to 5.18.4.1
|
|
|
|
* Wed Apr 01 2020 Automatic Build System <autodist@mambasoft.it> 5.18.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 5.18.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 26 2020 Automatic Build System <autodist@mambasoft.it> 5.18.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 19 2020 Automatic Build System <autodist@mambasoft.it> 5.18.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 17 2020 Automatic Build System <autodist@mambasoft.it> 5.18.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 08 2020 Automatic Build System <autodist@mambasoft.it> 5.17.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 03 2019 Automatic Build System <autodist@mambasoft.it> 5.17.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 12 2019 Automatic Build System <autodist@mambasoft.it> 5.17.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 30 2019 Automatic Build System <autodist@mambasoft.it> 5.17.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 23 2019 Automatic Build System <autodist@mambasoft.it> 5.17.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 16 2019 Automatic Build System <autodist@mambasoft.it> 5.17.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 12 2019 Automatic Build System <autodist@mambasoft.it> 5.16.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 5.16.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 10 2019 Automatic Build System <autodist@mambasoft.it> 5.16.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 06 2019 Automatic Build System <autodist@mambasoft.it> 5.16.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 19 2019 Automatic Build System <autodist@mambasoft.it> 5.16.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jun 15 2019 Automatic Build System <autodist@mambasoft.it> 5.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 08 2019 Automatic Build System <autodist@mambasoft.it> 5.15.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 03 2019 Automatic Build System <autodist@mambasoft.it> 5.15.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 26 2019 Automatic Build System <autodist@mambasoft.it> 5.15.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 20 2019 Automatic Build System <autodist@mambasoft.it> 5.15.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 17 2019 Automatic Build System <autodist@mambasoft.it> 5.15.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 10 2019 Automatic Build System <autodist@mambasoft.it> 5.14.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 03 2018 Automatic Build System <autodist@mambasoft.it> 5.14.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 06 2018 Automatic Build System <autodist@mambasoft.it> 5.14.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 24 2018 Automatic Build System <autodist@mambasoft.it> 5.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 16 2018 Automatic Build System <autodist@mambasoft.it> 5.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 14 2018 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 04 2018 Automatic Build System <autodist@mambasoft.it> 5.13.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 03 2018 Automatic Build System <autodist@mambasoft.it> 5.13.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 10 2018 Automatic Build System <autodist@mambasoft.it> 5.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 26 2018 Automatic Build System <autodist@mambasoft.it> 5.13.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 09 2018 Automatic Build System <autodist@mambasoft.it> 5.12.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 07 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.12.3-2mamba
|
|
- move runtime required libraries from -devel to libkwin package ( libkdeinit5_kwin_rules_dialog.so , libkdeinit5_kwin_x11.so )
|
|
|
|
* Tue Mar 06 2018 Automatic Build System <autodist@mambasoft.it> 5.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 21 2018 Automatic Build System <autodist@mambasoft.it> 5.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 5.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 12 2018 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 03 2018 Automatic Build System <autodist@mambasoft.it> 5.11.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.10.5-1mamba
|
|
- update to 5.10.5
|
|
|
|
* Tue Mar 21 2017 Automatic Build System <autodist@mambasoft.it> 5.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 5.9.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 07 2017 Automatic Build System <autodist@mambasoft.it> 5.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 05 2017 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 28 2016 Automatic Build System <autodist@mambasoft.it> 5.8.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 22 2016 Automatic Build System <autodist@mambasoft.it> 5.8.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 01 2016 Automatic Build System <autodist@mambasoft.it> 5.8.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 18 2016 Automatic Build System <autodist@mambasoft.it> 5.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 20 2016 Automatic Build System <autodist@mambasoft.it> 5.7.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 30 2016 Automatic Build System <autodist@mambasoft.it> 5.7.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 02 2016 Automatic Build System <autodist@mambasoft.it> 5.7.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 20 2016 Automatic Build System <autodist@mambasoft.it> 5.7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 5.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 09 2016 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 14 2016 Automatic Build System <autodist@mambasoft.it> 5.6.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 5.6.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 5.6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 5.5.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 27 2016 Automatic Build System <autodist@mambasoft.it> 5.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 07 2016 Automatic Build System <autodist@mambasoft.it> 5.5.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.2-1mamba
|
|
- package created using the webbuild interface
|