arandr: update to 0.1.11.
This commit is contained in:
parent
6680e87c03
commit
cdae6d3df9
2 changed files with 5 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/screenlayout/gui.py b/screenlayout/gui.py
|
|
||||||
index 275dbdf..bc598cf 100644
|
|
||||||
--- a/screenlayout/gui.py
|
|
||||||
+++ b/screenlayout/gui.py
|
|
||||||
@@ -48,7 +48,7 @@ def actioncallback(function):
|
|
||||||
|
|
||||||
A first argument called 'self' is passed through.
|
|
||||||
"""
|
|
||||||
- argnames = inspect.getargspec(function)[0]
|
|
||||||
+ argnames = inspect.getfullargspec(function)[0]
|
|
||||||
if argnames[0] == 'self':
|
|
||||||
has_self = True
|
|
||||||
argnames.pop(0)
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'arandr'
|
# Template file for 'arandr'
|
||||||
pkgname=arandr
|
pkgname=arandr
|
||||||
version=0.1.10
|
version=0.1.11
|
||||||
revision=8
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="gettext python3-setuptools python3-docutils"
|
hostmakedepends="gettext python3-setuptools python3-docutils"
|
||||||
depends="python3-gobject gtk+3 xrandr"
|
depends="python3-gobject gtk+3 xrandr"
|
||||||
|
@ -9,6 +9,6 @@ checkdepends="${depends}"
|
||||||
short_desc="Graphical frontend for XRandR"
|
short_desc="Graphical frontend for XRandR"
|
||||||
maintainer="mid-kid <esteve.varela@gmail.com>"
|
maintainer="mid-kid <esteve.varela@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://christian.amsuess.com/tools/arandr/"
|
homepage="https://christian.amsuess.com/tools/arandr/"
|
||||||
distfiles="http://christian.amsuess.com/tools/arandr/files/arandr-${version}.tar.gz"
|
distfiles="https://christian.amsuess.com/tools/arandr/files/arandr-${version}.tar.gz"
|
||||||
checksum=dbc8ac890da78e9c0ba3403a8932a925813bb8d62265276894e780ba2905b88c
|
checksum=e4cbbe3698bb812b395770870174be0094bbaeb391105a811f95f42eb182ae02
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue