update to 3.2.34
lxqt: patched to configure startlxqt instead of lxqt-session in login manager [release 3.2.34-1mamba;Sat Nov 21 2020]
This commit is contained in:
parent
698c8fb509
commit
9eedb3a9bb
11
calamares-3.2.32.1-lxqt-0.16.0.patch
Normal file
11
calamares-3.2.32.1-lxqt-0.16.0.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- calamares-3.2.32.1/src/modules/displaymanager/main.py.orig 2020-11-21 12:05:08.552098873 +0100
|
||||||
|
+++ calamares-3.2.32.1/src/modules/displaymanager/main.py 2020-11-21 12:05:19.977270288 +0100
|
||||||
|
@@ -181,7 +181,7 @@
|
||||||
|
DesktopEnvironment('/usr/bin/enlightenment_start', 'enlightenment'),
|
||||||
|
DesktopEnvironment('/usr/bin/lxsession', 'LXDE'),
|
||||||
|
DesktopEnvironment('/usr/bin/startlxde', 'LXDE'),
|
||||||
|
- DesktopEnvironment('/usr/bin/lxqt-session', 'lxqt'),
|
||||||
|
+ DesktopEnvironment('/usr/bin/startlxqt', 'lxqt'),
|
||||||
|
DesktopEnvironment('/usr/bin/pekwm', 'pekwm'),
|
||||||
|
DesktopEnvironment('/usr/bin/pantheon-session', 'pantheon'),
|
||||||
|
DesktopEnvironment('/usr/bin/i3', 'i3'),
|
@ -1,6 +1,6 @@
|
|||||||
Name: calamares
|
Name: calamares
|
||||||
Version: 3.2.32.1
|
Version: 3.2.34
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Distribution-independent installer framework
|
Summary: Distribution-independent installer framework
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -20,6 +20,7 @@ Patch8: calamares-3.2.2-python-3.3.patch
|
|||||||
Patch9: calamares-3.2.32.1-skip-partition-if-minsize-less-than-available-size.patch
|
Patch9: calamares-3.2.32.1-skip-partition-if-minsize-less-than-available-size.patch
|
||||||
Patch10: calamares-3.2.17.1-dont-backup-dotfiles.patch
|
Patch10: calamares-3.2.17.1-dont-backup-dotfiles.patch
|
||||||
Patch11: calamares-3.2.32.1-boost-python36-link-fix.patch
|
Patch11: calamares-3.2.32.1-boost-python36-link-fix.patch
|
||||||
|
Patch12: calamares-3.2.32.1-lxqt-0.16.0.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -49,7 +50,6 @@ BuildRequires: libkxmlgui-devel
|
|||||||
BuildRequires: libparted-devel
|
BuildRequires: libparted-devel
|
||||||
BuildRequires: libplasma-framework-devel
|
BuildRequires: libplasma-framework-devel
|
||||||
BuildRequires: libpwquality-devel
|
BuildRequires: libpwquality-devel
|
||||||
BuildRequires: libpython33
|
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libsonnet-devel
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -62,7 +62,7 @@ BuildRequires: python-boost-py3
|
|||||||
BuildRequires: libkpmcore-devel >= 4.2.0
|
BuildRequires: libkpmcore-devel >= 4.2.0
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python-jsonschema
|
BuildRequires: python-jsonschema
|
||||||
BuildRequires: libPythonQt-devel
|
#BuildRequires: libPythonQt-devel
|
||||||
%ifarch x86_64 %{ix86}
|
%ifarch x86_64 %{ix86}
|
||||||
Requires: grub
|
Requires: grub
|
||||||
Requires: grub-efi-x86_64
|
Requires: grub-efi-x86_64
|
||||||
@ -102,9 +102,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#-D -T
|
#-D -T
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch9 -p1
|
#%patch9 -p1
|
||||||
#%patch10 -p1
|
#%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
|
%patch12 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -307,6 +308,10 @@ install -D -m0755 src/branding/default/squid.png %{buildroot}%{_datadir}/pixmaps
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.34-1mamba
|
||||||
|
- update to 3.2.34
|
||||||
|
- lxqt: patched to configure startlxqt instead of lxqt-session in login manager
|
||||||
|
|
||||||
* Sat Nov 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.32.1-2mamba
|
* Sat Nov 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.32.1-2mamba
|
||||||
- rebuilt with updated skip-partition-if-minsize-less-than-available-size and fix for python 3.7
|
- rebuilt with updated skip-partition-if-minsize-less-than-available-size and fix for python 3.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user