Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ruby-tmuxinator: update to 3.1.1.
@ 2024-02-16 12:14 dataCobra
  2024-02-20 10:22 ` [PR PATCH] [Updated] " dataCobra
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: dataCobra @ 2024-02-16 12:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/48761

ruby-tmuxinator: update to 3.1.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

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

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

From 982daff550f253715604455c925a1bb52f03af22 Mon Sep 17 00:00:00 2001
From: Benedikt Brinkmann <datacobra@thinkbot.de>
Date: Fri, 16 Feb 2024 13:13:43 +0100
Subject: [PATCH] ruby-tmuxinator: update to 3.1.1.

---
 srcpkgs/ruby-tmuxinator/patches/xdg.patch | 34 +++++++++++------------
 srcpkgs/ruby-tmuxinator/template          |  6 ++--
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/ruby-tmuxinator/patches/xdg.patch b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
index 034a6b2bc1ee7..07108816a6033 100644
--- a/srcpkgs/ruby-tmuxinator/patches/xdg.patch
+++ b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
@@ -1,5 +1,5 @@
-diff --git a/lib/tmuxinator/config.rb b/lib/tmuxinator/config.rb
-index 25620bf..fcc61a3 100644
+diff --git a/ruby-tmuxinator-3.1.1/lib/tmuxinator/config.rb b/config.rb
+index d14eb9a17a5..d4eccaa36b0 100644
 --- a/lib/tmuxinator/config.rb
 +++ b/lib/tmuxinator/config.rb
 @@ -29,7 +29,7 @@ module Tmuxinator
@@ -9,42 +9,42 @@ index 25620bf..fcc61a3 100644
 -        XDG["CONFIG"].to_s + "/tmuxinator"
 +        XDG::Config.new.home.to_s + "/tmuxinator"
        end
-
+ 
        def xdg?
-diff --git a/spec/lib/tmuxinator/config_spec.rb b/spec/lib/tmuxinator/config_spec.rb
-index 71b8da2..d28a60a 100644
+diff --git a/ruby-tmuxinator-3.1.1/spec/lib/tmuxinator/config_spec.rb b/config_spec.rb
+index 09ab25f8831..9e971e0a414 100644
 --- a/spec/lib/tmuxinator/config_spec.rb
 +++ b/spec/lib/tmuxinator/config_spec.rb
 @@ -53,7 +53,8 @@ describe Tmuxinator::Config do
-
+ 
          Dir.mktmpdir do |dir|
-           config_parent = "#{dir}/non_existant_parent/s"
+           config_parent = "#{dir}/non_existent_parent/s"
 -          allow(XDG).to receive(:[]).with("CONFIG").and_return config_parent
 +          allow(XDG::Config).to receive_message_chain(:new, :home, :to_s).
-+            and_return config_parent
++            and_return config_parent 
            expect(described_class.directory).
              to eq "#{config_parent}/tmuxinator"
            expect(File.directory?("#{config_parent}/tmuxinator")).to be true
 @@ -134,7 +135,8 @@ describe Tmuxinator::Config do
-
+ 
    describe "#xdg" do
      it "is $XDG_CONFIG_HOME/tmuxinator" do
 -      expect(described_class.xdg).to eq "#{XDG['CONFIG_HOME']}/tmuxinator"
-+      config_home = XDG::Config.new.home.to_s
-+      expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
++       config_home = XDG::Config.new.home.to_s
++       expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
      end
    end
-
-diff --git a/tmuxinator.gemspec b/tmuxinator.gemspec
-index 1b02053..3f4c8f8 100644
+ 
+diff --git a/ruby-tmuxinator-3.1.1/tmuxinator.gemspec b/tmuxinator.gemspec
+index df933d888e2..f8e9fe71d4e 100644
 --- a/tmuxinator.gemspec
 +++ b/tmuxinator.gemspec
 @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
-
+ 
    s.add_dependency "erubis", "~> 2.6"
-   s.add_dependency "thor", "~> 1.2.1"
+   s.add_dependency "thor", "~> 1.3.0"
 -  s.add_dependency "xdg", "~> 2.2", ">= 2.2.5"
 +  s.add_dependency "xdg", ">= 4.3.0"
-
+ 
    s.add_development_dependency "activesupport", "< 5.0.0" # Please see issue #432
    s.add_development_dependency "awesome_print", "~> 1.2"
diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 092a44eb8620c..f8416c09d1db4 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
-version=3.0.5
-revision=2
+version=3.1.1
+revision=1
 build_style=gemspec
 depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://github.com/tmuxinator/tmuxinator"
 changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md"
 distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz"
-checksum=f67296a0b600fb5d8e51bf8fc9f8376a887754fd74cd59b6a8d9c962ad8f80a4
+checksum=e9be8001042c735d49ec94398a69e65308d9d0ca6bacc0e9fd947c37d53e250c
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] ruby-tmuxinator: update to 3.1.1.
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
@ 2024-02-20 10:22 ` dataCobra
  2024-02-23  9:02 ` [PR PATCH] [Updated] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4 dataCobra
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-02-20 10:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/48761

ruby-tmuxinator: update to 3.1.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

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

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

From 11e8aad601bf05c04fb62eca6695ccaec7c9b916 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 20 Feb 2024 11:21:21 +0100
Subject: [PATCH] ruby-tmuxinator: update to 3.1.2.

---
 srcpkgs/ruby-tmuxinator/INSTALL.msg       |  8 ++++++
 srcpkgs/ruby-tmuxinator/patches/xdg.patch | 34 +++++++++++------------
 srcpkgs/ruby-tmuxinator/template          |  6 ++--
 3 files changed, 28 insertions(+), 20 deletions(-)
 create mode 100644 srcpkgs/ruby-tmuxinator/INSTALL.msg

diff --git a/srcpkgs/ruby-tmuxinator/INSTALL.msg b/srcpkgs/ruby-tmuxinator/INSTALL.msg
new file mode 100644
index 0000000000000..ec02ade6435f9
--- /dev/null
+++ b/srcpkgs/ruby-tmuxinator/INSTALL.msg
@@ -0,0 +1,8 @@
+Thank you for installing tmuxinator.
+
+Make sure that you've set these variables in your ENV:
+
+  $EDITOR, $SHELL
+
+You can run `tmuxinator doctor` to make sure everything is set.
+Happy tmuxing with tmuxinator!
diff --git a/srcpkgs/ruby-tmuxinator/patches/xdg.patch b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
index 034a6b2bc1ee7..07108816a6033 100644
--- a/srcpkgs/ruby-tmuxinator/patches/xdg.patch
+++ b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
@@ -1,5 +1,5 @@
-diff --git a/lib/tmuxinator/config.rb b/lib/tmuxinator/config.rb
-index 25620bf..fcc61a3 100644
+diff --git a/ruby-tmuxinator-3.1.1/lib/tmuxinator/config.rb b/config.rb
+index d14eb9a17a5..d4eccaa36b0 100644
 --- a/lib/tmuxinator/config.rb
 +++ b/lib/tmuxinator/config.rb
 @@ -29,7 +29,7 @@ module Tmuxinator
@@ -9,42 +9,42 @@ index 25620bf..fcc61a3 100644
 -        XDG["CONFIG"].to_s + "/tmuxinator"
 +        XDG::Config.new.home.to_s + "/tmuxinator"
        end
-
+ 
        def xdg?
-diff --git a/spec/lib/tmuxinator/config_spec.rb b/spec/lib/tmuxinator/config_spec.rb
-index 71b8da2..d28a60a 100644
+diff --git a/ruby-tmuxinator-3.1.1/spec/lib/tmuxinator/config_spec.rb b/config_spec.rb
+index 09ab25f8831..9e971e0a414 100644
 --- a/spec/lib/tmuxinator/config_spec.rb
 +++ b/spec/lib/tmuxinator/config_spec.rb
 @@ -53,7 +53,8 @@ describe Tmuxinator::Config do
-
+ 
          Dir.mktmpdir do |dir|
-           config_parent = "#{dir}/non_existant_parent/s"
+           config_parent = "#{dir}/non_existent_parent/s"
 -          allow(XDG).to receive(:[]).with("CONFIG").and_return config_parent
 +          allow(XDG::Config).to receive_message_chain(:new, :home, :to_s).
-+            and_return config_parent
++            and_return config_parent 
            expect(described_class.directory).
              to eq "#{config_parent}/tmuxinator"
            expect(File.directory?("#{config_parent}/tmuxinator")).to be true
 @@ -134,7 +135,8 @@ describe Tmuxinator::Config do
-
+ 
    describe "#xdg" do
      it "is $XDG_CONFIG_HOME/tmuxinator" do
 -      expect(described_class.xdg).to eq "#{XDG['CONFIG_HOME']}/tmuxinator"
-+      config_home = XDG::Config.new.home.to_s
-+      expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
++       config_home = XDG::Config.new.home.to_s
++       expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
      end
    end
-
-diff --git a/tmuxinator.gemspec b/tmuxinator.gemspec
-index 1b02053..3f4c8f8 100644
+ 
+diff --git a/ruby-tmuxinator-3.1.1/tmuxinator.gemspec b/tmuxinator.gemspec
+index df933d888e2..f8e9fe71d4e 100644
 --- a/tmuxinator.gemspec
 +++ b/tmuxinator.gemspec
 @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
-
+ 
    s.add_dependency "erubis", "~> 2.6"
-   s.add_dependency "thor", "~> 1.2.1"
+   s.add_dependency "thor", "~> 1.3.0"
 -  s.add_dependency "xdg", "~> 2.2", ">= 2.2.5"
 +  s.add_dependency "xdg", ">= 4.3.0"
-
+ 
    s.add_development_dependency "activesupport", "< 5.0.0" # Please see issue #432
    s.add_development_dependency "awesome_print", "~> 1.2"
diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 092a44eb8620c..b68f5919fc79f 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
-version=3.0.5
-revision=2
+version=3.1.2
+revision=1
 build_style=gemspec
 depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://github.com/tmuxinator/tmuxinator"
 changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md"
 distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz"
-checksum=f67296a0b600fb5d8e51bf8fc9f8376a887754fd74cd59b6a8d9c962ad8f80a4
+checksum=f173d3481f01ad6321e639fa07473715c5f2210dad4b073bd0d1d87087f80785
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
  2024-02-20 10:22 ` [PR PATCH] [Updated] " dataCobra
