[gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/files/, x11-wm/icewm/

2021-02-09 Thread Lars Wendler
commit: fe1744daf4456a2a38f52bbbc7ca50d4e251
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb  9 22:54:49 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb  9 22:55:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1744da

x11-wm/icewm: Removed old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 x11-wm/icewm/Manifest|   1 -
 x11-wm/icewm/files/icewm-2.1.0-appmenu_fix.patch |  37 --
 x11-wm/icewm/icewm-2.1.0-r1.ebuild   | 157 ---
 3 files changed, 195 deletions(-)

diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
index 40211e254e6..e000a5cdeb0 100644
--- a/x11-wm/icewm/Manifest
+++ b/x11-wm/icewm/Manifest
@@ -1,5 +1,4 @@
 DIST icewm-1.9.2.tar.lz 1694602 BLAKE2B 
cf30a695ba48093b386aa2f3af5120e78a9fcc57da9038bcd546ade0986e1bc359a3da91d2eeeb8d3a105173f5d755223675a84b38cfc8c907269efd2561c706
 SHA512 
7b4f8c47c636a0113af576bc1bcd9fde111ae70eb0bcf21fb1d906ca43bea4d8b0337a728e5da35bcfeabd56c66fd0d14581d7377f063dd750fdf01362b24be2
 DIST icewm-2.0.1.tar.lz 1694439 BLAKE2B 
1476f33fa7350a98b7eca8c5c265455d0a78b28bcbd35ab78969b528ae02d3c960fb73cf2b24ea999ee5e08c9f0641d3502c7d5ed8b285777162c334d645b6db
 SHA512 
ac4126b38d592aed60d2269f58c5a1612b61e871565e3c3e51bc2b430e4da6a4708f78e86c16091fa4dfb9eefd4109ae89102ab708e3bce9a44f1e5fe1970c59
-DIST icewm-2.1.0.tar.lz 1696214 BLAKE2B 
ba91eac4ea425fc9979d1c64fbc2a4c59f1d8004138f31b1e184484cfcaaca7c1a550cd160ff3683a4f663e54efdd5f8ded001317765485259a1f19b8de794a3
 SHA512 
a57ebbf76640b5296c90c105bdc9b9b2cc55546d324fa18b2e7bfc6bee4442b56176bda4a584d6a73b2297203e1966d7646354bb6e0baaf64fdf0acdb357ee58
 DIST icewm-2.1.1.tar.lz 1695855 BLAKE2B 
81903735a71e13953635a4d70547f2518983b5e58fd9e90124e4aecb6b9b53827d48f77bbff3cec59b929456f4c1ab14fde999bbc45f90c8916bbb1017b8eb20
 SHA512 
7d0acd655f505755fe0b1186b7422a254805bd1c56f00170ecac90272c31c1c0673f781e4e89e04682515b7313dd57b78797398a81edc62b86abc6991abfc45c
 DIST icewm-2.1.2.tar.lz 1694969 BLAKE2B 
640af2b7afb34ebcf6fc4f1762161bd8cae124e58735ad3e5af3f8a12723ead71e491fbef9e9119792c54e4e116c7cc491847da1e103b2c46765044bfda71f2d
 SHA512 
92c52b057c7ac1c81eb72cb01d4041715fae2b1c221ecc0e5286a9bfad87e1607a3d7c60dde125436ad32c9a72dac01ee82a3bfe4b671b2d458ba3ce4c0c5a62

diff --git a/x11-wm/icewm/files/icewm-2.1.0-appmenu_fix.patch 
b/x11-wm/icewm/files/icewm-2.1.0-appmenu_fix.patch
deleted file mode 100644
index d159e4d38e3..000
--- a/x11-wm/icewm/files/icewm-2.1.0-appmenu_fix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 1d28361a69d773ba0d026119ff197d38900eac0a Mon Sep 17 00:00:00 2001
-From: Bert Gijsbers 
-Date: Sat, 23 Jan 2021 16:02:21 +0100
-Subject: [PATCH] Don't unarm menu popup buttons for issue #527.
-

- src/ybutton.cc | 9 +++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/src/ybutton.cc b/src/ybutton.cc
-index 1c11756d..745a8f21 100644
 a/src/ybutton.cc
-+++ b/src/ybutton.cc
-@@ -58,7 +58,7 @@ YButton::~YButton() {
- }
- popdown();
- if (fPopup && fPopup->isShared() == false) {
--delete fPopup;
-+delete fPopup; fPopup = nullptr;
- }
- if (--buttonObjectCount == 0) {
- normalButtonFont = null;
-@@ -289,8 +289,13 @@ void YButton::handleButton(const XButtonEvent &button) {
- setSelected(false);
- }
- }
-+bool unarm = fEnabled && fArmed
-+  && button.type == ButtonRelease
-+  && button.button == Button1
-+  && getClickCount() == 1
-+  && dragging();
- YWindow::handleButton(button);
--if (fEnabled && button.type == ButtonRelease && button.button == Button1) 
{
-+if (unarm && !fPopupActive) {
- setArmed(false, false);
- }
- }

diff --git a/x11-wm/icewm/icewm-2.1.0-r1.ebuild 
b/x11-wm/icewm/icewm-2.1.0-r1.ebuild
deleted file mode 100644
index 57f469f48b7..000
--- a/x11-wm/icewm/icewm-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools unpacker
-
-DESCRIPTION="Ice Window Manager with Themes"
-HOMEPAGE="https://ice-wm.org/ https://github.com/ice-wm/icewm";
-LICENSE="GPL-2"
-SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz";
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype uclibc xinerama"
-
-# Tests broken in all versions, patches welcome, bug #323907, #389533
-RESTRICT="test"
-
-REQUIRED_USE="|| ( alsa ao )"
-#?? ( gdk-pixbuf imlib )
-
-#fix for icewm preversion package names
-S="${WORKDIR}/${P/_}"
-
-# These are the core dependencies of icewm.
-# Look into configure.ac and search for PKG_CHECK_MODULES([CORE]
-CORE_DEPEND="
-   media-libs/fontconfig
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/li

[gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/files/, x11-wm/icewm/

2019-08-30 Thread Lars Wendler
commit: 8fc06541fd27281e4ae3d821f75204f06dc04136
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 30 06:59:47 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 30 06:59:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc06541

x11-wm/icewm: Removed old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 x11-wm/icewm/Manifest   |   1 -
 x11-wm/icewm/files/icewm-1.3.10-menu.patch  |  22 --
 x11-wm/icewm/files/icewm-1.3.8-uclibc.patch |  64 
 x11-wm/icewm/icewm-1.4.2.ebuild | 114 
 4 files changed, 201 deletions(-)

diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
index 091ed8cc69c..3c7b5ef93c4 100644
--- a/x11-wm/icewm/Manifest
+++ b/x11-wm/icewm/Manifest
@@ -1,3 +1,2 @@
-DIST icewm-1.4.2.tar.gz 1709850 BLAKE2B 
1a9dde495345f1601b3ae901b3e98554b60a9b9a8e94b7079f3c766971eb31bde5a3cd3972f5c96d86b5e02e413811df2a0689efc15a461bca39a70842f3df69
 SHA512 
c01661a7b07b4f42a32b20ecc9e45fb1e9c84c27d33105ec165e75aa9ac84129d55e992cac0d53fb10298bae28bc93ef07f68e874c1c2fccd9adecceb987a872
 DIST icewm-1.5.5.tar.xz 1707656 BLAKE2B 
670ab4d1c1648faa24c848ddb04f3e353a3acd8e9a105837229d00ca344a61b3432d7b23b89dc054e220797cfd56d6504ad233d8793a3a5d95d9943c79017797
 SHA512 
5d75d33bf6e45ea0b46ace5173d825e9d1a12318cf7a5319b20ea704b019f6c09391f0f199b0fac678ba0f160d8236fc1cfee5d3b47d1895b7ba3721ff62a05e
 DIST icewm-1.6.1.tar.lz 1651274 BLAKE2B 
85c3bda7bacf8f2e1e6ed250fc1b66d151bb030118c56300fc2ce9ad1a54c8693c3e0f83c81cec1f1878f0c0b300c25ac78bdb6440e235877a18586e07601de3
 SHA512 
dfc221d9afa6c7949dda983c06bdac5527f8cdb93dd20babdc1de75a7ab6cf9b3b1fe8e8d617cb70bd93ebe9aec70ac419d915b76b564b31dbec42b57d6f6011

diff --git a/x11-wm/icewm/files/icewm-1.3.10-menu.patch 
b/x11-wm/icewm/files/icewm-1.3.10-menu.patch
deleted file mode 100644
index 721a15d25ee..000
--- a/x11-wm/icewm/files/icewm-1.3.10-menu.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 icewm-1.3.10/lib/menu.in
-+++ icewm-1.3.10/lib/menu.in
-@@ -4,14 +4,9 @@
- # since modifications to this file will be discarded when you
- # (re)install icewm.
- #
--prog xterm xterm xterm
--prog rxvt xterm rxvt -bg black -cr green -fg white -C -fn 9x15 -sl 500
--prog fte fte fte
--prog NEdit nedit nedit
--prog Mozilla mozilla mozilla
--prog XChat xchat xchat
--prog Gimp gimp gimp
-+prog xterm /usr/share/icons/gnome/16x16/apps/terminal.png xterm
-+"Web browser" /usr/share/icons/gnome/16x16/apps/web-browser.png xdg-open 
about:blank
- separator
--menuprog "Desktop Apps" folder icewm-menu-fdo
--menufile Programs folder programs
--menufile Tool_bar folder toolbar
-+prog "Rebuild program menu" 
/usr/share/icons/gnome/16x16/actions/edit-find-replace.png 
/usr/share/icewm/startup
-+separator
-+menufile Programs folder programs.autogen

diff --git a/x11-wm/icewm/files/icewm-1.3.8-uclibc.patch 
b/x11-wm/icewm/files/icewm-1.3.8-uclibc.patch
deleted file mode 100644
index e790842faed..000
--- a/x11-wm/icewm/files/icewm-1.3.8-uclibc.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -Naur icewm-1.3.7.orig/configure.in icewm-1.3.7/configure.in
 icewm-1.3.7.orig/configure.in  2010-10-31 10:09:37.0 -0400
-+++ icewm-1.3.7/configure.in   2013-10-19 06:20:22.947520430 -0400
-@@ -113,6 +113,7 @@
- AC_CHECK_HEADERS(libgen.h)dnl --  basename() for FreeBSD
- AC_CHECK_HEADERS(machine/apmvar.h)
- AC_CHECK_HEADERS(machine/apm_bios.h)
-+AC_CHECK_HEADERS(execinfo.h)
- 
- AC_CHECK_HEADERS(kstat.h,
-   [ CORE_LIBS="${CORE_LIBS} -lkstat"
-diff -Naur icewm-1.3.7.orig/src/acpustatus.cc icewm-1.3.7/src/acpustatus.cc
 icewm-1.3.7.orig/src/acpustatus.cc 2010-10-31 10:09:36.0 -0400
-+++ icewm-1.3.7/src/acpustatus.cc  2013-10-19 06:20:18.355519888 -0400
-@@ -25,17 +25,12 @@
- #include "sysdep.h"
- #include "default.h"
- 
--#if defined(linux)
--//#include 
--#include 
--#endif
- #if defined(sun) && defined(SVR4)
- #include 
- #endif
- #ifdef HAVE_KSTAT_H
- #include 
- #include 
--#include 
- #endif
- 
- #ifdef HAVE_SYS_PARAM_H
-@@ -56,6 +51,10 @@
- #include 
- #include "intl.h"
- 
-+#if defined(linux) || defined(HAVE_KSTAT_H)
-+#include 
-+#endif
-+
- #if (defined(linux) || defined(HAVE_KSTAT_H)) || defined(HAVE_SYSCTL_CP_TIME)
- 
- extern ref taskbackPixmap;
-diff -Naur icewm-1.3.7.orig/src/misc.cc icewm-1.3.7/src/misc.cc
 icewm-1.3.7.orig/src/misc.cc   2010-10-31 10:09:36.0 -0400
-+++ icewm-1.3.7/src/misc.cc2013-10-19 06:20:22.947520430 -0400
-@@ -15,7 +15,7 @@
- #include 
- #endif
- 
--#ifdef linux
-+#if defined(linux) && defined(HAVE_EXECINFO_H)
- #include 
- #endif
- 
-@@ -503,7 +503,7 @@
- }
- 
- void show_backtrace() {
--#ifdef linux
-+#if defined(linux) && defined(HAVE_EXECINFO_H)
- const char head[] = "\nbacktrace:\n";
- const char tail[] = "end\n";
- void *array[20];

diff --git a/x11-wm/icewm/icewm-1.4.2.ebuild b/x11-wm/icewm/icewm-1.4.2.ebuild
deleted file mod

[gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/files/, x11-wm/icewm/

2018-02-15 Thread Lars Wendler
commit: debec6329f8f91365d12df7f7e8549225e94bcfc
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Feb 15 09:38:29 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Feb 15 09:38:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debec632

x11-wm/icewm: Removed old.

Closes: https://bugs.gentoo.org/608274
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-wm/icewm/Manifest |   3 -
 x11-wm/icewm/files/IceWM.desktop  |   8 --
 x11-wm/icewm/files/icewm-1.3.7-dso.patch  |  10 --
 x11-wm/icewm/files/icewm-1.3.7-gcc44.patch|  13 ---
 x11-wm/icewm/files/icewm-1.3.7-menuiconsize.patch |  73 
 x11-wm/icewm/files/icewm-1.3.7-thermal.patch  |  41 ---
 x11-wm/icewm/files/icewm-1.3.8-build-fixes.patch  | 113 --
 x11-wm/icewm/files/icewm-1.3.8-deprecated.patch   |  12 --
 x11-wm/icewm/files/icewm-1.3.8-menu.patch |  23 
 x11-wm/icewm/files/icewm-defaults.patch   |  13 ---
 x11-wm/icewm/files/icewm-fribidi.patch|  83 --
 x11-wm/icewm/files/icewm-keys.patch   |  43 ---
 x11-wm/icewm/files/icewm-startup  |   4 -
 x11-wm/icewm/files/icewm-toolbar.patch|  12 --
 x11-wm/icewm/files/icewm-xdg-menu | 128 -
 x11-wm/icewm/icewm-1.3.12-r1.ebuild   | 121 
 x11-wm/icewm/icewm-1.3.8.ebuild   | 132 --
 x11-wm/icewm/icewm-1.4.0.ebuild   | 117 ---
 18 files changed, 949 deletions(-)

diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
index e5e41e730a7..8401cced420 100644
--- a/x11-wm/icewm/Manifest
+++ b/x11-wm/icewm/Manifest
@@ -1,4 +1 @@
-DIST icewm-1.3.12.tar.gz 944617 BLAKE2B 
b95ab2bc77c3370f4da4f6a1f4b2c38a772f0e53d7613ad28244e37c460421f681c58f16e9e94533365d386a4be83de69303d9a0bd16caef18c4a655d2060514
 SHA512 
b2704ab69a1910cab6711ca11b79fa32f66747fe04468eff86813812fa855423ed43144ab0290e245221520a919755c0e153b60ff238ace60f9546af595063ee
-DIST icewm-1.3.8.tar.gz 905680 BLAKE2B 
dcb794ab6bd0a4b31240bb5506b2504d04a82ca267223d41c6b31f0447fa5e1541d58068776fba97aa33016567c66268937a6c3afafc7151bac4c1081ddc3db3
 SHA512 
ce9bf3e736a2f3fad4bbf731647b4e4ad0168cd2c4af66b1c43beef9c39d14909714d2fc73ab13f6c285a74dfe31fffc9677ae8bd2d1077716cd6d6afb72
-DIST icewm-1.4.0.tar.gz 1732329 BLAKE2B 
2fec09fbea04b96fcd3ec5d26a4bac5ece153b6bab774804287bfb4b8757e92e04aecc7a8b6f9f3c11b1abc5106d39fd02b54e8e60c8146edab1d8b03e2d223a
 SHA512 
ee0a80912bce5c94121f8c9b4e2f914e6a47dc810fe83528544f8644d9e5c4c61573c5a604d22af737be653fcfa1c64c10e0be0e663ce02cf982ba19dae7396e
 DIST icewm-1.4.2.tar.gz 1709850 BLAKE2B 
1a9dde495345f1601b3ae901b3e98554b60a9b9a8e94b7079f3c766971eb31bde5a3cd3972f5c96d86b5e02e413811df2a0689efc15a461bca39a70842f3df69
 SHA512 
c01661a7b07b4f42a32b20ecc9e45fb1e9c84c27d33105ec165e75aa9ac84129d55e992cac0d53fb10298bae28bc93ef07f68e874c1c2fccd9adecceb987a872

diff --git a/x11-wm/icewm/files/IceWM.desktop b/x11-wm/icewm/files/IceWM.desktop
deleted file mode 100644
index 087384ee130..000
--- a/x11-wm/icewm/files/IceWM.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=IceWM
-Comment=This session logs you into IceWM
-Exec=icewm-session
-TryExec=icewm-session
-# no icon yet, only the top three are currently used
-Icon=
-Type=Application

diff --git a/x11-wm/icewm/files/icewm-1.3.7-dso.patch 
b/x11-wm/icewm/files/icewm-1.3.7-dso.patch
deleted file mode 100644
index 55100d5f62a..000
--- a/x11-wm/icewm/files/icewm-1.3.7-dso.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 configure.in.old   2011-11-23 15:44:52.121654867 +0200
-+++ configure.in   2011-11-23 15:47:09.514411391 +0200
-@@ -494,6 +494,7 @@
- AC_DEFINE(CONFIG_COREFONTS, 1, [Define to enable X11 core conts.])
- features="${features} corefonts"
-   fi
-+  CORE_LIBS="${CORE_LIBS} -lfontconfig"
- 
- dnl = GUI Events 
===
- dnl

diff --git a/x11-wm/icewm/files/icewm-1.3.7-gcc44.patch 
b/x11-wm/icewm/files/icewm-1.3.7-gcc44.patch
deleted file mode 100644
index d500f64004b..000
--- a/x11-wm/icewm/files/icewm-1.3.7-gcc44.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=376451
-
 a/src/wmapp.cc
-+++ b/src/wmapp.cc
-@@ -337,7 +337,7 @@
- char ** fontPath(XGetFontPath(xapp->display(), &ndirs));
- 
- char ** newFontPath = new char *[ndirs + 1];
--newFontPath[ndirs] = fontsdir;
-+newFontPath[ndirs] = (char *)fontsdir;
- 
- if (fontPath)
- memcpy(newFontPath, fontPath, ndirs * sizeof (char *));

diff --git a/x11-wm/icewm/files/icewm-1.3.7-menuiconsize.patch 
b/x11-wm/icewm/files/icewm-1.3.7-menuiconsize.patch
deleted file mode 100644
index d051d5bc5f1..000
--- a/x11-wm/icewm/files/icewm-1.3.7-menuiconsize.patch
+++ /d

[gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/files/, x11-wm/icewm/

2015-12-17 Thread Lars Wendler
commit: 866201b3ee04a921d187e78012be199cb41fb99d
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Dec 17 14:04:23 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Dec 17 14:04:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866201b3

x11-wm/icewm: Removed old.

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler  gentoo.org>

 x11-wm/icewm/Manifest|   2 -
 x11-wm/icewm/files/icewm-1.3.9-fribidi.patch | 137 ---
 x11-wm/icewm/icewm-1.3.10.ebuild | 130 -
 x11-wm/icewm/icewm-1.3.9.ebuild  | 135 --
 4 files changed, 404 deletions(-)

diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
index 1607ec6..330098a 100644
--- a/x11-wm/icewm/Manifest
+++ b/x11-wm/icewm/Manifest
@@ -1,5 +1,3 @@
-DIST icewm-1.3.10.tar.gz 929941 SHA256 
dae6aa00c88f700537cc841cbd233ea2905e756f6274f9ebd52020f782502706 SHA512 
96834d5ed2d693451ef071d574b4f553431183feefc8c6db97d4ec086e9ff8d4a1b0c0eaf60cfbb1398be653aad3a47a61b35a5354730c05b1ddfa61bf16
 WHIRLPOOL 
a085604cd70ef0d10ff3a9c9e91b2572f47750e2a5627c1d8feeadd3d9024423b75ffe9339329c59ade855ebd1046d1c18757994ce38aef0fdfca03dcb47e97d
 DIST icewm-1.3.11.tar.gz 930484 SHA256 
a8e697e92e1697109522eb286eaa282bee10dcdb747b18bbb26d7d21a3d99588 SHA512 
d64d324a51f793d8c1c820fb406c310fd7f3cfe9d9e328226103958d9f266830d08cd92fac1a0785e68e1055cdd22cd64e15d0c844008f6f1505473219bb348b
 WHIRLPOOL 
9f4d5e8f9ee16f8e7d96f7b5e5012049190dfa6eb178859262835383c672e27d1915c8faf5258953bf1afe86fb23adb329e934f0cf98c3db7ea69fda90976cd9
 DIST icewm-1.3.12.tar.gz 944617 SHA256 
e7e0fe0fb07e297fa40f0c9d149c0cf6da19e13b98178fc779dca9ed81b3b232 SHA512 
b2704ab69a1910cab6711ca11b79fa32f66747fe04468eff86813812fa855423ed43144ab0290e245221520a919755c0e153b60ff238ace60f9546af595063ee
 WHIRLPOOL 
bc7ec26e2a9de14e2b67da60de741205e2716233074a77465ce490e291d9a19deee61fa896ac31c1489d181b5929a325c1df7b30a0e3c428b0b6bf6bcd8fdccf
 DIST icewm-1.3.8.tar.gz 905680 SHA256 
17588d9e023587bc04c83da9dd94fd4da6894ecfee6d7f3ed50d780dcd18 SHA512 
ce9bf3e736a2f3fad4bbf731647b4e4ad0168cd2c4af66b1c43beef9c39d14909714d2fc73ab13f6c285a74dfe31fffc9677ae8bd2d1077716cd6d6afb72
 WHIRLPOOL 
5bb0f6fa830ea10978bb8fd31805596c849a370d619626736e1218e844de72e142ed1aaa87b2f2aeb40603fcf2cfaa88ffae242c726ae1151045c6a792d5cf6c
-DIST icewm-1.3.9.tar.gz 890170 SHA256 
2d47f8cda48a91ac14fb20890c2df0f304cf8278adf50c3e4070ef68b61a687d SHA512 
9c28b004d3a13470e61a3ecbea489d67134b5d1651d84677e8ab0fb732b630d30b7be047553833c818a0ae05841ec808d37d7d50e21e5a562d407cdc74b4943e
 WHIRLPOOL 
8ecba1325da50655524b414280bf4c87f7bcf4c5d0e7edb0df8c6b341680443f961eddf7fd653ac75229aea88100ba8c06b8268196b48f63f6683231f972eb97

diff --git a/x11-wm/icewm/files/icewm-1.3.9-fribidi.patch 
b/x11-wm/icewm/files/icewm-1.3.9-fribidi.patch
deleted file mode 100644
index 91aa55c..000
--- a/x11-wm/icewm/files/icewm-1.3.9-fribidi.patch
+++ /dev/null
@@ -1,137 +0,0 @@
-From 800fc7caa9728cebafee86d841ac23b6ffaa896b Mon Sep 17 00:00:00 2001
-From: Brian Bidulock 
-Date: Wed, 5 Nov 2014 03:25:44 -0700
-Subject: [PATCH] fribidi support (gentoo icewm-1.3.9-fribidi.patch)
-
-  Also fixes several problems with the gentoo patch:
-
-  1) the patch modifies CORE_CFLAGS and CORE_LIBS before they
- are first defined, confusing later PKG_CONFIG([CORE], ...)
- so I moved it later in configure.ac
-
-  2) the patch uses the deprecated fribidi_log2vis, so I modified
- src/yfontxft.cc to disabled deprecated symbols (because I
- always test build with -Werror).
-
-  3) the patch ignores the return value of fribidi_log2vis()
- causing another warning which -Werror turns into an error.
- Changed to "if (fribidi_log2vis(...)) ;" to disable that.
-
-  4) fixed the configure.ac macro check for fribidi to only warn
- when the library is not present but the feature has not
- been disabled
-
-  5) add fribidi to configure.ac features list shown at end of
- ./configure run (added xrandr and xinerama too...)

- configure.ac| 17 +++--
- src/yfontxft.cc | 47 +++
- 2 files changed, 62 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index dce4f1e..63d362f 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -158,7 +158,8 @@ if test x$enable_xrandr != xno; then
- PKG_CHECK_MODULES([XRANDR],[xrandr],[
-   CORE_CFLAGS="$XRANDR_CFLAGS $CORE_CFLAGS"
-   CORE_LIBS="$XRANDR_LIBS $CORE_LIBS"
--  AC_DEFINE([CONFIG_XRANDR],[1],[Define to enable XRANDR extension.])],
-+  AC_DEFINE([CONFIG_XRANDR],[1],[Define to enable XRANDR extension.])
-+  features="$features xrandr"],
-   [AC_MSG_WARN([XRANDR not supported.])])
- fi
- 
-@@ -270,10 +271,22 @@ if test x$enable_xinerama != xno ; then
- PKG_CHECK_MODULES([XINERAMA],[xinerama],[
-   CORE_CFLAGS="$XINERAMA_CFLAGS $CORE_CFLAGS"
-