diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-05-21 06:21:57 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-05-21 06:21:57 +0000 |
commit | d2bc757d3e94261e2b8a77a2171795938508c961 (patch) | |
tree | a2d85c565b4ad9b748012df8f32a7b869cf36829 /x11-wm | |
parent | Add patches from Debian/crosstool and try to make more cross-compile friendly. (diff) | |
download | historical-d2bc757d3e94261e2b8a77a2171795938508c961.tar.gz historical-d2bc757d3e94261e2b8a77a2171795938508c961.tar.bz2 historical-d2bc757d3e94261e2b8a77a2171795938508c961.zip |
fixed test
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/icewm/Manifest | 14 | ||||
-rw-r--r-- | x11-wm/icewm/files/icewm-1.2.20.iceicon.patch | 11 | ||||
-rw-r--r-- | x11-wm/icewm/files/icewm-1.2.20.testmap.patch | 17 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.2.20.ebuild | 4 |
5 files changed, 45 insertions, 8 deletions
diff --git a/x11-wm/icewm/ChangeLog b/x11-wm/icewm/ChangeLog index 68d37d8e99d0..d32fc491a6ae 100644 --- a/x11-wm/icewm/ChangeLog +++ b/x11-wm/icewm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/icewm # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.95 2005/04/23 20:31:23 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.96 2005/05/21 06:21:57 morfic Exp $ + + 21 May 2005; Daniel Goller <morfic@gentoo.org> + +files/icewm-1.2.20.iceicon.patch, +files/icewm-1.2.20.testmap.patch, + icewm-1.2.20.ebuild: + applied patches to fix FEATURES=test 23 Apr 2005; Daniel Goller <morfic@gentoo.org> -files/icewm-1.2.19.ybutton.cc.patch, -icewm-1.2.19.ebuild, diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest index 3cc68ed885aa..559e4e3b4ed6 100644 --- a/x11-wm/icewm/Manifest +++ b/x11-wm/icewm/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 44fbd0412baf4837f98937fbabc16928 icewm-1.2.20.ebuild 2226 -MD5 86294b27b87235a9922af83efe427b9d ChangeLog 15275 +MD5 e74fd3f8b677b9a200feacf2fdc7f244 icewm-1.2.20.ebuild 2310 +MD5 b36421a945e1aa73b774e0dcbabf75e9 ChangeLog 15459 MD5 a26b94d92c1e03083b7020e2f4c1afe9 metadata.xml 630 MD5 1ba6fc06d92e0a7d0d4357d83db74493 files/digest-icewm-1.2.20 64 MD5 9028fc0d1b794c88e4a2db9cf28f66f0 files/IceWM.desktop 200 MD5 0adfec296f9e1a9eb08a326c0690c28e files/icewm-1.2.20.ybutton.cc.patch 591 +MD5 b3bb2875e9f96c7fbd5620a7388626b0 files/icewm-1.2.20.testmap.patch 529 +MD5 cea1a375dba2fc5a6d9675d7255229aa files/icewm-1.2.20.iceicon.patch 394 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCaqvdUpKYMelfdYERAhmdAJ9PrkJd5XlICCYfhMu9nuhBT5FmnQCeNAuT -1M4bhlDuIRnzYWEhu5dfApU= -=b4VA +iD8DBQFCjsnTUpKYMelfdYERAjaBAKCMh5vm7vgrAWJFPMrwzC/bvJFQogCfct1M +s2apsTDfVnv6jfEAUDarK+4= +=Gjib -----END PGP SIGNATURE----- diff --git a/x11-wm/icewm/files/icewm-1.2.20.iceicon.patch b/x11-wm/icewm/files/icewm-1.2.20.iceicon.patch new file mode 100644 index 000000000000..90c442b1e769 --- /dev/null +++ b/x11-wm/icewm/files/icewm-1.2.20.iceicon.patch @@ -0,0 +1,11 @@ +--- iceicon.cc 2005-01-09 15:48:23.000000000 -0600 ++++ /root/iceicon.cc 2005-05-21 01:00:11.000000000 -0500 +@@ -161,7 +161,7 @@ + void YIconView::updateItems() { + if (fItems == 0) { + //fMaxWidth = 0; +- fItems = new (YIconItem *)[fItemCount]; ++ fItems = new YIconItem *[fItemCount]; + if (fItems) { + YIconItem *a = getFirst(); + int n = 0; diff --git a/x11-wm/icewm/files/icewm-1.2.20.testmap.patch b/x11-wm/icewm/files/icewm-1.2.20.testmap.patch new file mode 100644 index 000000000000..0c6fb65b9221 --- /dev/null +++ b/x11-wm/icewm/files/icewm-1.2.20.testmap.patch @@ -0,0 +1,17 @@ +--- testmap.cc 2005-01-09 15:48:24.000000000 -0600 ++++ /root/testmap.cc 2005-05-21 00:57:32.000000000 -0500 +@@ -63,10 +63,11 @@ + + while (1) { + if (argc > 1) { +- int nwx, nwy, nww, nwh; ++ int nwx, nwy; ++ unsigned int nww, nwh; + int nrx, nry; +- int bw; +- int depth; ++ unsigned int bw; ++ unsigned int depth; + Window xroot, child; + + XGetGeometry(display, window, &xroot, &nwx, &nwy, &nww, &nwh, &bw, &depth); diff --git a/x11-wm/icewm/icewm-1.2.20.ebuild b/x11-wm/icewm/icewm-1.2.20.ebuild index 325eda59677c..24b41eca91d8 100644 --- a/x11-wm/icewm/icewm-1.2.20.ebuild +++ b/x11-wm/icewm/icewm-1.2.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.20.ebuild,v 1.6 2005/04/23 20:31:23 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.20.ebuild,v 1.7 2005/05/21 06:21:57 morfic Exp $ inherit eutils @@ -39,6 +39,8 @@ src_unpack() { if use silverxp ; then epatch ${FILESDIR}/${P/_}.ybutton.cc.patch fi + epatch ${FILESDIR}/${P/_}.testmap.patch + epatch ${FILESDIR}/${P/_}.iceicon.patch echo "#!/bin/sh" > $T/icewm echo "/usr/bin/icewm-session" >> $T/icewm |