@ 2024-02-23  9:02 ` dataCobra
  2024-03-11 17:38 ` dataCobra
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-02-23  9:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/48761

ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

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

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

From 42dd3a6b53a099c71a0aa9bd50ab0ad49fb4f3e3 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Fri, 23 Feb 2024 10:02:37 +0100
Subject: [PATCH] ruby-tmuxinator: update to 3.1.2, adopt

---
 srcpkgs/ruby-tmuxinator/INSTALL.msg       |  8 ++++++
 srcpkgs/ruby-tmuxinator/patches/xdg.patch | 34 +++++++++++------------
 srcpkgs/ruby-tmuxinator/template          |  8 +++---
 3 files changed, 29 insertions(+), 21 deletions(-)
 create mode 100644 srcpkgs/ruby-tmuxinator/INSTALL.msg

diff --git a/srcpkgs/ruby-tmuxinator/INSTALL.msg b/srcpkgs/ruby-tmuxinator/INSTALL.msg
new file mode 100644
index 00000000000000..ec02ade6435f96
--- /dev/null
+++ b/srcpkgs/ruby-tmuxinator/INSTALL.msg
@@ -0,0 +1,8 @@
+Thank you for installing tmuxinator.
+
+Make sure that you've set these variables in your ENV:
+
+  $EDITOR, $SHELL
+
+You can run `tmuxinator doctor` to make sure everything is set.
+Happy tmuxing with tmuxinator!
diff --git a/srcpkgs/ruby-tmuxinator/patches/xdg.patch b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
index 034a6b2bc1ee7a..07108816a60338 100644
--- a/srcpkgs/ruby-tmuxinator/patches/xdg.patch
+++ b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
@@ -1,5 +1,5 @@
-diff --git a/lib/tmuxinator/config.rb b/lib/tmuxinator/config.rb
-index 25620bf..fcc61a3 100644
+diff --git a/ruby-tmuxinator-3.1.1/lib/tmuxinator/config.rb b/config.rb
+index d14eb9a17a5..d4eccaa36b0 100644
 --- a/lib/tmuxinator/config.rb
 +++ b/lib/tmuxinator/config.rb
 @@ -29,7 +29,7 @@ module Tmuxinator
@@ -9,42 +9,42 @@ index 25620bf..fcc61a3 100644
 -        XDG["CONFIG"].to_s + "/tmuxinator"
 +        XDG::Config.new.home.to_s + "/tmuxinator"
        end
-
+ 
        def xdg?
-diff --git a/spec/lib/tmuxinator/config_spec.rb b/spec/lib/tmuxinator/config_spec.rb
-index 71b8da2..d28a60a 100644
+diff --git a/ruby-tmuxinator-3.1.1/spec/lib/tmuxinator/config_spec.rb b/config_spec.rb
+index 09ab25f8831..9e971e0a414 100644
 --- a/spec/lib/tmuxinator/config_spec.rb
 +++ b/spec/lib/tmuxinator/config_spec.rb
 @@ -53,7 +53,8 @@ describe Tmuxinator::Config do
-
+ 
          Dir.mktmpdir do |dir|
-           config_parent = "#{dir}/non_existant_parent/s"
+           config_parent = "#{dir}/non_existent_parent/s"
 -          allow(XDG).to receive(:[]).with("CONFIG").and_return config_parent
 +          allow(XDG::Config).to receive_message_chain(:new, :home, :to_s).
-+            and_return config_parent
++            and_return config_parent 
            expect(described_class.directory).
              to eq "#{config_parent}/tmuxinator"
            expect(File.directory?("#{config_parent}/tmuxinator")).to be true
 @@ -134,7 +135,8 @@ describe Tmuxinator::Config do
-
+ 
    describe "#xdg" do
      it "is $XDG_CONFIG_HOME/tmuxinator" do
 -      expect(described_class.xdg).to eq "#{XDG['CONFIG_HOME']}/tmuxinator"
-+      config_home = XDG::Config.new.home.to_s
-+      expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
++       config_home = XDG::Config.new.home.to_s
++       expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
      end
    end
-
-diff --git a/tmuxinator.gemspec b/tmuxinator.gemspec
-index 1b02053..3f4c8f8 100644
+ 
+diff --git a/ruby-tmuxinator-3.1.1/tmuxinator.gemspec b/tmuxinator.gemspec
+index df933d888e2..f8e9fe71d4e 100644
 --- a/tmuxinator.gemspec
 +++ b/tmuxinator.gemspec
 @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
-
+ 
    s.add_dependency "erubis", "~> 2.6"
-   s.add_dependency "thor", "~> 1.2.1"
+   s.add_dependency "thor", "~> 1.3.0"
 -  s.add_dependency "xdg", "~> 2.2", ">= 2.2.5"
 +  s.add_dependency "xdg", ">= 4.3.0"
-
+ 
    s.add_development_dependency "activesupport", "< 5.0.0" # Please see issue #432
    s.add_development_dependency "awesome_print", "~> 1.2"
diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 092a44eb8620cc..46dd5dfedb3755 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,16 +1,16 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
-version=3.0.5
-revision=2
+version=3.1.2
+revision=1
 build_style=gemspec
 depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
-maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MIT"
 homepage="https://github.com/tmuxinator/tmuxinator"
 changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md"
 distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz"
-checksum=f67296a0b600fb5d8e51bf8fc9f8376a887754fd74cd59b6a8d9c962ad8f80a4
+checksum=f173d3481f01ad6321e639fa07473715c5f2210dad4b073bd0d1d87087f80785
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
  2024-02-20 10:22 ` [PR PATCH] [Updated] " dataCobra
  2024-02-23  9:02 ` [PR PATCH] [Updated] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4 dataCobra
@ 2024-03-11 17:38 ` dataCobra
  2024-03-24 18:07 ` [PR REVIEW] " classabbyamp
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-03-11 17:38 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/48761

ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

Also adopting the package.

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

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

From 8a7da9695eca6f7b3b5aee7970d9b21cf4f9a71f Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 11 Mar 2024 18:38:15 +0100
Subject: [PATCH 1/2] ruby-tmuxinator: update to 3.1.2.

---
 srcpkgs/ruby-tmuxinator/INSTALL.msg       |  8 ++++++
 srcpkgs/ruby-tmuxinator/patches/xdg.patch | 34 +++++++++++------------
 srcpkgs/ruby-tmuxinator/template          | 10 +++----
 3 files changed, 30 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/ruby-tmuxinator/INSTALL.msg

diff --git a/srcpkgs/ruby-tmuxinator/INSTALL.msg b/srcpkgs/ruby-tmuxinator/INSTALL.msg
new file mode 100644
index 00000000000000..ec02ade6435f96
--- /dev/null
+++ b/srcpkgs/ruby-tmuxinator/INSTALL.msg
@@ -0,0 +1,8 @@
+Thank you for installing tmuxinator.
+
+Make sure that you've set these variables in your ENV:
+
+  $EDITOR, $SHELL
+
+You can run `tmuxinator doctor` to make sure everything is set.
+Happy tmuxing with tmuxinator!
diff --git a/srcpkgs/ruby-tmuxinator/patches/xdg.patch b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
index 034a6b2bc1ee7a..07108816a60338 100644
--- a/srcpkgs/ruby-tmuxinator/patches/xdg.patch
+++ b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
@@ -1,5 +1,5 @@
-diff --git a/lib/tmuxinator/config.rb b/lib/tmuxinator/config.rb
-index 25620bf..fcc61a3 100644
+diff --git a/ruby-tmuxinator-3.1.1/lib/tmuxinator/config.rb b/config.rb
+index d14eb9a17a5..d4eccaa36b0 100644
 --- a/lib/tmuxinator/config.rb
 +++ b/lib/tmuxinator/config.rb
 @@ -29,7 +29,7 @@ module Tmuxinator
@@ -9,42 +9,42 @@ index 25620bf..fcc61a3 100644
 -        XDG["CONFIG"].to_s + "/tmuxinator"
 +        XDG::Config.new.home.to_s + "/tmuxinator"
        end
-
+ 
        def xdg?
-diff --git a/spec/lib/tmuxinator/config_spec.rb b/spec/lib/tmuxinator/config_spec.rb
-index 71b8da2..d28a60a 100644
+diff --git a/ruby-tmuxinator-3.1.1/spec/lib/tmuxinator/config_spec.rb b/config_spec.rb
+index 09ab25f8831..9e971e0a414 100644
 --- a/spec/lib/tmuxinator/config_spec.rb
 +++ b/spec/lib/tmuxinator/config_spec.rb
 @@ -53,7 +53,8 @@ describe Tmuxinator::Config do
-
+ 
          Dir.mktmpdir do |dir|
-           config_parent = "#{dir}/non_existant_parent/s"
+           config_parent = "#{dir}/non_existent_parent/s"
 -          allow(XDG).to receive(:[]).with("CONFIG").and_return config_parent
 +          allow(XDG::Config).to receive_message_chain(:new, :home, :to_s).
