Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] weechat: update to 2.5.
@ 2019-06-08 17:38 voidlinux-github
  2019-06-08 20:18 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-06-08 17:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

There is a new pull request by daniel-eys against master on the void-packages repository

https://github.com/daniel-eys/void-packages weechat
https://github.com/void-linux/void-packages/pull/12320

weechat: update to 2.5.
* updated and tested (x86_64)
* `-DENABLE_RUBY=ON` was defined twice so removed one
* `ruby-asciidoctor` is needed instead of `asciidoc` to actually generate man-pages
* switched to `.xz` tarball (smaller size)
* reflect upstream's rename of aspell -> spell

A patch file from https://github.com/void-linux/void-packages/pull/12320.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-weechat-12320.patch --]
[-- Type: application/text/x-diff, Size: 2451 bytes --]

From 0ef57a36dc7ef540c3187f7a2406a0070b2758ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 8 Jun 2019 15:07:37 +0200
Subject: [PATCH] weechat: update to 2.5.

---
 srcpkgs/weechat/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 4f550432335..3cf06599c6a 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,13 +1,13 @@
 # Template file for 'weechat'
 pkgname=weechat
-version=2.4
+version=2.5
 revision=1
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
- -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_RUBY=ON -DENABLE_ASPELL=ON
+ -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
  -DPYTHON_EXECUTABLE=/usr/bin/python2.7
  -DPYTHON_LIBRARY=${XBPS_CROSS_BASE}/usr/lib/libpython2.7.so"
-hostmakedepends="asciidoc libgcrypt-devel pkg-config python tcl-devel"
+hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python tcl-devel"
 makedepends="enchant-devel gnutls-devel libcurl-devel lua-devel python-devel
  ruby-devel tcl-devel perl"
 depends="ca-certificates"
@@ -16,8 +16,8 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.weechat.org"
 changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
-distfiles="${homepage}/files/src/${pkgname}-${version}.tar.bz2"
-checksum=61a6afe9849b96e99c1f3cde612d1748a03c807059dad459e3a6acbc5cf100fd
+distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
+checksum=52c87775c3ff9714a62cfa5b7e13e2fa59bf32829fe083781c1d9c7f1c2d4c27
 lib32disabled=yes
 
 subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
@@ -33,7 +33,7 @@ if [ "$CROSS_BUILD" ]; then
 fi
 
 post_extract() {
-	sed -i '/pkg_search_module/s/ruby-2.2/ruby-2.9 ruby-2.8 ruby-2.7 ruby-2.6 ruby-2.5 ruby-2.4 ruby-2.3 &/' cmake/FindRuby.cmake
+	vsed -i '/pkg_search_module/s/ruby-2.2/ruby-2.9 ruby-2.8 ruby-2.7 ruby-2.6 ruby-2.5 ruby-2.4 ruby-2.3 &/' cmake/FindRuby.cmake
 }
 
 weechat-aspell_package() {
@@ -41,7 +41,7 @@ weechat-aspell_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - aspell/enchant plugin"
 	pkg_install() {
-		vmove usr/lib/weechat/plugins/aspell.so
+		vmove usr/lib/weechat/plugins/spell.so
 	}
 }
 weechat-devel_package() {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: weechat: update to 2.5.
  2019-06-08 17:38 [PR PATCH] weechat: update to 2.5 voidlinux-github
@ 2019-06-08 20:18 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-08 20:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

There's a merged pull request on the void-packages repository

weechat: update to 2.5.
https://github.com/void-linux/void-packages/pull/12320
Description: * updated and tested (x86_64)
* `-DENABLE_RUBY=ON` was defined twice so removed one
* `ruby-asciidoctor` is needed instead of `asciidoc` to actually generate man-pages
* switched to `.xz` tarball (smaller size)
* reflect upstream's rename of aspell -> spell

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-08 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-08 17:38 [PR PATCH] weechat: update to 2.5 voidlinux-github
2019-06-08 20:18 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).