- 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:
Michael Vetter 2018-10-23 16:09:02 +00:00 committed by Git OBS Bridge
parent a50b77b41c
commit 7e438cd1e8
3 changed files with 20 additions and 0 deletions

View 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

View File

@ -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 Tue Jul 24 08:52:28 UTC 2018 - mvetter@suse.com

View File

@ -28,6 +28,8 @@ Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{n
Source2: %{name}.keyring Source2: %{name}.keyring
# FIX-OPENSUSE mvetter@suse.com bsc#1099800 # FIX-OPENSUSE mvetter@suse.com bsc#1099800
Patch0: lxqt-0.13.0-xdg-config-dir.patch 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: cmake >= 3.0.2
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ 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 %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1
# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and shut rpmlint warnings # 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/' {} + #find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +