- bsc#1112961: Use Paper icon theme
It gets installed through a Requires in patterns-lxqt OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-session?expand=0&rev=16
This commit is contained in:
parent
a50b77b41c
commit
7e438cd1e8
11
lxqt-session-papericontheme.patch
Normal file
11
lxqt-session-papericontheme.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -urEbwB lxqt-session-0.13.0/config/lxqt.conf lxqt-session-0.13.0.new/config/lxqt.conf
|
||||
--- lxqt-session-0.13.0/config/lxqt.conf 2018-05-21 20:58:27.000000000 +0200
|
||||
+++ lxqt-session-0.13.0.new/config/lxqt.conf 2018-10-23 18:02:30.429217422 +0200
|
||||
@@ -1,6 +1,6 @@
|
||||
[General]
|
||||
theme=frost
|
||||
-icon_theme=oxygen
|
||||
+icon_theme=Paper
|
||||
single_click_activate=false
|
||||
tool_button_style=ToolButtonTextBesideIcon
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 16:06:39 UTC 2018 - mvetter@suse.com
|
||||
|
||||
- bsc#1112961: Use Paper icon theme
|
||||
It gets installed through a Requires in patterns-lxqt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 08:52:28 UTC 2018 - mvetter@suse.com
|
||||
|
||||
|
@ -28,6 +28,8 @@ Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{n
|
||||
Source2: %{name}.keyring
|
||||
# FIX-OPENSUSE mvetter@suse.com bsc#1099800
|
||||
Patch0: lxqt-0.13.0-xdg-config-dir.patch
|
||||
# mvetter@suse.com bsc#1112961 - Nicer icons - paper gets required by patterns-lxqt
|
||||
Patch1: lxqt-session-papericontheme.patch
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -56,6 +58,7 @@ use when a user logs out and to restart them the next time the user logs in.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and shut rpmlint warnings
|
||||
#find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user