# # Conditional build: %bcond_without gradients # disable gradients (implies with_antialiasing) %bcond_without antialiasing # disable antialiasing %bcond_without freetype # disable xfreetype support (implies !with_antialiasing) %bcond_without guievents # disable guievents %bcond_without imlib # disable imlib support # # TODO: # - make a PLD-theme - default :] # - -home_etc.patch needs update Summary: IceWM X11 Window Manager Summary(es.UTF-8): Administrador de Ventanas X11 Summary(pl.UTF-8): IceWM - zarządca okienek X11 Summary(pt_BR.UTF-8): Gerenciador de Janelas X11 Summary(ru.UTF-8): Оконный менеджер для X11 Summary(uk.UTF-8): Віконний менеджер для X11 Summary(de.UTF-8): IceWM ist ein Window Manager für X Name: icewm Version: 1.2.30 #%define _pre pre1 %define _iceicons_ver 0.6 %define _netscapeicons_ver 0.2 Release: 1 Epoch: 2 License: LGPL Group: X11/Window Managers #Source0: http://dl.sourceforge.net/icewm/%{name}-%{version}%{_pre}.tar.gz Source0: http://dl.sourceforge.net/icewm/%{name}-%{version}.tar.gz # Source0-md5: 8a302c5e629bb81d87cc02004a694ece Source1: IceWM.desktop Source3: http://dl.sourceforge.net/icewm/iceicons-%{_iceicons_ver}.tar.gz # Source3-md5: 53ed111a3c4d1e609bd1604ddccd4701 Source4: IceWM.RunWM Source6: http://dl.sourceforge.net/icewm/netscapeicons-%{_netscapeicons_ver}.tar.gz # Source6-md5: 409aa9b02adc11309ed546c5120c01d2 Source7: %{name}-xsession.desktop Patch0: %{name}-broken-xrandr.patch #Patch1: %{name}-home_etc.patch Patch2: %{name}-helpbrowser.patch URL: http://www.icewm.org/ BuildRequires: xorg-lib-libX11-devel BuildRequires: autoconf >= 2.50 BuildRequires: automake %{?with_guievents:BuildRequires: esound-devel} BuildRequires: gettext-devel %{?with_imlib:BuildRequires: imlib-devel} BuildRequires: libstdc++-devel #%:wq %{?with_freetype:BuildRequires: xorg-lib-libXft-devel >= 2.1} %{?with_guievents:BuildRequires: yiff-devel} Requires(pre): fileutils Requires(pre): sh-utils Requires: vfmg >= 0.9.95 Requires: xinitrc-ng BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _wmstyledir /etc/sysconfig/wmstyle %define _wmpropsdir /usr/share/wm-properties %define specflags_ia32 -fomit-frame-pointer %description Window Manager for X Window System. Can emulate the look of Windows'95, OS/2 Warp 3,4, Motif. Tries to take the best features of the above systems. Features multiple workspaces, opaque move/resize, task bar, window list, mailbox status, digital clock. Fast and small. %description -l es.UTF-8 Administrador de Ventanas para el X Window. Puede emular la apariencia del Windows'95, OS/2 Warp 3 y 4 y el Motif. Intenta usar las mejores características de los sistemas citados. Características: varios ambientes de trabajo, movimiento/ redimensionamiento opaco, barra de tareas, lista de ventanas, estado de la caja de entrada del correo y reloj digital. Rápido y pequeño. %description -l pl.UTF-8 Zarządca okienek pod X11. Może emulować wygląd Windows'95, OS/2 Warp 3, 4, MWM. Zarządca ten próbuje przejąć z powyższych środowisk ich najlepsze cechy, takie jak: wiele jednocześnie obecnych przestrzeni roboczych, paski narzędziowe, status skrzynki z pocztą, cyfrowy zegar. Jest przy tym mały i szybki. %description -l pt_BR.UTF-8 Gerenciador de Janelas para o X Window. Pode emular a aparência do Windows'95, OS/2 Warp 3 e 4 e o Motif. Tenta usar as melhores características dos sistemas citados. Características: vários ambientes de trabalho, movimentação/ redimensionamento opaco, barra de tarefas, lista de janelas, status da caixa de entrada do correio e relógio digital. É rápido e pequeno. %description -l ru.UTF-8 Оконный менеджер для X Window System. Может эмулировать внешний вид Windows'95, OS/2 Warp 3,4, Motif. Старается взять лучшее из упомянутых систем. Поддерживает несколько рабочих поверхностей, непрозрачное перемещение окон, полоску заданий, список окон, статус почтового ящика, цифровые часы. Быстрый и компактный. %description -l uk.UTF-8 Віконний менеджер для X Window System. Може емулювати зовнішній вигляд Windows'95, OS/2 Warp 3,4, Motif. Намагається взяти найкраще із згаданих систем. Підтримує кілька робочих площин, непрозоре переміщення вікон, смужку завдань, список вікон, стан поштової скриньки, цифровий годинник. Швидкий та компактний. %description -l de.UTF-8 IceWM ist ein in C++ programmierter, unter GPL stehender Fenstermanager für das X11-Fenstersystem. Ziel von IceWM ist Geschwindigkeit, Schlichtheit und Bedienerfreundlichkeit. In der Standardeinstellung erinnert das Design von IceWM stark an Microsoft Windows: Er verfügt über eine Taskleiste am unteren Bildrand, das aktive Fenster lässt sich mit der Tastenkombination ALT-TAB wechseln, etc. %package themes-base Summary: Pack of themes for IceWM Summary(pl.UTF-8): Zestaw motywów dla IceWM-a Group: Themes Requires: icewm %description themes-base Standard pack of themes delivered with IceWM. All of them made by Marko Macek: gtk2, metal2, motif, nice, nice2, warp3, warp4, win95. %description themes-base -l pl.UTF-8 Standardowy zestaw motywów dla IceWM-a, dostarczany wraz z nim. Wszystkie stworzone przez Marko Macka: gtk2, metal2, motif, nice, nice2, warp3, warp4, win95. %prep #setup -q -n %{name}-%{version}%{_pre} %setup -q %patch0 -p1 #patch1 -p1 #patch2 -p1 mv -f po/{zh_TW.Big5,zh_TW}.po cd lib/icons tar -xzf %{SOURCE3} tar -xzf %{SOURCE6} %build cp -f /usr/share/automake/config.sub . %{__aclocal} %{__autoconf} %{__autoheader} %configure \ %{?with_gradients:--enable-gradients} \ %{?with_antialiasing:--enable-antialiasing} \ %{!?with_freetype:--disable-xfreetype --enable-corefonts} \ %{?with_guievents:--enable-guievents} \ %{!?with_imlib:--without-imlib} \ --disable-menus-gnome \ --enable-shaped-decorations \ --with-cfgdir=%{_sysconfdir}/X11/%{name} \ --with-docdir=%{_docdir} %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_datadir}/xsessions,%{_pixmapsdir},%{_wmstyledir}} \ $RPM_BUILD_ROOT{%{_wmpropsdir},%{_sysconfdir}/X11/%{name}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir} install %{SOURCE4} $RPM_BUILD_ROOT%{_wmstyledir}/%{name}-session.sh install %{SOURCE7} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop install lib/keys $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/keys sed 's|^# IconPath=""|IconPath="%{_datadir}/pixmaps:%{_datadir}/icons"|' < lib/preferences > $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/preferences install lib/toolbar $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/toolbar install lib/winoptions $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/winoptions echo %{_bindir}/icewmbg > $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/startup :> $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/restart ln -s %{_datadir}/icewm/icons $RPM_BUILD_ROOT%{_pixmapsdir}/icewm echo "menuprog \"Programs\" %{_datadir}/icewm/icons/folder_16x16.xpm vfmg -i -f -x -c -s icewm" > $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/menu %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %pre test -h %{_pixmapsdir}/icewm || rm -rf %{_pixmapsdir}/icewm %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS BUGS CHANGES PLATFORMS README* TODO icewm.lsm doc/*.html %attr(755,root,root) %{_bindir}/* %dir %{_sysconfdir}/X11/%{name} %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/X11/%{name}/[!rs]* %config(noreplace,missingok) %verify(not md5 mtime size) %attr(755,root,root) %{_sysconfdir}/X11/%{name}/[rs]* %{_pixmapsdir}/icewm %dir %{_datadir}/icewm %{_datadir}/icewm/icons %{_datadir}/icewm/ledclock %{_datadir}/icewm/mailbox %{_datadir}/icewm/taskbar %dir %{_datadir}/icewm/themes %{_datadir}/icewm/themes/Infadel2 %{_datadir}/icewm/themes/icedesert %{_datadir}/xsessions/%{name}.desktop %{_wmpropsdir}/* %attr(755,root,root) %{_wmstyledir}/%{name}-session.sh %files themes-base %defattr(644,root,root,755) %{_datadir}/icewm/themes/gtk2 %{_datadir}/icewm/themes/metal2 %{_datadir}/icewm/themes/motif %{_datadir}/icewm/themes/nice %{_datadir}/icewm/themes/nice2 %{_datadir}/icewm/themes/warp3 %{_datadir}/icewm/themes/warp4 %{_datadir}/icewm/themes/win95 %{_datadir}/icewm/themes/yellowmotif