oblogout: rebuild for Python 3.12
This commit is contained in:
parent
973a37f67b
commit
f89d04d3f3
2 changed files with 17 additions and 3 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/oblogout/__init__.py b/oblogout/__init__.py
|
||||||
|
index 2202739..74115e5 100755
|
||||||
|
--- a/oblogout/__init__.py
|
||||||
|
+++ b/oblogout/__init__.py
|
||||||
|
@@ -190,7 +190,7 @@ class OpenboxLogout():
|
||||||
|
""" Load the configuration file and parse entries, when encountering a issue
|
||||||
|
change safe defaults """
|
||||||
|
|
||||||
|
- self.parser = configparser.SafeConfigParser()
|
||||||
|
+ self.parser = configparser.ConfigParser()
|
||||||
|
self.parser.read(config)
|
||||||
|
|
||||||
|
# Set some safe defaults
|
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'oblogout'
|
# Template file for 'oblogout'
|
||||||
pkgname=oblogout
|
pkgname=oblogout
|
||||||
version=2021.06.26
|
version=2021.06.26
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=oblogout-py3-master
|
wrksrc=oblogout-py3-master
|
||||||
|
conf_files="/etc/oblogout.conf"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
makedepends="python3-distutils-extra intltool"
|
makedepends="python3-distutils-extra intltool"
|
||||||
depends="python3-Pillow python3-cairo python3-gobject"
|
depends="python3-Pillow python3-cairo python3-gobject"
|
||||||
short_desc="Openbox Logout Menu, ported to Python 3"
|
short_desc="Openbox Logout Menu, ported to Python 3"
|
||||||
maintainer="KF-Art <https://github.com/KF-Art>"
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
homepage="https://github.com/trizen/oblogout-py3"
|
homepage="https://github.com/trizen/oblogout-py3"
|
||||||
distfiles="${homepage}/archive/refs/heads/master.zip"
|
distfiles="${homepage}/archive/refs/heads/master.zip"
|
||||||
|
@ -16,4 +17,4 @@ checksum=e2ae4fdbc499fcb351d585666133abcff4cf0244e1cf46de42788c0401dac5ab
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall data/oblogout.conf 644 etc/
|
vinstall data/oblogout.conf 644 etc/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue