mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gufw: Update to 20.04.1
This commit is contained in:
parent
22c0e9bce9
commit
42dc29347c
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'gufw'
|
# Template file for 'gufw'
|
||||||
pkgname=gufw
|
pkgname=gufw
|
||||||
version=19.10.0
|
version=20.04.1
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="gui-ufw-${version}"
|
wrksrc="gufw-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gufw"
|
|
||||||
hostmakedepends="python3-distutils-extra intltool"
|
hostmakedepends="python3-distutils-extra intltool"
|
||||||
depends="python3-gobject net-tools ufw gtk+3 webkit2gtk"
|
depends="python3-gobject net-tools ufw gtk+3 webkit2gtk"
|
||||||
short_desc="GTK+ frontend for ufw"
|
short_desc="GTK+ frontend for ufw"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gufw.org/"
|
homepage="https://gufw.org/"
|
||||||
distfiles="https://launchpad.net/gui-ufw/trunk/${version%.*}/+download/gui-ufw-${version}.tar.gz"
|
distfiles="https://github.com/costales/gufw/releases/download/${version}/gufw-${version}.tar.gz"
|
||||||
checksum=18c155ef7b62e457e7c89fb9827db531a453d3fd766911c1b09c9fc716255cba
|
checksum=bc09f67796325b2e1ea4ac2c3c541f5c6eab7aa4510f77fcd7b0a506f1e57fd8
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
vsed -i -e "s/python3.5/python$py3_ver/" bin/gufw-pkexec
|
vsed -i -e "s/python3.5/python$py3_ver/" bin/gufw-pkexec
|
||||||
|
|
Loading…
Add table
Reference in a new issue