Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] arandr: update to 0.1.11.
@ 2023-01-24 11:53 motorto
  2023-01-24 11:54 ` [PR PATCH] [Updated] " motorto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: motorto @ 2023-01-24 11:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

There is a new pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages arandr-0.1.11
https://github.com/void-linux/void-packages/pull/41837

arandr: update to 0.1.11.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**, using on x86_64-glibc

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/41837.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arandr-0.1.11-41837.patch --]
[-- Type: text/x-diff, Size: 2071 bytes --]

From 9b03fd9d860a1aa9e0de65fa9f96f3339b9c65af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 24 Jan 2023 11:48:30 +0000
Subject: [PATCH] arandr: update to 0.1.11.

---
 srcpkgs/arandr/patches/getfullargspec.patch | 13 -------------
 srcpkgs/arandr/template                     |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/arandr/patches/getfullargspec.patch

diff --git a/srcpkgs/arandr/patches/getfullargspec.patch b/srcpkgs/arandr/patches/getfullargspec.patch
deleted file mode 100644
index 4395ec182a18..000000000000
--- a/srcpkgs/arandr/patches/getfullargspec.patch
+++ /dev/null
@@ -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)
diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 2a9822fb3229..f31defd8519d 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,7 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
-version=0.1.10
-revision=8
+version=0.1.11
+revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject gtk+3 xrandr"
@@ -9,6 +9,6 @@ checkdepends="${depends}"
 short_desc="Graphical frontend for XRandR"
 maintainer="mid-kid <esteve.varela@gmail.com>"
 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"
-checksum=dbc8ac890da78e9c0ba3403a8932a925813bb8d62265276894e780ba2905b88c
+checksum=e4cbbe3698bb812b395770870174be0094bbaeb391105a811f95f42eb182ae02

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-11  5:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 11:53 [PR PATCH] arandr: update to 0.1.11 motorto
2023-01-24 11:54 ` [PR PATCH] [Updated] " motorto
2023-02-06 13:11 ` vincele
2023-02-06 13:17 ` vincele
2023-02-11  5:28 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).