forked from pool/pcmanfm-qt
Accepting request 681757 from X11:LXQt
- bsc#1100208: Use default openSUSE wallpaper - Add pcmanfm-qt-default-wallpaper.patch OBS-URL: https://build.opensuse.org/request/show/681757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=11
This commit is contained in:
commit
77729169e7
12
pcmanfm-qt-default-wallpaper.patch
Normal file
12
pcmanfm-qt-default-wallpaper.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urEbwB pcmanfm-qt-0.14.1/config/pcmanfm-qt/lxqt/settings.conf.in pcmanfm-qt-0.14.1.new/config/pcmanfm-qt/lxqt/settings.conf.in
|
||||
--- pcmanfm-qt-0.14.1/config/pcmanfm-qt/lxqt/settings.conf.in 2019-02-24 01:16:13.000000000 +0100
|
||||
+++ pcmanfm-qt-0.14.1.new/config/pcmanfm-qt/lxqt/settings.conf.in 2019-03-05 14:24:18.471605115 +0100
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
[Desktop]
|
||||
WallpaperMode=stretch
|
||||
-Wallpaper=@LXQT_SHARE_DIR@/themes/frost/lxqt-origami-light.png
|
||||
+Wallpaper=/usr/share/wallpapers/openSUSEdefault/contents/images/5120x3200.jpg
|
||||
BgColor=#000000
|
||||
FgColor=#ffffff
|
||||
ShadowColor=#000000
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 13:25:58 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- bsc#1100208: Use default openSUSE wallpaper
|
||||
- Add pcmanfm-qt-default-wallpaper.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 10:19:32 UTC 2019 - mvetter@suse.com
|
||||
|
||||
|
@ -26,6 +26,8 @@ URL: http://www.lxqt.org
|
||||
Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||
Source2: %{name}.keyring
|
||||
#bsc#1100208 - mvetter@suse.de - set default openSUSE wallpaper
|
||||
Patch0: pcmanfm-qt-default-wallpaper.patch
|
||||
BuildRequires: cmake >= 3.1.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -41,6 +43,8 @@ BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libfm-qt) >= 0.14.1
|
||||
BuildRequires: pkgconfig(libmenu-cache) >= 0.4.0
|
||||
BuildRequires: pkgconfig(lxqt) >= 0.14.1
|
||||
#bsc#1100208 - mvetter@suse.de
|
||||
Requires: wallpaper-branding-openSUSE
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
@ -50,6 +54,7 @@ PCManFM-Qt is the Qt port of the LXDE file manager PCManFM
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake -DPULL_TRANSLATIONS=No
|
||||
|
Loading…
Reference in New Issue
Block a user