Skip to content

Commit

Permalink
update weechat to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Oct 9, 2023
1 parent b0b298f commit 74e7658
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/weechat/pet.specs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
weechat-4.0.3|weechat|4.0.3||Internet|6656K||weechat-4.0.3.pet||Extensible chat client|puppy|||
weechat-4.0.5|weechat|4.0.5||Internet|6656K||weechat-4.0.3.pet||Extensible chat client|puppy|||
6 changes: 3 additions & 3 deletions woof-code/rootfs-petbuilds/weechat/petbuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
download() {
[ -f weechat-4.0.3.tar.xz ] || wget -t 3 -T 60 https://weechat.org/files/src/weechat-4.0.3.tar.xz
[ -f weechat-4.0.5.tar.xz ] || wget -t 3 -T 60 https://weechat.org/files/src/weechat-4.0.5.tar.xz
}

build() {
tar -xJf weechat-4.0.3.tar.xz
cd weechat-4.0.3
tar -xJf weechat-4.0.5.tar.xz
cd weechat-4.0.5
patch -p1 < ../privacy.patch
CC=gcc CXX=g++ cmake -B build -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_NCURSES=ON -DENABLE_HEADLESS=ON -DENABLE_XFER=OFF -DENABLE_PERL=OFF -DENABLE_PYTHON=OFF -DENABLE_RUBY=OFF -DENABLE_LUA=OFF -DENABLE_TCL=OFF -DENABLE_GUILE=OFF -DENABLE_PHP=OFF -DENABLE_SPELL=OFF
cmake --build build
Expand Down
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/weechat/sha256.sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
880dbdce8e73b3f4802a082c4a1a7c61943dbc5867d7a95695e4e463c6535a92 weechat-4.0.3.tar.xz
3d72e61b05631dabdc283231768f938a85544b27e31fabfe13c57b4df5c5e3bb weechat-4.0.5.tar.xz

0 comments on commit 74e7658

Please sign in to comment.