From 067ee659b6af8bff5c03cde16830b967666e3c1a Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sun, 28 Feb 2021 18:27:52 +0000 Subject: Update IceWM to version 2.2.0. --- x11-wm/icewm/Makefile | 2 +- x11-wm/icewm/distinfo | 6 +++--- x11-wm/icewm/files/patch-src_Makefile.in | 20 +++++++++++++++++++- 3 files changed, 23 insertions(+), 5 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 9c0a01fa4b45..b9d8c34b166d 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= icewm -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index d698eb49d728..8c090c9e7ae8 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612894283 -SHA256 (icewm-2.1.2.tar.lz) = ad1e621a48655692425c4a51e813194458938fe7d878d030b21d9fe29c0f925b -SIZE (icewm-2.1.2.tar.lz) = 1694969 +TIMESTAMP = 1614520201 +SHA256 (icewm-2.2.0.tar.lz) = 385df54aa39f02cb40a3d208b36db40a4d55cc35ec9539633b832fac15759afe +SIZE (icewm-2.2.0.tar.lz) = 1697312 diff --git a/x11-wm/icewm/files/patch-src_Makefile.in b/x11-wm/icewm/files/patch-src_Makefile.in index 32bcd5377fd5..0ee219da1281 100644 --- a/x11-wm/icewm/files/patch-src_Makefile.in +++ b/x11-wm/icewm/files/patch-src_Makefile.in @@ -9,7 +9,16 @@ icesh_SOURCES = \ intl.h \ debug.h \ -@@ -960,7 +960,7 @@ icewmbg_SOURCES = \ +@@ -960,7 +960,7 @@ icewmhint_SOURCES = \ + base.h \ + icewmhint.cc + +-icewmhint_LDADD = libice.la $(CORE_LIBS) @LIBINTL@ ++icewmhint_LDADD = libice.la $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + icewmbg_SOURCES = \ + intl.h \ + debug.h \ +@@ -962,7 +962,7 @@ icewmbg_SOURCES = \ icewmbg.cc \ icewmbg_prefs.h @@ -18,6 +27,15 @@ icesound_SOURCES = \ base.h \ debug.h \ +@@ -974,7 +974,7 @@ icesound_SOURCES = \ + ytimer.h \ + icesound.cc + +-icesound_LDADD = libice.la $(AUDIO_LIBS) $(CORE_LIBS) @LIBINTL@ ++icesound_LDADD = libice.la $(AUDIO_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + icewm_menu_fdo_SOURCES = \ + appnames.h \ + base.h \ @@ -1002,7 +1002,7 @@ icehelp_SOURCES = \ yrect.h \ icehelp.cc -- cgit v1.2.3