aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclassabbyamp <void@placeviolette.net>2024-05-26 23:29:45 +0000
committerclassabbyamp <void@placeviolette.net>2024-05-27 04:34:13 +0000
commita901837d96037e7b0010f05c8903056cd3fdef6a (patch)
treebfd6c5b5ad54618cb470fc653be6ece03eaede57
parent7047a4d1504787e000ad56b90cd698c0ed6169db (diff)
downloadvoid-packages-a901837d96037e7b0010f05c8903056cd3fdef6a.tar
void-packages-a901837d96037e7b0010f05c8903056cd3fdef6a.tar.gz
void-packages-a901837d96037e7b0010f05c8903056cd3fdef6a.tar.bz2
void-packages-a901837d96037e7b0010f05c8903056cd3fdef6a.tar.lz
void-packages-a901837d96037e7b0010f05c8903056cd3fdef6a.tar.xz
void-packages-a901837d96037e7b0010f05c8903056cd3fdef6a.tar.zst
void-packages-a901837d96037e7b0010f05c8903056cd3fdef6a.zip
Revert "hexchat: backtick is also a common delimiter"
caused a regression with nicks that have '`' in them
-rw-r--r--srcpkgs/hexchat/patches/url_delim.patch2
-rw-r--r--srcpkgs/hexchat/template2
2 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/hexchat/patches/url_delim.patch b/srcpkgs/hexchat/patches/url_delim.patch
index f9f430845fa..fbb53da966d 100644
--- a/srcpkgs/hexchat/patches/url_delim.patch
+++ b/srcpkgs/hexchat/patches/url_delim.patch
@@ -20,7 +20,7 @@ index 418bb4da5..fb4962e12 100644
/* is delimiter */
#define is_del(c) \
- (c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0)
-+ (c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0 || c == '"' || c == '\'' || c == '`')
++ (c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0 || c == '"' || c == '\'')
/* force scrolling off */
#define dontscroll(buf) (buf)->last_pixel_pos = 0x7fffffff
diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template
index 11b9253c415..8f5c9e1295e 100644
--- a/srcpkgs/hexchat/template
+++ b/srcpkgs/hexchat/template
@@ -1,7 +1,7 @@
# Template file for 'hexchat'
pkgname=hexchat
version=2.16.2
-revision=3
+revision=4
build_style=meson
configure_args="-Ddbus=enabled -Dtls=enabled
-Dwith-perl=/usr/bin/perl -Dwith-python=python3