diff --git a/srcpkgs/rxvt-unicode/patches/destruct.patch b/srcpkgs/rxvt-unicode/patches/destruct.patch new file mode 100644 index 00000000000..e7e528c2e05 --- /dev/null +++ b/srcpkgs/rxvt-unicode/patches/destruct.patch @@ -0,0 +1,17 @@ +http://lists.schmorp.de/pipermail/rxvt-unicode/2020q2/002583.html + +--- src/rxvtperl.xs ++++ src/rxvtperl.xs +@@ -374,12 +374,6 @@ static PerlInterpreter *perl; + + rxvt_perl_interp::~rxvt_perl_interp () + { +- if (perl) +- { +- perl_destruct (perl); +- perl_free (perl); +- PERL_SYS_TERM (); +- } + } + + void diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index 1d62354cfd8..15eaf7d84c3 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,7 +1,7 @@ # Template file for 'rxvt-unicode' pkgname=rxvt-unicode version=9.22 -revision=14 +revision=15 build_style=gnu-configure configure_args=" --with-terminfo=/usr/share/terminfo --enable-256-color @@ -20,7 +20,7 @@ makedepends="xorgproto fontconfig-devel libXrender-devel libXft-devel libSM-deve $(vopt_if startup_notification startup-notification-devel)" depends="ncurses rxvt-unicode-terminfo-${version}_${revision}" short_desc="Terminal emulator supporting Xft fonts and Unicode" -maintainer="Orphaned " +maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="http://software.schmorp.de/pkg/rxvt-unicode.html" distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"