From 889dd3b3f820947feb7d5a69a9b46e8d3a5dd015 Mon Sep 17 00:00:00 2001 From: ismay Date: Tue, 14 May 2024 11:19:12 +0200 Subject: [PATCH] kakoune: update to 2024.05.09. --- srcpkgs/kakoune/patches/cross.patch | 11 +++++++++++ srcpkgs/kakoune/template | 5 ++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/kakoune/patches/cross.patch diff --git a/srcpkgs/kakoune/patches/cross.patch b/srcpkgs/kakoune/patches/cross.patch new file mode 100644 index 00000000000000..3a7d366b9aacf2 --- /dev/null +++ b/srcpkgs/kakoune/patches/cross.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + .POSIX: + .SUFFIXES: + +-CXX = c++ ++CXX ?= c++ + + debug = no + static = no diff --git a/srcpkgs/kakoune/template b/srcpkgs/kakoune/template index cea330d16886a4..546b9a03c604b2 100644 --- a/srcpkgs/kakoune/template +++ b/srcpkgs/kakoune/template @@ -1,9 +1,8 @@ # Template file for 'kakoune' pkgname=kakoune reverts=20180409_1 -version=2023.08.05 +version=2024.05.09 revision=1 -build_wrksrc="src" build_style=gnu-makefile make_build_args="debug=no gzip_man=no" make_install_args="debug=no gzip_man=no" @@ -14,7 +13,7 @@ maintainer="Orphaned " license="Unlicense" homepage="https://kakoune.org" distfiles="https://github.com/mawww/kakoune/releases/download/v${version}/kakoune-${version}.tar.bz2" -checksum=3e45151e0addd3500de2d6a29b5aacf2267c42bb256d44a782e73defb29cda5c +checksum=2190bddfd3af590c0593c38537088976547506f47bd6eb6c0e22350dbd16a229 post_patch() { vsed -i -e 's/-O3//' Makefile