-+            and_return config_parent
++            and_return config_parent 
            expect(described_class.directory).
              to eq "#{config_parent}/tmuxinator"
            expect(File.directory?("#{config_parent}/tmuxinator")).to be true
 @@ -134,7 +135,8 @@ describe Tmuxinator::Config do
-
+ 
    describe "#xdg" do
      it "is $XDG_CONFIG_HOME/tmuxinator" do
 -      expect(described_class.xdg).to eq "#{XDG['CONFIG_HOME']}/tmuxinator"
-+      config_home = XDG::Config.new.home.to_s
-+      expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
++       config_home = XDG::Config.new.home.to_s
++       expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
      end
    end
-
-diff --git a/tmuxinator.gemspec b/tmuxinator.gemspec
-index 1b02053..3f4c8f8 100644
+ 
+diff --git a/ruby-tmuxinator-3.1.1/tmuxinator.gemspec b/tmuxinator.gemspec
+index df933d888e2..f8e9fe71d4e 100644
 --- a/tmuxinator.gemspec
 +++ b/tmuxinator.gemspec
 @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
-
+ 
    s.add_dependency "erubis", "~> 2.6"
-   s.add_dependency "thor", "~> 1.2.1"
+   s.add_dependency "thor", "~> 1.3.0"
 -  s.add_dependency "xdg", "~> 2.2", ">= 2.2.5"
 +  s.add_dependency "xdg", ">= 4.3.0"
-
+ 
    s.add_development_dependency "activesupport", "< 5.0.0" # Please see issue #432
    s.add_development_dependency "awesome_print", "~> 1.2"
diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 092a44eb8620cc..11ac45d829666f 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,16 +1,16 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
-version=3.0.5
-revision=2
+version=3.1.2
+revision=1
 build_style=gemspec
-depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux"
+depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
-maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MIT"
 homepage="https://github.com/tmuxinator/tmuxinator"
 changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md"
 distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz"
-checksum=f67296a0b600fb5d8e51bf8fc9f8376a887754fd74cd59b6a8d9c962ad8f80a4
+checksum=f173d3481f01ad6321e639fa07473715c5f2210dad4b073bd0d1d87087f80785
 
 post_install() {
 	vlicense LICENSE

From a69d12b31e6baa1233fc07c73e05b19687a9c308 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 11 Mar 2024 18:38:35 +0100
Subject: [PATCH 2/2] ruby-thor: update to 1.3.1.

---
 srcpkgs/ruby-thor/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template
index 85f4a52caeec9b..ba00e4b5c1a829 100644
--- a/srcpkgs/ruby-thor/template
+++ b/srcpkgs/ruby-thor/template
@@ -1,13 +1,13 @@
 # Template file for 'ruby-thor'
 pkgname=ruby-thor
-version=1.2.1
-revision=2
+version=1.3.1
+revision=1
 build_style=gem
 short_desc="Toolkit for building powerful command-line interfaces"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://whatisthor.com/"
-checksum=b1752153dc9c6b8d3fcaa665e9e1a00a3e73f28da5e238b81c404502e539d446
+checksum=fa7e3471d4f6a27138e3d9c9b0d4daac9c3d7383927667ae83e9ab42ae7401ef
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR REVIEW] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (2 preceding siblings ...)
  2024-03-11 17:38 ` dataCobra
@ 2024-03-24 18:07 ` classabbyamp
  2024-03-24 19:39 ` dataCobra
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-03-24 18:07 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48761#discussion_r1536873226

Comment:
this is unnecessary and noisy

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

* Re: ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (3 preceding siblings ...)
  2024-03-24 18:07 ` [PR REVIEW] " classabbyamp
@ 2024-03-24 19:39 ` dataCobra
  2024-03-30  7:01 ` [PR PATCH] [Updated] " dataCobra
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-03-24 19:39 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48761#issuecomment-2016921472

Comment:
@egorenar are you fine with me adopting?

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

* Re: [PR PATCH] [Updated] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (4 preceding siblings ...)
  2024-03-24 19:39 ` dataCobra
@ 2024-03-30  7:01 ` dataCobra
  2024-03-30  7:02 ` [PR REVIEW] " dataCobra
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-03-30  7:01 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/48761

ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

Also adopting the package.

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

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

From 0a3f51b74ad8a258a1d21e20d3588c754fa6fb4d Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 30 Mar 2024 07:59:13 +0100
Subject: [PATCH 1/2] ruby-tmuxinator: update to 3.1.2.

---
 srcpkgs/ruby-tmuxinator/patches/xdg.patch | 34 +++++++++++------------
 srcpkgs/ruby-tmuxinator/template          | 10 +++----
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/ruby-tmuxinator/patches/xdg.patch b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
index 034a6b2bc1ee7a..07108816a60338 100644
--- a/srcpkgs/ruby-tmuxinator/patches/xdg.patch
+++ b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
@@ -1,5 +1,5 @@
-diff --git a/lib/tmuxinator/config.rb b/lib/tmuxinator/config.rb
-index 25620bf..fcc61a3 100644
+diff --git a/ruby-tmuxinator-3.1.1/lib/tmuxinator/config.rb b/config.rb
+index d14eb9a17a5..d4eccaa36b0 100644
 --- a/lib/tmuxinator/config.rb
 +++ b/lib/tmuxinator/config.rb
 @@ -29,7 +29,7 @@ module Tmuxinator
@@ -9,42 +9,42 @@ index 25620bf..fcc61a3 100644
 -        XDG["CONFIG"].to_s + "/tmuxinator"
 +        XDG::Config.new.home.to_s + "/tmuxinator"
        end
-
+ 
        def xdg?
-diff --git a/spec/lib/tmuxinator/config_spec.rb b/spec/lib/tmuxinator/config_spec.rb
-index 71b8da2..d28a60a 100644
+diff --git a/ruby-tmuxinator-3.1.1/spec/lib/tmuxinator/config_spec.rb b/config_spec.rb
+index 09ab25f8831..9e971e0a414 100644
 --- a/spec/lib/tmuxinator/config_spec.rb
 +++ b/spec/lib/tmuxinator/config_spec.rb
 @@ -53,7 +53,8 @@ describe Tmuxinator::Config do
-
+ 
          Dir.mktmpdir do |dir|
-           config_parent = "#{dir}/non_existant_parent/s"
+           config_parent = "#{dir}/non_existent_parent/s"
 -          allow(XDG).to receive(:[]).with("CONFIG").and_return config_parent
 +          allow(XDG::Config).to receive_message_chain(:new, :home, :to_s).
-+            and_return config_parent
++            and_return config_parent 
            expect(described_class.directory).
              to eq "#{config_parent}/tmuxinator"
            expect(File.directory?("#{config_parent}/tmuxinator")).to be true
 @@ -134,7 +135,8 @@ describe Tmuxinator::Config do
-
+ 
    describe "#xdg" do
      it "is $XDG_CONFIG_HOME/tmuxinator" do
 -      expect(described_class.xdg).to eq "#{XDG['CONFIG_HOME']}/tmuxinator"
-+      config_home = XDG::Config.new.home.to_s
-+      expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
++       config_home = XDG::Config.new.home.to_s
++       expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
      end
    end
-
-diff --git a/tmuxinator.gemspec b/tmuxinator.gemspec
-index 1b02053..3f4c8f8 100644
+ 
+diff --git a/ruby-tmuxinator-3.1.1/tmuxinator.gemspec b/tmuxinator.gemspec
+index df933d888e2..f8e9fe71d4e 100644
 --- a/tmuxinator.gemspec
 +++ b/tmuxinator.gemspec
 @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
-
+ 
    s.add_dependency "erubis", "~> 2.6"
-   s.add_dependency "thor", "~> 1.2.1"
+   s.add_dependency "thor", "~> 1.3.0"
 -  s.add_dependency "xdg", "~> 2.2", ">= 2.2.5"
 +  s.add_dependency "xdg", ">= 4.3.0"
-
+ 
    s.add_development_dependency "activesupport", "< 5.0.0" # Please see issue #432
    s.add_development_dependency "awesome_print", "~> 1.2"
diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 092a44eb8620cc..11ac45d829666f 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,16 +1,16 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
-version=3.0.5
-revision=2
+version=3.1.2
+revision=1
 build_style=gemspec
-depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux"
+depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
-maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MIT"
 homepage="https://github.com/tmuxinator/tmuxinator"
 changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md"
 distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz"
-checksum=f67296a0b600fb5d8e51bf8fc9f8376a887754fd74cd59b6a8d9c962ad8f80a4
+checksum=f173d3481f01ad6321e639fa07473715c5f2210dad4b073bd0d1d87087f80785
 
 post_install() {
 	vlicense LICENSE

From 0e6c92967db3c2a186ca32212a1ef62f5b89ca58 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 30 Mar 2024 08:00:54 +0100
Subject: [PATCH 2/2] ruby-thor: update to 1.3.1.

---
 srcpkgs/ruby-thor/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template
index 85f4a52caeec9b..ba00e4b5c1a829 100644
--- a/srcpkgs/ruby-thor/template
+++ b/srcpkgs/ruby-thor/template
@@ -1,13 +1,13 @@
 # Template file for 'ruby-thor'
 pkgname=ruby-thor
-version=1.2.1
-revision=2
+version=1.3.1
+revision=1
 build_style=gem
 short_desc="Toolkit for building powerful command-line interfaces"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://whatisthor.com/"
-checksum=b1752153dc9c6b8d3fcaa665e9e1a00a3e73f28da5e238b81c404502e539d446
+checksum=fa7e3471d4f6a27138e3d9c9b0d4daac9c3d7383927667ae83e9ab42ae7401ef
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR REVIEW] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (5 preceding siblings ...)
  2024-03-30  7:01 ` [PR PATCH] [Updated] " dataCobra
