Hi,

Here is an update to drawterm, now one can specify WM_CLASS and WM_NAME
and drawterm will pick them up!

Been using this for a bit with no issues!

OK?

https://deftly.net/patches/drawterm-20200427.diff

Cheers,
Aaron

diff --git a/plan9/drawterm/Makefile b/plan9/drawterm/Makefile
index b234e193648..b02718eeade 100644
--- a/plan9/drawterm/Makefile
+++ b/plan9/drawterm/Makefile
@@ -4,8 +4,8 @@ ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 mips64 mips64el arm
 
 COMMENT=       Plan9 terminal emulator
 
-V=             ccc01167ee60
-DISTNAME=      drawterm-20191211
+V=             8fd96772eb02
+DISTNAME=      drawterm-20200427
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}{${V}${EXTRACT_SUFX}}
 WRKDIST=       ${WRKDIR}/drawterm-${V}
 EXTRACT_SUFX=  .tar.gz
diff --git a/plan9/drawterm/distinfo b/plan9/drawterm/distinfo
index 2f9cca1da65..5b4a8e3be4f 100644
--- a/plan9/drawterm/distinfo
+++ b/plan9/drawterm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (drawterm-20191211.tar.gz) = 
spJvLlrc6aFZMHRp+HWW7h5DRCf++7tghrvPEpQ7l6M=
-SIZE (drawterm-20191211.tar.gz) = 643234
+SHA256 (drawterm-20200427.tar.gz) = 
GRPfPZwop4SwcuLMFtM3bMU3ZWD7rZqr1pQMVvxO3P0=
+SIZE (drawterm-20200427.tar.gz) = 585268
diff --git a/plan9/drawterm/patches/patch-posix-386_Makefile 
b/plan9/drawterm/patches/patch-posix-386_Makefile
deleted file mode 100644
index 75bd9917300..00000000000
--- a/plan9/drawterm/patches/patch-posix-386_Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-$OpenBSD: patch-posix-386_Makefile,v 1.1 2019/08/24 20:46:30 daniel Exp $
-
-Index: posix-386/Makefile
---- posix-386/Makefile.orig
-+++ posix-386/Makefile
-@@ -20,8 +20,8 @@ $(LIB): $(OFILES)
-       $(AS) -o $*.$O $*.s
- 
- md5block.s: md5block.spp
--      gcc -E - < md5block.spp >md5block.s
-+      $(CC) -E - < md5block.spp >md5block.s
- 
- sha1block.s: sha1block.spp
--      gcc -E - < sha1block.spp >sha1block.s
-+      $(CC) -E - < sha1block.spp >sha1block.s
- 

-- 
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE

Reply via email to