20 lines
638 B
Bash
20 lines
638 B
Bash
# Template file for 'gufw'
|
|
pkgname=gufw
|
|
version=18.10.0
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc=gui-ufw
|
|
build_style=python3-module
|
|
pycompile_module="gufw"
|
|
hostmakedepends="python3-distutils-extra intltool"
|
|
depends="python3-gobject net-tools ufw gtk+3 webkit2gtk"
|
|
short_desc="GTK+ frontend for ufw"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gufw.org/"
|
|
distfiles="https://launchpad.net/gui-ufw/trunk/${version%.*}/+download/gui-ufw-${version}.tar.gz"
|
|
checksum=c44468550cbcb35ebee0dd8339341447118811ccd0714e79350136117421b93b
|
|
|
|
pre_configure() {
|
|
sed -i "s/python3.5/python$py3_ver/" bin/gufw-pkexec
|
|
}
|