Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] arandr: update to 0.1.11.
Date: Tue, 24 Jan 2023 12:54:16 +0100	[thread overview]
Message-ID: <20230124115416.t62O-vv2GLlaD5WsKEuHodHoUq42nGwCrnMIzCVfTMg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41837@inbox.vuxu.org>

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

There is an updated 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: 2160 bytes --]

From bad54eced38013eb0df14842df77dbcdaf66284f 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                     | 10 +++++-----
 2 files changed, 5 insertions(+), 18 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..cc4961dc9915 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/"
-distfiles="http://christian.amsuess.com/tools/arandr/files/arandr-${version}.tar.gz"
-checksum=dbc8ac890da78e9c0ba3403a8932a925813bb8d62265276894e780ba2905b88c
+homepage="https://christian.amsuess.com/tools/arandr/"
+distfiles="https://christian.amsuess.com/tools/arandr/files/arandr-${version}.tar.gz"
+checksum=e4cbbe3698bb812b395770870174be0094bbaeb391105a811f95f42eb182ae02

  reply	other threads:[~2023-01-24 11:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24 11:53 [PR PATCH] " motorto
2023-01-24 11:54 ` motorto [this message]
2023-02-06 13:11 ` vincele
2023-02-06 13:17 ` vincele
2023-02-11  5:28 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230124115416.t62O-vv2GLlaD5WsKEuHodHoUq42nGwCrnMIzCVfTMg@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).