patch settings.conf to set default wallpaper from kde-plasma theme [release 0.16.0-2mamba;Wed Nov 11 2020]
This commit is contained in:
parent
b2cb8f3320
commit
61d20f0939
12
pcmanfm-qt-0.16.0-openmamba-settings.patch
Normal file
12
pcmanfm-qt-0.16.0-openmamba-settings.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Nru pcmanfm-qt-0.16.0.orig/config/pcmanfm-qt/lxqt/settings.conf.in pcmanfm-qt-0.16.0/config/pcmanfm-qt/lxqt/settings.conf.in
|
||||||
|
--- pcmanfm-qt-0.16.0.orig/config/pcmanfm-qt/lxqt/settings.conf.in 2020-11-08 17:53:16.000000000 +0100
|
||||||
|
+++ pcmanfm-qt-0.16.0/config/pcmanfm-qt/lxqt/settings.conf.in 2020-11-11 17:32:05.477000000 +0100
|
||||||
|
@@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
[Desktop]
|
||||||
|
WallpaperMode=stretch
|
||||||
|
-Wallpaper=@LXQT_SHARE_DIR@/themes/frost/lxqt-origami-light.png
|
||||||
|
+Wallpaper=@LXQT_SHARE_DIR@/themes/kde-plasma/kde-plasma.png
|
||||||
|
BgColor=#000000
|
||||||
|
FgColor=#ffffff
|
||||||
|
ShadowColor=#000000
|
@ -1,6 +1,6 @@
|
|||||||
Name: pcmanfm-qt
|
Name: pcmanfm-qt
|
||||||
Version: 0.16.0
|
Version: 0.16.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Qt port of PCManFM, the file manager of LXDE
|
Summary: Qt port of PCManFM, the file manager of LXDE
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -8,6 +8,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/lxqt/pcmanfm-qt
|
URL: https://github.com/lxqt/pcmanfm-qt
|
||||||
Source: https://github.com/lxqt/pcmanfm-qt.git/%{version}/pcmanfm-qt-%{version}.tar.bz2
|
Source: https://github.com/lxqt/pcmanfm-qt.git/%{version}/pcmanfm-qt-%{version}.tar.bz2
|
||||||
|
Patch0: pcmanfm-qt-0.16.0-openmamba-settings.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -31,6 +32,7 @@ PCManFM-Qt is the Qt port of PCManFM, the file manager of LXDE.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
@ -62,6 +64,9 @@ done
|
|||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-2mamba
|
||||||
|
- patch settings.conf to set default wallpaper from kde-plasma theme
|
||||||
|
|
||||||
* Sun Nov 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-1mamba
|
* Sun Nov 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-1mamba
|
||||||
- update to 0.16.0
|
- update to 0.16.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user