@ 2024-03-30  7:02 ` dataCobra
  2024-03-30  7:05 ` dataCobra
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-03-30  7:02 UTC (permalink / raw)
  To: ml

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

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48761#discussion_r1545177740

Comment:
Dropped the INSTALL.msg file.

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

* Re: ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (6 preceding siblings ...)
  2024-03-30  7:02 ` [PR REVIEW] " dataCobra
@ 2024-03-30  7:05 ` dataCobra
  2024-05-07 17:20 ` [PR PATCH] [Updated] " dataCobra
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-03-30  7:05 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48761#issuecomment-2027947960

Comment:
As requested, I have removed the INSTALL.msg file.

I've pinged the current maintainer also and he approved my adoption.

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

* Re: [PR PATCH] [Updated] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (7 preceding siblings ...)
  2024-03-30  7:05 ` dataCobra
@ 2024-05-07 17:20 ` dataCobra
  2024-05-07 17:22 ` ruby-tmuxinator: update to 3.2.0 " dataCobra
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-05-07 17:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/48761

ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

Also adopting the package.

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

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

From eeaea577380a3a941645b4b34dbfceebff80a738 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 7 May 2024 19:20:05 +0200
Subject: [PATCH 1/2] ruby-tmuxinator: update to 3.2.0.

---
 srcpkgs/ruby-tmuxinator/patches/xdg.patch | 34 +++++++++++------------
 srcpkgs/ruby-tmuxinator/template          | 10 +++----
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/ruby-tmuxinator/patches/xdg.patch b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
index 034a6b2bc1ee7a..07108816a60338 100644
--- a/srcpkgs/ruby-tmuxinator/patches/xdg.patch
+++ b/srcpkgs/ruby-tmuxinator/patches/xdg.patch
@@ -1,5 +1,5 @@
-diff --git a/lib/tmuxinator/config.rb b/lib/tmuxinator/config.rb
-index 25620bf..fcc61a3 100644
+diff --git a/ruby-tmuxinator-3.1.1/lib/tmuxinator/config.rb b/config.rb
+index d14eb9a17a5..d4eccaa36b0 100644
 --- a/lib/tmuxinator/config.rb
 +++ b/lib/tmuxinator/config.rb
 @@ -29,7 +29,7 @@ module Tmuxinator
@@ -9,42 +9,42 @@ index 25620bf..fcc61a3 100644
 -        XDG["CONFIG"].to_s + "/tmuxinator"
 +        XDG::Config.new.home.to_s + "/tmuxinator"
        end
-
+ 
        def xdg?
-diff --git a/spec/lib/tmuxinator/config_spec.rb b/spec/lib/tmuxinator/config_spec.rb
-index 71b8da2..d28a60a 100644
+diff --git a/ruby-tmuxinator-3.1.1/spec/lib/tmuxinator/config_spec.rb b/config_spec.rb
+index 09ab25f8831..9e971e0a414 100644
 --- a/spec/lib/tmuxinator/config_spec.rb
 +++ b/spec/lib/tmuxinator/config_spec.rb
 @@ -53,7 +53,8 @@ describe Tmuxinator::Config do
-
+ 
          Dir.mktmpdir do |dir|
-           config_parent = "#{dir}/non_existant_parent/s"
+           config_parent = "#{dir}/non_existent_parent/s"
 -          allow(XDG).to receive(:[]).with("CONFIG").and_return config_parent
 +          allow(XDG::Config).to receive_message_chain(:new, :home, :to_s).
-+            and_return config_parent
++            and_return config_parent 
            expect(described_class.directory).
              to eq "#{config_parent}/tmuxinator"
            expect(File.directory?("#{config_parent}/tmuxinator")).to be true
 @@ -134,7 +135,8 @@ describe Tmuxinator::Config do
-
+ 
    describe "#xdg" do
      it "is $XDG_CONFIG_HOME/tmuxinator" do
 -      expect(described_class.xdg).to eq "#{XDG['CONFIG_HOME']}/tmuxinator"
-+      config_home = XDG::Config.new.home.to_s
-+      expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
++       config_home = XDG::Config.new.home.to_s
++       expect(described_class.xdg).to eq "#{config_home}/tmuxinator"
      end
    end
-
-diff --git a/tmuxinator.gemspec b/tmuxinator.gemspec
-index 1b02053..3f4c8f8 100644
+ 
+diff --git a/ruby-tmuxinator-3.1.1/tmuxinator.gemspec b/tmuxinator.gemspec
+index df933d888e2..f8e9fe71d4e 100644
 --- a/tmuxinator.gemspec
 +++ b/tmuxinator.gemspec
 @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
-
+ 
    s.add_dependency "erubis", "~> 2.6"
