Accepting request 1044025 from home:polslinux:branches:X11:windowmanagers
- Update to 3.3.0: * Prevent a derefence of a null-Pixel in xftColor. * Add "getClass" and "setClass" commands to icesh. * Support tabs in task grouping. * Use spaces instead of dots when printing WM_COMMAND. * When a focused window hides or rolls up, focus some other window. * When looking for a focusable window, avoid rolled up windows. * Fix for setting focus on passive motif dialogs * Fallback to rolled up windows in the second pass of getLastFocus. * Use CurrentTime when setting focus to a passive client in the timeout. * On icon not found, report dimensions. * Don't refocus a focused window in focusLastWindow. * Don't activate an active window when receiving an activation message. * Ignore duplicate map requests. * Let icesh implicitly select windows at most once. * Add support for nanosvg for issue #695. * Add preference ToolTipIcon=1 for issue #637. * Add nanosvg to .gitignore. * Remove unneeded logevent from icesh. - Remove unknown options from configure - Rebase icewm-preferences.patch OBS-URL: https://build.opensuse.org/request/show/1044025 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=128
This commit is contained in:
11
icewm.spec
11
icewm.spec
@@ -18,7 +18,7 @@
|
||||
|
||||
%global lites icewm icewmhint icewmbg icesh icewm-session
|
||||
Name: icewm
|
||||
Version: 3.2.2
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
Summary: Window Manager with a Taskbar
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -34,6 +34,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext-runtime >= 0.20.0
|
||||
BuildRequires: libtool
|
||||
BuildRequires: lzip
|
||||
BuildRequires: pkgconfig
|
||||
@@ -153,9 +154,6 @@ mailbox status, and a digital clock. It is fast and small.
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
# Do not require needlessly new gettext.
|
||||
sed -i 's/0.19.6/0.18.3/g' configure.ac
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
# Build the Lite version
|
||||
@@ -164,13 +162,8 @@ autoreconf -fi
|
||||
--with-cfgdir=%{_sysconfdir}/icewm \
|
||||
--enable-i18n \
|
||||
--disable-nls \
|
||||
--disable-guievents \
|
||||
--disable-winmenu \
|
||||
--without-icesound \
|
||||
--enable-lite \
|
||||
--enable-taskbar \
|
||||
--disable-menus-fdo \
|
||||
--disable-menus-mate \
|
||||
--disable-fribidi
|
||||
%make_build
|
||||
# Grab the lite content.
|
||||
|
Reference in New Issue
Block a user