FreeBSD Bugzilla – Attachment 251245 Details for
Bug 279551
x11/arandr: update to 0.1.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update to 0.1.11 with getargspec patch
arandr-0.1.11.patch (text/plain), 1.59 KB, created by
Rodrigo Osorio
on 2024-06-06 09:24:44 UTC
(
hide
)
Description:
update to 0.1.11 with getargspec patch
Filename:
MIME Type:
Creator:
Rodrigo Osorio
Created:
2024-06-06 09:24:44 UTC
Size:
1.59 KB
patch
obsolete
>diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile >index 529a75c55f8b..c56fe1e4c12d 100644 >--- a/x11/arandr/Makefile >+++ b/x11/arandr/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= arandr >-PORTVERSION= 0.1.10 >-PORTREVISION= 3 >+PORTVERSION= 0.1.11 > CATEGORIES= x11 deskutils > > MAINTAINER= sbz@FreeBSD.org >diff --git a/x11/arandr/files/patch-screenlayout_gui.py b/x11/arandr/files/patch-screenlayout_gui.py >new file mode 100644 >index 000000000000..2beb555f5513 >--- /dev/null >+++ b/x11/arandr/files/patch-screenlayout_gui.py >@@ -0,0 +1,11 @@ >+--- screenlayout/gui.py.orig 2024-06-06 09:08:21 UTC >++++ screenlayout/gui.py >+@@ -45,7 +45,7 @@ >+ >+ 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) >diff --git a/x11/arandr/pkg-plist b/x11/arandr/pkg-plist >index a6bda77b2d28..2e7f88a059ff 100644 >--- a/x11/arandr/pkg-plist >+++ b/x11/arandr/pkg-plist >@@ -28,6 +28,10 @@ bin/unxrandr > %%PYTHON_SITELIBDIR%%/screenlayout/xrandr.py > %%PYTHON_SITELIBDIR%%/screenlayout/xrandr.pyc > %%PYTHON_SITELIBDIR%%/screenlayout/xrandr.pyo >+%%PYTHON_SITELIBDIR%%/arandr-0.1.10-py%%PYTHON_VER%%.egg-info/PKG-INFO >+%%PYTHON_SITELIBDIR%%/arandr-0.1.10-py%%PYTHON_VER%%.egg-info/SOURCES.txt >+%%PYTHON_SITELIBDIR%%/arandr-0.1.10-py%%PYTHON_VER%%.egg-info/dependency_links.txt >+%%PYTHON_SITELIBDIR%%/arandr-0.1.10-py%%PYTHON_VER%%.egg-info/top_level.txt > share/applications/arandr.desktop > share/locale/ar/LC_MESSAGES/arandr.mo > share/locale/br/LC_MESSAGES/arandr.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279551
: 251245