OBS User unknown 2008-01-30 17:23:46 +00:00 committed by Git OBS Bridge
parent 1cc9b86aa4
commit a01355b57e
4 changed files with 44 additions and 6 deletions

View File

@ -0,0 +1,18 @@
---
src/wmmgr.cc | 2 ++
1 file changed, 2 insertions(+)
--- src/wmmgr.cc.orig
+++ src/wmmgr.cc
@@ -676,9 +676,11 @@ void YWindowManager::handleClientMessage
case ICEWM_ACTION_WINDOWLIST:
wmapp->actionPerformed(actionWindowList, 0);
break;
+#ifndef LITE
case ICEWM_ACTION_ABOUT:
wmapp->actionPerformed(actionAbout, 0);
break;
+#endif
}
}
}

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 29 15:41:57 CET 2008 - mmarek@suse.cz
- build with --disable-taskbar --disable-winmenu --enable-lite
to save as much space as possible in the inst-sys (bnc#357240)
(this means that if you want a taskbar, you should use the
icewm-default package instead)
-------------------------------------------------------------------
Tue Jan 29 14:34:44 CET 2008 - mmarek@suse.cz

View File

@ -19,7 +19,7 @@ Requires: icewm
Conflicts: icewm-default
AutoReqProv: on
Version: 1.2.35
Release: 2
Release: 3
Source: icewm-%{version}.tar.bz2
Patch0: icewm-LANG.menu.patch
Patch1: icewm-multiByte.patch
@ -27,18 +27,19 @@ Patch2: icewm-menu.patch
Patch3: icewm-docdir.patch
Patch4: icewm-1.2.30-strict-aliasing.patch
Patch5: icewm-1.2.35-override-config.patch
Patch6: icewm-1.2.35-lite-build.patch
Url: http://www.icewm.org/
Summary: Window Manager with Taskbar--Lite Version
Summary: IceWM Window Manager--Lite Version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Window manager for the X Window System that can emulate the look of
Windows 95, OS/2 Warp 3,4, Motif. It tries to take the best features of
the above systems. It features multiple workspaces, opaque move and
resize, taskbar, window list, mailbox status, digital clock. It is fast
and small.
resize. It is fast and small.
This is the lite version with minimal features.
The icewm-default package features a taskbar, window list, mailbox
status and digital clock in addition to that.
@ -54,6 +55,7 @@ Authors:
%patch3
%patch4
%patch5
%patch6
%build
%{?suse_update_config:%{suse_update_config -f}}
@ -69,6 +71,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
--disable-nls \
--disable-guievents \
--with-xpm \
--disable-taskbar \
--disable-winmenu \
--enable-lite \
--without-gnome-menus
make %{?jobs:-j%jobs}
@ -90,6 +95,11 @@ rm -rf $RPM_BUILD_ROOT;
%changelog
* Tue Jan 29 2008 mmarek@suse.cz
- build with --disable-taskbar --disable-winmenu --enable-lite
to save as much space as possible in the inst-sys (bnc#357240)
(this means that if you want a taskbar, you should use the
icewm-default package instead)
* Tue Jan 29 2008 mmarek@suse.cz
- make icewm --config=file work
(override-config.patch)
* Mon Jan 28 2008 mmarek@suse.cz

View File

@ -21,7 +21,7 @@ Provides: windowmanager
Requires: icewm-bin, xdg-menu, desktop-data
AutoReqProv: on
Version: 1.2.35
Release: 2
Release: 3
Source: icewm-%{version}.tar.bz2
Source1: %{name}.desktop
Patch0: icewm-LANG.menu.patch
@ -30,6 +30,7 @@ Patch2: icewm-menu.patch
Patch3: icewm-docdir.patch
Patch4: icewm-1.2.30-strict-aliasing.patch
Patch5: icewm-1.2.35-override-config.patch
Patch6: icewm-1.2.35-lite-build.patch
Url: http://www.icewm.org/
Summary: Window Manager with a Taskbar
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -94,6 +95,7 @@ Authors:
%patch3
%patch4
%patch5
%patch6
%build
%{?suse_update_config:%{suse_update_config -f}}