Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
x11-wm/icewm: update IceWM to version 3.2.2
Remove situational patches added in commit cbcb71f,
the problem had been addressed differently upstream.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Nov 15, 2022
1 parent de0ec19 commit 8021dd2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 33 deletions.
2 changes: 1 addition & 1 deletion x11-wm/icewm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= icewm
PORTVERSION= 3.2.1
PORTVERSION= 3.2.2
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/

Expand Down
6 changes: 3 additions & 3 deletions x11-wm/icewm/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1667925997
SHA256 (icewm-3.2.1.tar.lz) = e32e1c05fd5ed648993d0992c514bc1d3575f30d2a8008872b629359ea030c24
SIZE (icewm-3.2.1.tar.lz) = 1787266
TIMESTAMP = 1668448751
SHA256 (icewm-3.2.2.tar.lz) = 22d308846a4ba746df6b3212a00d23415ff2a4e96e54bae985a6f7f8d42d9b19
SIZE (icewm-3.2.2.tar.lz) = 1787950
15 changes: 12 additions & 3 deletions x11-wm/icewm/files/patch-lib_Makefile.in
@@ -1,6 +1,6 @@
--- lib/Makefile.in.orig 2020-07-12 18:02:27 UTC
--- lib/Makefile.in.orig 2022-11-14 17:44:07 UTC
+++ lib/Makefile.in
@@ -488,11 +488,13 @@ nobase_dist_pkgdata_DATA = \
@@ -506,11 +506,13 @@ nobase_dist_pkgdata_DATA = \
mailbox/newmail.xpm \
mailbox/nomail.xpm \
mailbox/unreadmail.xpm \
Expand All @@ -14,7 +14,7 @@
taskbar/linux1.xpm \
taskbar/linux20.xpm \
taskbar/linux2.xpm \
@@ -562,6 +564,8 @@ nobase_dist_pkgdata_DATA = \
@@ -580,6 +582,8 @@ nobase_dist_pkgdata_DATA = \
themes/Infadel2/rollupA.xpm \
themes/Infadel2/rollupI.xpm \
themes/Infadel2/snap.pcf \
Expand All @@ -23,3 +23,12 @@
themes/Infadel2/taskbar/linux.xpm \
themes/Infadel2/taskbar/start.xpm \
themes/Infadel2/taskbar/windows.xpm \
@@ -1230,7 +1234,7 @@ install-data-hook:


install-data-hook:
- $(AM_V_GEN)sed -i 's|Exec=/.*/|Exec=$(bindir)/|' \
+ $(AM_V_GEN)sed -i.bak -e 's|Exec=/.*/|Exec=$(bindir)/|' \
$(DESTDIR)$(xsessiondir)/icewm.desktop \
$(DESTDIR)$(xsessiondir)/icewm-session.desktop

13 changes: 0 additions & 13 deletions x11-wm/icewm/files/patch-lib_icewm-session.desktop

This file was deleted.

13 changes: 0 additions & 13 deletions x11-wm/icewm/files/patch-lib_icewm.desktop

This file was deleted.

0 comments on commit 8021dd2

Please sign in to comment.