mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
gufw: fix gufw-pkexec launcher for Python 3.6 (#7743)
This commit is contained in:
parent
07bd3d4a69
commit
4663aebcf3
1 changed files with 6 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gufw'
|
# Template file for 'gufw'
|
||||||
pkgname=gufw
|
pkgname=gufw
|
||||||
version=17.10.0
|
version=17.10.0
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="gui-ufw-${version}"
|
wrksrc="gui-ufw-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gufw"
|
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"
|
hostmakedepends="python3-distutils-extra intltool $depends"
|
||||||
short_desc="GTK+ frontend for ufw"
|
short_desc="GTK+ frontend for ufw"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -14,3 +14,7 @@ license="GPL-3"
|
||||||
homepage="https://gufw.org/"
|
homepage="https://gufw.org/"
|
||||||
distfiles="https://launchpad.net/gui-ufw/trunk/${version%.*}/+download/gui-ufw-${version}.tar.gz"
|
distfiles="https://launchpad.net/gui-ufw/trunk/${version%.*}/+download/gui-ufw-${version}.tar.gz"
|
||||||
checksum=8632e763a07e8057f312786b8f7c4970d44c26e73f8b184be1d2fc314e9c3dac
|
checksum=8632e763a07e8057f312786b8f7c4970d44c26e73f8b184be1d2fc314e9c3dac
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i 's/python3.5/python3.6/' bin/gufw-pkexec
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue