hexchat-python3: missing dependency & files
- Was missing a dependency on python3-cffi - The associated python module had been left in the main package.
This commit is contained in:
parent
62f0f0e916
commit
87062cb4ac
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hexchat'
|
# Template file for 'hexchat'
|
||||||
pkgname=hexchat
|
pkgname=hexchat
|
||||||
version=2.16.0
|
version=2.16.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddbus=enabled -Dtls=enabled -Dwith-text=false
|
configure_args="-Ddbus=enabled -Dtls=enabled -Dwith-text=false
|
||||||
-Dwith-perl=/usr/bin/perl -Dwith-python=python3
|
-Dwith-perl=/usr/bin/perl -Dwith-python=python3
|
||||||
|
@ -49,9 +49,10 @@ hexchat-perl_package() {
|
||||||
hexchat-python3_package() {
|
hexchat-python3_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
short_desc+=" - Python3 plugin"
|
short_desc+=" - Python3 plugin"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision} python3-cffi"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/hexchat/plugins/python.so
|
vmove usr/lib/hexchat/plugins/python.so
|
||||||
|
vmove usr/lib/hexchat/python
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue