Mailinglist Archive: opensuse-commit (1059 mails)
| < Previous | Next > |
commit icewm
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 30 Jan 2008 18:23:45 +0100
- Message-id: <20080130172345.48A5D678335@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package icewm
checked in at Wed Jan 30 18:23:45 CET 2008.
--------
--- icewm/icewm-lite.changes 2008-01-29 14:35:30.000000000 +0100
+++ icewm/icewm-lite.changes 2008-01-30 15:36:03.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Jan 29 15:41:57 CET 2008 - mmarek@xxxxxxx
+
+- 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)
+
+-------------------------------------------------------------------
New:
----
icewm-1.2.35-lite-build.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ icewm-lite.spec ++++++
--- /var/tmp/diff_new_pack.R15190/_old 2008-01-30 18:23:05.000000000 +0100
+++ /var/tmp/diff_new_pack.R15190/_new 2008-01-30 18:23:05.000000000 +0100
@@ -19,7 +19,7 @@
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 @@
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 @@
%patch3
%patch4
%patch5
+%patch6
%build
%{?suse_update_config:%{suse_update_config -f}}
@@ -69,6 +71,9 @@
--disable-nls \
--disable-guievents \
--with-xpm \
+ --disable-taskbar \
+ --disable-winmenu \
+ --enable-lite \
--without-gnome-menus
make %{?jobs:-j%jobs}
@@ -90,6 +95,11 @@
%changelog
* Tue Jan 29 2008 mmarek@xxxxxxx
+- 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@xxxxxxx
- make icewm --config=file work
(override-config.patch)
* Mon Jan 28 2008 mmarek@xxxxxxx
++++++ icewm.spec ++++++
--- /var/tmp/diff_new_pack.R15190/_old 2008-01-30 18:23:05.000000000 +0100
+++ /var/tmp/diff_new_pack.R15190/_new 2008-01-30 18:23:05.000000000 +0100
@@ -21,7 +21,7 @@
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 @@
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 @@
%patch3
%patch4
%patch5
+%patch6
%build
%{?suse_update_config:%{suse_update_config -f}}
++++++ icewm-1.2.35-lite-build.patch ++++++
---
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
}
}
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |