summaryrefslogtreecommitdiffstats
path: root/network/weechat
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-04 00:05:27 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:46 +0700
commitbd0942d4e29fed682cfcd6b1ae5a91de030404e5 (patch)
treee122edc3e64391ae8bd662e0dbde575fa9988524 /network/weechat
parent3bd59719d62903ba53520ee6161ca2df33ae99aa (diff)
downloadslackbuilds-bd0942d4e29fed682cfcd6b1ae5a91de030404e5.tar.gz
slackbuilds-bd0942d4e29fed682cfcd6b1ae5a91de030404e5.tar.xz
network/weechat: Updated for version 3.7.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/weechat')
-rw-r--r--network/weechat/01_fix_asciidoctor_options.patch19
-rw-r--r--network/weechat/weechat.SlackBuild5
-rw-r--r--network/weechat/weechat.info6
3 files changed, 15 insertions, 15 deletions
diff --git a/network/weechat/01_fix_asciidoctor_options.patch b/network/weechat/01_fix_asciidoctor_options.patch
index 438ed7c3b4..6b7254bc67 100644
--- a/network/weechat/01_fix_asciidoctor_options.patch
+++ b/network/weechat/01_fix_asciidoctor_options.patch
@@ -2,20 +2,17 @@ Description: Build html documentation without requiring data (javascript,
fonts) on external websites (potential privacy breach)
Author: Emmanuel Bouthenot <kolter@debian.org>
Forwarded: not-needed
-Last-Update: 2016-10-06
-Note: 20211018 bkw: patch modified from Debian version: instead of
-setting the source highlighter to 'pygments' (which isn't part of
-Slackware), I disabled source highlighting entirely.
+Last-Update: 2022-01-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
-@@ -21,7 +21,7 @@
- if(ENABLE_MAN OR ENABLE_DOC)
+@@ -22,7 +22,7 @@
find_package(Asciidoctor)
if(ASCIIDOCTOR_FOUND)
-- set(ASCIIDOCTOR_ARGS -a experimental -a "prewrap!" -a icons=font -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify)
-+ set(ASCIIDOCTOR_ARGS -a experimental -a reproducible -a "prewrap!" -a "webfonts!" -a revnumber="${VERSION}" -a sectanchors -a "source-highlighter!")
- add_subdirectory(cs)
- add_subdirectory(de)
- add_subdirectory(en)
+ # common asciidoctor arguments
+- set(ASCIIDOCTOR_ARGS -a experimental -a reproducible -a "prewrap!" -a "webfonts!" -a icons=font -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=pygments -a pygments-style=native)
++ set(ASCIIDOCTOR_ARGS -a experimental -a reproducible -a "prewrap!" -a "webfonts!" -a icons=text -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=pygments -a pygments-style=native)
+
+ # sed arguments used to replace links in ChangeLog and release notes
+ set(SED_LINKS_ARGS
diff --git a/network/weechat/weechat.SlackBuild b/network/weechat/weechat.SlackBuild
index 5976e7d0ba..adb53d094e 100644
--- a/network/weechat/weechat.SlackBuild
+++ b/network/weechat/weechat.SlackBuild
@@ -23,6 +23,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20230104 bkw: update for v3.7.1.
+
# 20211019 bkw:
# - take over maintenance.
# - update for v3.3.
@@ -41,7 +43,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=weechat
-VERSION=${VERSION:-3.3}
+VERSION=${VERSION:-3.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -92,6 +94,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
# 20211019 bkw: patch from Debian: Build html documentation without
# requiring data (javascript, fonts) on external websites (potential
# privacy breach). Patch was slightly modified for Slackware.
+# 20230104 bkw: patch updated, used as-is from Debian this time.
patch -p1 < $CWD/01_fix_asciidoctor_options.patch
# 20211019 bkw: hardcoded paths suck.
diff --git a/network/weechat/weechat.info b/network/weechat/weechat.info
index bf36d7a41f..1c7d6d738e 100644
--- a/network/weechat/weechat.info
+++ b/network/weechat/weechat.info
@@ -1,8 +1,8 @@
PRGNAM="weechat"
-VERSION="3.3"
+VERSION="3.7.1"
HOMEPAGE="https://www.weechat.org"
-DOWNLOAD="https://weechat.org/files/src/weechat-3.3.tar.bz2"
-MD5SUM="b59d2ed5b4573cf17eb4285cc1203d25"
+DOWNLOAD="https://weechat.org/files/src/weechat-3.7.1.tar.bz2"
+MD5SUM="f7f1821ebaad26079de00bc030c19ad6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""