Skip to content

Commit aa13621

Browse files
stacyharpernekopsykose
authored andcommitted
community/weechat-perl: fix Pod::Select dependency
Multiple Weechat perl scripts require Pod::Select: - chanmon.pl - coords.pl - luanma.pl - menu.pl - multiline.pl - spell_menu.pl This has been deprecated and removed in latest perl versions: weechat/scripts#421 We make weechat-perl to depends on perl-pod-parser to fix the issue until an alternative is found upstream.
1 parent 90d3f97 commit aa13621

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

community/weechat/APKBUILD

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: Leonardo Arena <[email protected]>
33
pkgname=weechat
44
pkgver=3.8
5-
pkgrel=0
5+
pkgrel=1
66
pkgdesc="A fast, light, extensible ncurses-based chat client"
77
url="https://weechat.org"
88
arch="all"
@@ -34,7 +34,7 @@ subpackages="
3434
$pkgname-lang
3535
$pkgname-spell:_plugin
3636
$pkgname-lua:_plugin
37-
$pkgname-perl:_plugin
37+
$pkgname-perl
3838
$pkgname-python:_plugin
3939
$pkgname-ruby:_plugin
4040
"
@@ -87,6 +87,11 @@ _plugin() {
8787
amove $_dir/"$_name".so
8888
}
8989

90+
perl() {
91+
_plugin
92+
depends="$depends perl-pod-parser"
93+
}
94+
9095
sha512sums="
9196
1c176280380d735ae609341272526b1bb8707b98c6715c69ac298f79e290ebb5544f7abc4b3f5c751168a99e78d8919b135e8557adea50af6e467bf7ee340ca6 weechat-3.8.tar.gz
9297
"

0 commit comments

Comments
 (0)