-   s.add_dependency "thor", "~> 1.2.1"
+   s.add_dependency "thor", "~> 1.3.0"
 -  s.add_dependency "xdg", "~> 2.2", ">= 2.2.5"
 +  s.add_dependency "xdg", ">= 4.3.0"
-
+ 
    s.add_development_dependency "activesupport", "< 5.0.0" # Please see issue #432
    s.add_development_dependency "awesome_print", "~> 1.2"
diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 092a44eb8620cc..c595a555b7729b 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,16 +1,16 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
-version=3.0.5
-revision=2
+version=3.2.0
+revision=1
 build_style=gemspec
-depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux"
+depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
-maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MIT"
 homepage="https://github.com/tmuxinator/tmuxinator"
 changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md"
 distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz"
-checksum=f67296a0b600fb5d8e51bf8fc9f8376a887754fd74cd59b6a8d9c962ad8f80a4
+checksum=d1f65fd7c27bdc35de73eee7454eb5b00b4685c8e6c6e7c163d767ab0e8920c3
 
 post_install() {
 	vlicense LICENSE

From 7543c6d76c68dfa966b497c74e6a0bc8c6e95874 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 7 May 2024 19:20:36 +0200
Subject: [PATCH 2/2] ruby-thor: update to 1.3.1.

---
 srcpkgs/ruby-thor/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template
index 85f4a52caeec9b..ba00e4b5c1a829 100644
--- a/srcpkgs/ruby-thor/template
+++ b/srcpkgs/ruby-thor/template
@@ -1,13 +1,13 @@
 # Template file for 'ruby-thor'
 pkgname=ruby-thor
-version=1.2.1
-revision=2
+version=1.3.1
+revision=1
 build_style=gem
 short_desc="Toolkit for building powerful command-line interfaces"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://whatisthor.com/"
-checksum=b1752153dc9c6b8d3fcaa665e9e1a00a3e73f28da5e238b81c404502e539d446
+checksum=fa7e3471d4f6a27138e3d9c9b0d4daac9c3d7383927667ae83e9ab42ae7401ef
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: ruby-tmuxinator: update to 3.2.0 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (8 preceding siblings ...)
  2024-05-07 17:20 ` [PR PATCH] [Updated] " dataCobra
@ 2024-05-07 17:22 ` dataCobra
  2024-05-07 17:31 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-05-07 17:22 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48761#issuecomment-2098946289

Comment:
Updated PR from 3.1.2 to 3.2.0.

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

* Re: [PR REVIEW] ruby-tmuxinator: update to 3.2.0 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (9 preceding siblings ...)
  2024-05-07 17:22 ` ruby-tmuxinator: update to 3.2.0 " dataCobra
@ 2024-05-07 17:31 ` classabbyamp
  2024-05-07 17:48 ` dataCobra
  2024-05-07 18:10 ` classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-05-07 17:31 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48761#discussion_r1592841629

Comment:
there's a bunch of changes in this patch that feel unnecessary. can you clean up the diff so it's easier to see what changed?

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

* Re: [PR REVIEW] ruby-tmuxinator: update to 3.2.0 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (10 preceding siblings ...)
  2024-05-07 17:31 ` [PR REVIEW] " classabbyamp
@ 2024-05-07 17:48 ` dataCobra
  2024-05-07 18:10 ` classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-05-07 17:48 UTC (permalink / raw)
  To: ml

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

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48761#discussion_r1592859634

Comment:
I assume you mean the XDG config changes?

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

* Re: [PR REVIEW] ruby-tmuxinator: update to 3.2.0 and let it work with tmux 3.4
  2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
                   ` (11 preceding siblings ...)
  2024-05-07 17:48 ` dataCobra
@ 2024-05-07 18:10 ` classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-05-07 18:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48761#discussion_r1592882746

Comment:
the file i commented on, yes

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

end of thread, other threads:[~2024-05-07 18:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16 12:14 [PR PATCH] ruby-tmuxinator: update to 3.1.1 dataCobra
2024-02-20 10:22 ` [PR PATCH] [Updated] " dataCobra
2024-02-23  9:02 ` [PR PATCH] [Updated] ruby-tmuxinator: update to 3.1.2 and let it work with tmux 3.4 dataCobra
2024-03-11 17:38 ` dataCobra
2024-03-24 18:07 ` [PR REVIEW] " classabbyamp
2024-03-24 19:39 ` dataCobra
2024-03-30  7:01 ` [PR PATCH] [Updated] " dataCobra
2024-03-30  7:02 ` [PR REVIEW] " dataCobra
2024-03-30  7:05 ` dataCobra
2024-05-07 17:20 ` [PR PATCH] [Updated] " dataCobra
2024-05-07 17:22 ` ruby-tmuxinator: update to 3.2.0 " dataCobra
2024-05-07 17:31 ` [PR REVIEW] " classabbyamp
2024-05-07 17:48 ` dataCobra
2024-05-07 18:10 ` 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).