]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- upgraded to 1.2.0pre2
[packages/icewm.git] / icewm.spec
index 0565ca2ff2b8018d972329cc5a8d292aa577fdd7..38cd8c8dc4cf26db5e0e6c80e773f7558aff9be0 100644 (file)
@@ -1,32 +1,35 @@
+#
+# TODO:
+# - make a PLD-theme - default :]
+# - bigger menu-file
+#
 Summary:       IceWM X11 Window Manager
-Summary(pl):   IceWM - Mened¿er okienek X11
+Summary(pl):   IceWM - mened¿er okienek X11
 Name:          icewm
-Version:       1.0.7
+Version:       1.2.0pre2
 Release:       1
-License:       GPL
+License:       LGPL
 Group:         X11/Window Managers
-Group(es):     X11/Administraadores De Ventanas
-Group(fr):     X11/Gestionnaires De Fenêtres
-Group(pl):     X11/Zarz±dcy Okien
-Source0:       ftp://download.sourceforge.net/pub/sourceforge/icewm/%{name}-%{version}-7.tar.bz2
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/icewm/%{name}-%{version}.tar.gz
 Source1:       IceWM.desktop
-Patch0:                icewm-DESTDIR.patch
-Patch1:                %{name}-time.patch
+Source2:       %{name}.directory
+Source3:       ftp://ftp.sourceforge.net/pub/sourceforge/icewm/iceicons-0.6.tar.gz
+Source4:       IceWM.RunWM
+Source5:       IceWM.wm_style
+Source6:       %{name}-menu
+Source7:       ftp://ftp.sourceforge.net/pub/sourceforge/icewm/netscapeicons-0.2.tar.gz
 URL:           http://www.icewm.org/
-BuildRequires: autoconf
-BuildRequires: imlib-devel
-BuildRequires: libjpeg-devel
-BuildRequires: libpng >= 1.0.8
-BuildRequires: libtiff-devel
-BuildRequires: libungif-devel
 BuildRequires: XFree86-devel
-BuildRequires: zlib-devel
 BuildRequires: gnome-libs-devel
+BuildRequires: imlib-devel
 BuildRequires: libstdc++-devel
+Requires(pre): fileutils
+Requires(pre): sh-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
-%define                _sysconfdir     /etc/X11/icewm
+%define                _wmstyledir     /etc/sysconfig/wmstyle
+%define                _wmpropsdir     %{_datadir}/wm-properties
 
 %description
 Window Manager for X Window System. Can emulate the look of
@@ -41,52 +44,93 @@ powy
 roboczych, paski narzêdziowe, status skrzynki z poczt±, cyfrowy zegar.
 Jest przy tym ma³y i szybki.
 
+%package themes-base
+Summary:       Pack of themes for IceWM
+Summary(pl):   Zestaw temató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, warp3, warp4, win95.
+
+%description themes-base -l pl
+Standardowy zestaw tematów dla IceWM-a, dostarczany wraz z nim.
+Wszystkie stworzone przez Marko Macka: gtk2, metal2, motif, nice,
+warp3, warp4, win95.
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+
+cd lib/icons
+tar -xzf %{SOURCE3}
+tar -xzf %{SOURCE7}
+cd ../..
 
 %build
-autoconf
+export LDFLAGS
 %configure \
-       --with-shape \
-       --with-sm \
-       --with-imlib \
-       --with-gnome \
-       --with-gnome-menus \
-       --with-i18n \
-       --enable-nls \
+       --with-docdir=%{_docdir} \
+       --enable-i18n \
        --enable-guievents \
+       --enable-xfreetype \
+       --with-gnome-menus \
        --with-imlib
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_wmstyledir}} \
+       $RPM_BUILD_ROOT{%{_applnkdir}/Settings/IceWM,%{_wmpropsdir}}
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
-install lib/keys $RPM_BUILD_ROOT/etc/X11/icewm/keys
-install lib/menu $RPM_BUILD_ROOT/etc/X11/icewm/menu
-install lib/toolbar $RPM_BUILD_ROOT/etc/X11/icewm/toolbar
-install lib/preferences $RPM_BUILD_ROOT/etc/X11/icewm/preferences
-install lib/winoptions $RPM_BUILD_ROOT/etc/X11/icewm/winoptions
+install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Settings/IceWM/.directory
+install %{SOURCE4} $RPM_BUILD_ROOT%{_wmstyledir}/IceWM.sh
+install %{SOURCE5} $RPM_BUILD_ROOT%{_wmstyledir}/IceWM.names
+install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/X11/icewm/menu
+install lib/keys $RPM_BUILD_ROOT%{_sysconfdir}/X11/icewm/keys
+install lib/preferences $RPM_BUILD_ROOT%{_sysconfdir}/X11/icewm/preferences
+install lib/toolbar $RPM_BUILD_ROOT%{_sysconfdir}/X11/icewm/toolbar
+install lib/winoptions $RPM_BUILD_ROOT%{_sysconfdir}/X11/icewm/winoptions
 
-gzip -9nf README CHANGES TODO BUGS
+ln -s %{_libdir}/X11/icewm/icons $RPM_BUILD_ROOT%{_pixmapsdir}/icewm
 
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+test -h %{_pixmapsdir}/icewm || rm -rf %{_pixmapsdir}/icewm
+
 %files -f %{name}.lang
-%config(noreplace) %verify(not md5 mtime size) /etc/X11/icewm/*
 %defattr(644,root,root,755)
-%doc {README,CHANGES,TODO,BUGS}.gz doc/*.html
+%doc AUTHORS BUGS CHANGES FAQ PLATFORMS README* TODO icewm.lsm doc/*.html
 %attr(755,root,root) %{_bindir}/*
-%dir %{_sysconfdir}
-%{_libdir}/X11/icewm
-%{_datadir}/gnome/wm-properties/*
+%dir %{_sysconfdir}/X11/icewm
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/X11/icewm/*
+%{_pixmapsdir}/icewm
+%dir %{_libdir}/X11/icewm
+%{_libdir}/X11/icewm/icons
+%{_libdir}/X11/icewm/ledclock
+%{_libdir}/X11/icewm/mailbox
+%{_libdir}/X11/icewm/taskbar
+%dir %{_libdir}/X11/icewm/themes
+%{_libdir}/X11/icewm/themes/Infadel2
+%dir %{_applnkdir}/Settings/IceWM
+%{_applnkdir}/Settings/IceWM/.directory
+%{_wmpropsdir}/*
+%attr(755,root,root) %{_wmstyledir}/IceWM.sh
+%attr(644,root,root) %{_wmstyledir}/IceWM.names
+
+%files themes-base
+%defattr(644,root,root,755)
+%{_libdir}/X11/icewm/themes/gtk2
+%{_libdir}/X11/icewm/themes/metal2
+%{_libdir}/X11/icewm/themes/motif
+%{_libdir}/X11/icewm/themes/nice
+%{_libdir}/X11/icewm/themes/warp3
+%{_libdir}/X11/icewm/themes/warp4
+%{_libdir}/X11/icewm/themes/win95
This page took 0.03827 seconds and 4 git commands to generate.