Skip to content

Commit 6407a64

Browse files
committed
weechat: bump to 2.7
1 parent 9360b07 commit 6407a64

File tree

5 files changed

+11
-25
lines changed

5 files changed

+11
-25
lines changed

community/weechat/build

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/sh -e
22

3-
patch -p1 < weechat-2.4-support-cap-echo-message.patch
3+
export DESTDIR="$1"
44

5-
mkdir -p build
6-
cd build
7-
8-
cmake \
9-
-Wno-dev ../ \
5+
cmake -B build \
6+
-Wno-dev \
107
-DCMAKE_INSTALL_PREFIX=/usr \
118
-DENABLE_MAN=OFF \
129
-DENABLE_DOC=OFF \
13-
-DENABLE_GNUTLS=ON
10+
-DENABLE_GNUTLS=ON \
11+
-DENABLE_SCRIPTS=OFF \
12+
-DENABLE_SPELL=OFF
1413

15-
make DESTDIR="$1" install
14+
cmake --build build
15+
cmake --install build

community/weechat/checksums

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
fa9e3130e7afdfb6eff1b7892caac3efdd38a442f9989ca8c061eced2c755148 weechat-2.6.tar.xz
2-
cab570be7c077b1e693dcb0f8dd03fd35960d299e29e2b0d8da0625a6a6654b2 weechat-2.4-support-cap-echo-message.patch
1+
56fc42a4afece57bc27f95a2d155815a5e6472f32535add4c0ab4ce3b5e399e7 weechat-2.7.tar.xz

community/weechat/patches/weechat-2.4-support-cap-echo-message.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

community/weechat/sources

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
https://www.weechat.org/files/src/weechat-2.6.tar.xz
2-
patches/weechat-2.4-support-cap-echo-message.patch
1+
https://www.weechat.org/files/src/weechat-2.7.tar.xz

community/weechat/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6 2
1+
2.7 1

0 commit comments

Comments
 (0)