unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Add quickswitch for i3 (third try)
@ 2016-09-21  9:18 Ivan Vilata i Balaguer
  2016-09-28  6:41 ` Ivan Vilata i Balaguer
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Vilata i Balaguer @ 2016-09-21  9:18 UTC (permalink / raw)
  To: guix-devel

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

Hi, this is my third try at packaging [quickswitch][] for the i3 window
manager.  The main difference from the second iteration is in the
changes suggested by Alex Kost to update the Scheme code (I had copied
and pasted some outdated code from other Python packages).  I also used
a different patch for the ``dmenu`` program check.

I stuck to ``quickswitch-i3`` instead of ``quickswitch-for-i3`` since
it's the name used in PyPi and inside of the readme.

[quickswitch]: https://github.com/proxypoke/quickswitch-for-i3/

Thanks to Brendan Tildesley, Leo Famulari, Hartmut Goebel and Alex Kost
for testing, advice and patience!


Ivan Vilata-i-Balaguer (2):
  gnu: wm: Add python-i3-py.
  gnu: wm: Add quickswitch-i3.

 .../patches/quickswitch-fix-dmenu-check.patch      | 32 ++++++++
 gnu/packages/wm.scm                                | 88 ++++++++++++++++++++++
 2 files changed, 120 insertions(+)
 create mode 100644 gnu/packages/patches/quickswitch-fix-dmenu-check.patch

-- 
2.10.0


-- 
Ivan Vilata i Balaguer -- https://elvil.net/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH 0/2] Add quickswitch for i3 (third try)
  2016-09-21  9:18 [PATCH 0/2] Add quickswitch for i3 (third try) Ivan Vilata i Balaguer
@ 2016-09-28  6:41 ` Ivan Vilata i Balaguer
  2016-10-01  2:59   ` 宋文武
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Vilata i Balaguer @ 2016-09-28  6:41 UTC (permalink / raw)
  To: guix-devel

Ivan Vilata i Balaguer (2016-09-21 11:18:47 +0200) wrote:

> Hi, this is my third try at packaging [quickswitch][] for the i3
> window manager.  The main difference from the second iteration is in
> the changes suggested by Alex Kost to update the Scheme code (I had
> copied and pasted some outdated code from other Python packages).  I
> also used a different patch for the ``dmenu`` program check.
> 
> I stuck to ``quickswitch-i3`` instead of ``quickswitch-for-i3`` since
> it's the name used in PyPi and inside of the readme.
> 
> [quickswitch]: https://github.com/proxypoke/quickswitch-for-i3/
> 
> Thanks to Brendan Tildesley, Leo Famulari, Hartmut Goebel and Alex
> Kost for testing, advice and patience!

Hi, a week has passed without any input about these.  Do you think the
patches are ok now?  (The ones from Sep 21st, sorry but signing the
first message with Mutt broke the mail thread).

Thanks!

> Ivan Vilata-i-Balaguer (2):
>   gnu: wm: Add python-i3-py.
>   gnu: wm: Add quickswitch-i3.
> 
>  .../patches/quickswitch-fix-dmenu-check.patch      | 32 ++++++++
>  gnu/packages/wm.scm                                | 88 ++++++++++++++++++++++
>  2 files changed, 120 insertions(+)
>  create mode 100644 gnu/packages/patches/quickswitch-fix-dmenu-check.patch
> 
> -- 
> 2.10.0

-- 
Ivan Vilata i Balaguer -- https://elvil.net/

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

* Re: [PATCH 0/2] Add quickswitch for i3 (third try)
  2016-09-28  6:41 ` Ivan Vilata i Balaguer
@ 2016-10-01  2:59   ` 宋文武
  2016-10-01 15:22     ` Ivan Vilata i Balaguer
  0 siblings, 1 reply; 4+ messages in thread
From: 宋文武 @ 2016-10-01  2:59 UTC (permalink / raw)
  To: Ivan Vilata i Balaguer; +Cc: guix-devel

Ivan Vilata i Balaguer <ivan@selidor.net> writes:

> Ivan Vilata i Balaguer (2016-09-21 11:18:47 +0200) wrote:
>
>> Hi, this is my third try at packaging [quickswitch][] for the i3
>> window manager.  The main difference from the second iteration is in
>> the changes suggested by Alex Kost to update the Scheme code (I had
>> copied and pasted some outdated code from other Python packages).  I
>> also used a different patch for the ``dmenu`` program check.
>> 
>> I stuck to ``quickswitch-i3`` instead of ``quickswitch-for-i3`` since
>> it's the name used in PyPi and inside of the readme.
>> 
>> [quickswitch]: https://github.com/proxypoke/quickswitch-for-i3/
>> 
>> Thanks to Brendan Tildesley, Leo Famulari, Hartmut Goebel and Alex
>> Kost for testing, advice and patience!
>
> Hi, a week has passed without any input about these.  Do you think the
> patches are ok now?  (The ones from Sep 21st, sorry but signing the
> first message with Mutt broke the mail thread).
>

Applied (with adding a copyright header for you), thanks!

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

* Re: [PATCH 0/2] Add quickswitch for i3 (third try)
  2016-10-01  2:59   ` 宋文武
@ 2016-10-01 15:22     ` Ivan Vilata i Balaguer
  0 siblings, 0 replies; 4+ messages in thread
From: Ivan Vilata i Balaguer @ 2016-10-01 15:22 UTC (permalink / raw)
  To: guix-devel

宋文武 (2016-10-01 10:59:14 +0800) wrote:

> Ivan Vilata i Balaguer <ivan@selidor.net> writes:
> 
> > Ivan Vilata i Balaguer (2016-09-21 11:18:47 +0200) wrote:
> >
> >> Hi, this is my third try at packaging [quickswitch][] for the i3
> >> window manager. […]
> >> 
> >> [quickswitch]: https://github.com/proxypoke/quickswitch-for-i3/
> >> 
> >> Thanks to Brendan Tildesley, Leo Famulari, Hartmut Goebel and Alex
> >> Kost for testing, advice and patience!
> >
> > Hi, a week has passed without any input about these.  Do you think
> > the patches are ok now?  (The ones from Sep 21st, sorry but signing
> > the first message with Mutt broke the mail thread).
> 
> Applied (with adding a copyright header for you), thanks!

Cool, thank you very much for the merge and the missing changes!`:)`

-- 
Ivan Vilata i Balaguer -- https://elvil.net/

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

end of thread, other threads:[~2016-10-01 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21  9:18 [PATCH 0/2] Add quickswitch for i3 (third try) Ivan Vilata i Balaguer
2016-09-28  6:41 ` Ivan Vilata i Balaguer
2016-10-01  2:59   ` 宋文武
2016-10-01 15:22     ` Ivan Vilata i Balaguer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).