Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11-wm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30441
Added Files:
icewm-basic.info icewm-basic.patch icewm.info icewm.patch
Removed Files:
icewm-1.2.2-1.info icewm-1.2.2-1.patch
icewm-basic-1.2.2-1.info icewm-basic-1.2.2-1.patch
Log Message:
move to stable
--- NEW FILE: icewm-basic.info ---
Package: icewm-basic
Version: 1.2.2
Revision: 2
Source: mirror:sourceforge:icewm/icewm-%v.tar.gz
Source-MD5: 7550e2e7822184d92ecc43e115b2f2d9
BuildDepends: gettext-dev, gettext-bin, gettext-tools, x11-dev, gcc3.1
Depends: x11
Patch: %n.patch
SetCC: g++3
SetCPPFLAGS: -no-cpp-precomp
NoSetCXXFLAGS: true
ConfigureParams: --with-docdir=%p/share/doc --disable-debug --disable-i18n
--enable-nls --disable-guievents --without-gnome-menus --with-xpm
Conflicts: icewm
Replaces: icewm
Provides: icewm
CompileScript: <<
./configure %c
make LFLAGS=-L%p/lib
<<
InstallScript: <<
make install install-docs DESTDIR=%d
<<
Description: X11 window manager - no GNOME support
DescDetail: <<
icewm is a nice window manager designed for speed, usability and
consistency. It is able to emulate the look of Motif, OS/2, Windows
and allows to have a customizable look using pixmaps.
This is the "basic" version - no gnome-libs required.
<<
DescPort: <<
Patches to force docs to go in %p/share/doc/icewm (instead of
%p/share/doc/icewm-%v).
<<
License: LGPL
Homepage: http://www.icewm.org/
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
--- icewm-1.2.2-1.info DELETED ---
--- NEW FILE: icewm-basic.patch ---
--- icewm-1.2.2/Makefile.in.orig Tue Nov 5 14:04:05 2002
+++ icewm-1.2.2/Makefile.in Tue Nov 5 14:28:02 2002
@@ -126,11 +126,11 @@
install-docs: docs $(LSM)
@echo ------------------------------------------
@rm -fr "$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
- @$(INSTALLDIR) "$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
+ @$(INSTALLDIR) "$(DESTDIR)$(DOCDIR)/icewm-basic"
@echo "Installing documentation in $(DESTDIR)$(DOCDIR)"
- @$(INSTALLLIB) $(DOCFILES) "$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
- @$(INSTALLLIB) "$(top_srcdir)/doc/"*.sgml
"$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
- @$(INSTALLLIB) "$(top_srcdir)/doc/"*.html
"$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
+ @$(INSTALLLIB) $(DOCFILES) "$(DESTDIR)$(DOCDIR)/icewm-basic"
+ @$(INSTALLLIB) "$(top_srcdir)/doc/"*.sgml
"$(DESTDIR)$(DOCDIR)/icewm-basic"
+ @$(INSTALLLIB) "$(top_srcdir)/doc/"*.html
"$(DESTDIR)$(DOCDIR)/icewm-basic"
@echo ------------------------------------------
install-nls: nls
--- icewm-1.2.2/src/Makefile.in.orig Wed Nov 6 05:23:51 2002
+++ icewm-1.2.2/src/Makefile.in Wed Nov 6 05:24:15 2002
@@ -25,7 +25,7 @@
-DEXEEXT='"$(EXEEXT)"' \
-DICEWMEXE='"icewm$(EXEEXT)"' \
-DICEHELPEXE='"icehelp$(EXEEXT)"' \
- -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/icewm.html"'
+ -DICEHELPIDX='"$(DOCDIR)/icewm-basic/icewm.html"'
CXXFLAGS = @CXXFLAGS@ $(DEBUG) $(DEFS) \
@CORE_CFLAGS@ @IMAGE_CFLAGS@ @AUDIO_CFLAGS@ @GNOME_CFLAGS@
@@ -165,11 +165,11 @@
%.p: %.cc
@echo Analysing dependencies for $^...
- @$(CXX) $(CXXFLAGS) -M -c $< > $@
+ @$(CXX) $(CXXFLAGS) $(CPPFLAGS) -M -c $< > $@
%.o: %.cc
@echo Compiling [EMAIL PROTECTED]
- @$(CXX) $(CXXFLAGS) -c $<
+ @$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
################################################################################
--- icewm-basic-1.2.2-1.patch DELETED ---
--- icewm-1.2.2-1.patch DELETED ---
--- NEW FILE: icewm.patch ---
--- icewm-1.2.2/Makefile.in.orig Tue Nov 5 14:04:05 2002
+++ icewm-1.2.2/Makefile.in Tue Nov 5 14:28:02 2002
@@ -126,11 +126,11 @@
install-docs: docs $(LSM)
@echo ------------------------------------------
@rm -fr "$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
- @$(INSTALLDIR) "$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
+ @$(INSTALLDIR) "$(DESTDIR)$(DOCDIR)/icewm"
@echo "Installing documentation in $(DESTDIR)$(DOCDIR)"
- @$(INSTALLLIB) $(DOCFILES) "$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
- @$(INSTALLLIB) "$(top_srcdir)/doc/"*.sgml
"$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
- @$(INSTALLLIB) "$(top_srcdir)/doc/"*.html
"$(DESTDIR)$(DOCDIR)/icewm-$(VERSION)"
+ @$(INSTALLLIB) $(DOCFILES) "$(DESTDIR)$(DOCDIR)/icewm"
+ @$(INSTALLLIB) "$(top_srcdir)/doc/"*.sgml "$(DESTDIR)$(DOCDIR)/icewm"
+ @$(INSTALLLIB) "$(top_srcdir)/doc/"*.html "$(DESTDIR)$(DOCDIR)/icewm"
@echo ------------------------------------------
install-nls: nls
--- icewm-1.2.2/src/Makefile.in.orig Wed Nov 6 05:23:51 2002
+++ icewm-1.2.2/src/Makefile.in Wed Nov 6 05:24:15 2002
@@ -25,7 +25,7 @@
-DEXEEXT='"$(EXEEXT)"' \
-DICEWMEXE='"icewm$(EXEEXT)"' \
-DICEHELPEXE='"icehelp$(EXEEXT)"' \
- -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/icewm.html"'
+ -DICEHELPIDX='"$(DOCDIR)/icewm/icewm.html"'
CXXFLAGS = @CXXFLAGS@ $(DEBUG) $(DEFS) \
@CORE_CFLAGS@ @IMAGE_CFLAGS@ @AUDIO_CFLAGS@ @GNOME_CFLAGS@
@@ -165,11 +165,11 @@
%.p: %.cc
@echo Analysing dependencies for $^...
- @$(CXX) $(CXXFLAGS) -M -c $< > $@
+ @$(CXX) $(CXXFLAGS) $(CPPFLAGS) -M -c $< > $@
%.o: %.cc
@echo Compiling [EMAIL PROTECTED]
- @$(CXX) $(CXXFLAGS) -c $<
+ @$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
################################################################################
--- icewm-basic-1.2.2-1.info DELETED ---
--- NEW FILE: icewm.info ---
Package: icewm
Version: 1.2.2
Revision: 2
Source: mirror:sourceforge:icewm/icewm-%v.tar.gz
Source-MD5: 7550e2e7822184d92ecc43e115b2f2d9
BuildDepends: libjpeg, libtiff, netpbm, audiofile, esound, glib, gtk+,
orbit-dev, giflib, imlib, gnome-libs-dev, gettext-dev, gettext-bin,
gettext-tools, x11-dev, gcc3.1
Depends: gnome-libs
Patch: %n.patch
SetCC: g++3
SetCPPFLAGS: -no-cpp-precomp
NoSetCXXFLAGS: true
ConfigureParams: --with-docdir=%p/share/doc --disable-debug --disable-i18n
--enable-nls --enable-guievents --with-gnome-menus --with-xpm
--with-icesound=esd
Conflicts: icewm-basic
Replaces: icewm-basic
CompileScript: <<
./configure %c
make LFLAGS=-L%p/lib
<<
InstallScript: <<
make install install-docs DESTDIR=%d
<<
Description: X11 window manager - with GNOME support
DescDetail: <<
icewm is a nice window manager designed for speed, usability and
consistency. It is able to emulate the look of Motif, OS/2, Windows
and allows to have a customizable look using pixmaps.
<<
DescPort: <<
Patches to force docs to go in %p/share/doc/%n (instead of
%p/share/doc/%n-%v).
<<
License: LGPL
Homepage: http://www.icewm.org/
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits