diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-06-22 18:15:22 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-06-22 18:15:22 +0000 |
commit | 015f119d4f6a31483dbc254db634daefc54f82d4 (patch) | |
tree | 7acad4dc6ead7ad4a7029237fa115fe10af4858c /x11-wm/icewm | |
parent | revert 1.99 to ~x86 (diff) | |
download | gentoo-2-015f119d4f6a31483dbc254db634daefc54f82d4.tar.gz gentoo-2-015f119d4f6a31483dbc254db634daefc54f82d4.tar.bz2 gentoo-2-015f119d4f6a31483dbc254db634daefc54f82d4.zip |
update to icewm
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/icewm/Manifest | 8 | ||||
-rw-r--r-- | x11-wm/icewm/files/digest-icewm-1.2.9 | 1 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.2.9.ebuild | 69 |
4 files changed, 81 insertions, 4 deletions
diff --git a/x11-wm/icewm/ChangeLog b/x11-wm/icewm/ChangeLog index 3609b771b71b..2b52a55692da 100644 --- a/x11-wm/icewm/ChangeLog +++ b/x11-wm/icewm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/icewm # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.25 2003/06/15 16:46:04 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.26 2003/06/22 18:12:33 hanno Exp $ + +*icewm-1.2.9 (22 Jun 2003) + + 22 Jun 2003; Hanno Boeck <hanno@gentoo.org> icewm-1.2.9.ebuild: + Version bump. 15 Jun 2003; Brad Cowan <bcowan@gentoo.org> icewm-1.2.0-r1.ebuild, icewm-1.2.2-r1.ebuild, icewm-1.2.3.ebuild, icewm-1.2.5.ebuild, diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest index 8b3a63d387d7..6949a8b90b55 100644 --- a/x11-wm/icewm/Manifest +++ b/x11-wm/icewm/Manifest @@ -1,7 +1,9 @@ +MD5 56d358e18adfd6e3da26539091497a15 ChangeLog 5444 MD5 8cbc3e586f130cef931d4e032abea6d1 icewm-1.2.8.ebuild 2000 +MD5 ab9edfa98464ecaa1eac623d681e29c4 icewm-1.2.9.ebuild 1869 MD5 21e6046fa6ce0973feae10f5014d3fcb icewm-1.2.7.ebuild 2090 -MD5 2762ea45554ebc32bd06c45fbfb913de ChangeLog 5334 +MD5 c45dcc1eabf02fab00536f2708deb5dd files/digest-icewm-1.2.8 63 +MD5 a523239e4ca120f208740e26388dccc4 files/digest-icewm-1.2.9 63 MD5 3decb45e7b318067b9c3d68c6ef11e2f files/icewm 25 -MD5 1f8f857ae1c221d3633ae1752cdaa51a files/icewm-1.2.7-gentoo.patch 3886 MD5 ede49197766f08023cc5f56114783e61 files/digest-icewm-1.2.7 63 -MD5 c45dcc1eabf02fab00536f2708deb5dd files/digest-icewm-1.2.8 63 +MD5 1f8f857ae1c221d3633ae1752cdaa51a files/icewm-1.2.7-gentoo.patch 3886 diff --git a/x11-wm/icewm/files/digest-icewm-1.2.9 b/x11-wm/icewm/files/digest-icewm-1.2.9 new file mode 100644 index 000000000000..e9c97f1c7925 --- /dev/null +++ b/x11-wm/icewm/files/digest-icewm-1.2.9 @@ -0,0 +1 @@ +MD5 fe8ff73efc80a6c9eea34c26c66e0c53 icewm-1.2.9.tar.gz 807024 diff --git a/x11-wm/icewm/icewm-1.2.9.ebuild b/x11-wm/icewm/icewm-1.2.9.ebuild new file mode 100644 index 000000000000..fe245c80af30 --- /dev/null +++ b/x11-wm/icewm/icewm-1.2.9.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.9.ebuild,v 1.1 2003/06/22 18:12:33 hanno Exp $ + +DESCRIPTION="Ice Window Manager" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.icewm.org" +IUSE="esd gnome imlib nls spell truetype" + +DEPEND="virtual/x11 + esd? ( media-sound/esound ) + gnome? ( gnome-base/gnome-libs ) + imlib? ( >=media-libs/imlib-1.9.10-r1 ) + nls? ( sys-devel/gettext ) + truetype? ( >=media-libs/freetype-2.0.9 )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc " + +src_compile(){ + use esd \ + && myconf="${myconf} --with-esd-config=/usr/bin/esd-config" + + use nls \ + && myconf="${myconf} --enable-nls --enable-i18n" \ + || myconf="${myconf} --disable-nls --disable-i18n" + + use imlib \ + && myconf="${myconf} --with-imlib --without-xpm" \ + || myconf="${myconf} --without-imlib --with-xpm" + + use spell \ + && myconf="${myconf} --enable-GtkSpell" \ + || myconf="${myconf} --disable-GtkSpell" + + use truetype \ + && myconf="${myconf} --enable-gradients --with-antialias" \ + || myconf="${myconf} --disable-xfreetype" + + use x86 \ + && myconf="${myconf} --enable-x86-asm" \ + || myconf="${myconf} --disable-x86-asm" + + use gnome \ + && myconf="${myconf} --with-gnome-menus" \ + || myconf="${myconf} --without-gnome-menus" + + CXXFLAGS="${CXXFLAGS}" econf \ + --with-xpm \ + --with-libdir=/usr/share/icewm \ + --with-cfgdir=/etc/icewm \ + --with-docdir=/usr/share/doc/${PF}/html \ + ${myconf} || die "configure failed" + + emake || die "emake failed" +} + +src_install(){ + make DESTDIR=${D} install || die + + dodoc AUTHORS BUGS CHANGES COPYING FAQ PLATFORMS README* TODO VERSION + dohtml -a html,sgml doc/* + + echo "#!/bin/bash" > icewm + echo "/usr/bin/icewm" >> icewm + exeinto /etc/X11/Sessions + doexe icewm +} |