From ee88112cd00b63e0477d29bb2074bff9cd1b9d36 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 17 Aug 2022 11:50:49 -0500 Subject: [PATCH] putty: update to 0.77. --- srcpkgs/putty/patches/fix-include.patch | 10 ---------- srcpkgs/putty/template | 12 ++++++------ 2 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/putty/patches/fix-include.patch diff --git a/srcpkgs/putty/patches/fix-include.patch b/srcpkgs/putty/patches/fix-include.patch deleted file mode 100644 index 37ce7776dffa..000000000000 --- a/srcpkgs/putty/patches/fix-include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/unix/uxcons.c -+++ b/unix/uxcons.c -@@ -8,6 +8,7 @@ - #include - #include - #include -+#include - - #include - #include diff --git a/srcpkgs/putty/template b/srcpkgs/putty/template index cf385472c433..8335325ff696 100644 --- a/srcpkgs/putty/template +++ b/srcpkgs/putty/template @@ -1,19 +1,19 @@ # Template file for 'putty' pkgname=putty -version=0.76 +version=0.77 revision=1 -build_style=gnu-configure -hostmakedepends="pkg-config" -makedepends="gtk+-devel" +build_style=cmake +hostmakedepends="pkg-config perl" +makedepends="gtk+3-devel" short_desc="Free Telnet/SSH Client" maintainer="Orphaned " license="MIT" homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/" changelog="https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html" distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz" -checksum=547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f +checksum=419a76f45238fd45f2c76b42438993056e74fa78374f136052aaa843085beae5 -CFLAGS="-Wno-error" +CFLAGS="-Wno-error -UNDEBUG" post_install() { vlicense LICENCE