Accepting request 781765 from X11:windowmanagers
OBS-URL: https://build.opensuse.org/request/show/781765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icewm?expand=0&rev=62
This commit is contained in:
commit
0d246a26c3
@ -22,7 +22,7 @@ index dbf965e..94d8053 100644
|
||||
|
||||
# Icon search path (colon separated)
|
||||
# IconPath="/usr/share/icons/oxygen/base:/usr/share/icons/Adwaita:/usr/share/icons/hicolor:/usr/share/icons:/usr/share/pixmaps:/usr/local/share/icons/hicolor:"
|
||||
+IconPath="/usr/share/icons/Adwaita/16x16/apps:/usr/share/icons/hicolor:/usr/share/icons:/usr/share/pixmaps"
|
||||
+IconPath="/usr/share/icons/Adwaita/16x16/legacy:/usr/share/icons/Adwaita/16x16/apps:/usr/share/icons/hicolor:/usr/share/icons:/usr/share/pixmaps"
|
||||
|
||||
# Mailbox path (use $MAIL instead)
|
||||
# MailBoxPath=""
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 02:46:24 UTC 2020 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- icewm-preferences.patch: Add the adwaita legacy path to the
|
||||
IconPath. adwaita-icon-theme has its main icon updated to
|
||||
symbolic style, while icewm's style is more suitable for
|
||||
legacy-style icons (eg. web-browser). Without the update, current
|
||||
icewm can not find default web-browser toolbar icon
|
||||
(bsc#1157930).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 30 21:37:16 UTC 2019 - Namor Barcode <z1trus@gmx.com>
|
||||
|
||||
|
12
icewm.spec
12
icewm.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package icewm
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@ Release: 0
|
||||
Summary: Window Manager with a Taskbar
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/Other
|
||||
Url: https://ice-wm.org/
|
||||
URL: https://ice-wm.org/
|
||||
Source0: https://github.com/ice-wm/%{name}/releases/download/%{version}/%{name}-%{version}.tar.lz
|
||||
# PATCH-FEATURE-SUSE icewm-susemenu.patch tyang@suse.com -- Add xdg-menu for SLED icewm
|
||||
Patch1: icewm-susemenu.patch
|
||||
@ -53,14 +53,14 @@ BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xft)
|
||||
BuildRequires: pkgconfig(xinerama)
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xdamage)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xft)
|
||||
BuildRequires: pkgconfig(xinerama)
|
||||
BuildRequires: pkgconfig(xpm)
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
Requires: alsa-utils
|
||||
Requires: desktop-data
|
||||
Requires: icewm-bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user