gufw: fix gufw-pkexec launcher for Python 3.6 (#7743)

This commit is contained in:
ColdPhoenix00 2017-09-20 19:29:20 +02:00 committed by Alessio Sergi
parent 07bd3d4a69
commit 4663aebcf3

View file

@ -1,12 +1,12 @@
# Template file for 'gufw'
pkgname=gufw
version=17.10.0
revision=2
revision=3
noarch=yes
wrksrc="gui-ufw-${version}"
build_style=python3-module
pycompile_module="gufw"
depends="python3-gobject net-tools ufw gtk+3"
depends="python3-gobject net-tools ufw gtk+3 webkit2gtk"
hostmakedepends="python3-distutils-extra intltool $depends"
short_desc="GTK+ frontend for ufw"
maintainer="Enno Boland <gottox@voidlinux.eu>"
@ -14,3 +14,7 @@ license="GPL-3"
homepage="https://gufw.org/"
distfiles="https://launchpad.net/gui-ufw/trunk/${version%.*}/+download/gui-ufw-${version}.tar.gz"
checksum=8632e763a07e8057f312786b8f7c4970d44c26e73f8b184be1d2fc314e9c3dac
pre_configure() {
sed -i 's/python3.5/python3.6/' bin/gufw-pkexec
}