Github messages for voidlinux
 help / color / mirror / Atom feed
From: dataCobra <dataCobra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ruby-tmuxinator: not working because of wrong dependency
Date: Thu, 13 Jun 2024 08:40:20 +0200	[thread overview]
Message-ID: <20240613064020.30D4A284D4@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50813@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 765 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/50813

ruby-tmuxinator: not working because of wrong dependency
#### 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

After the last PR I forgot to change the dependency from ruby-erubis to ruby-erubi.

With this PR tmuxinator is finally working.

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

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

From 1d5461e23697a3b0e4bd342778dc9f8113fbeeda Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 13 Jun 2024 08:39:38 +0200
Subject: [PATCH 1/2] New package: ruby-erubi-1.12.0

---
 srcpkgs/ruby-erubi/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/ruby-erubi/template

diff --git a/srcpkgs/ruby-erubi/template b/srcpkgs/ruby-erubi/template
new file mode 100644
index 00000000000000..1f97de8f742da0
--- /dev/null
+++ b/srcpkgs/ruby-erubi/template
@@ -0,0 +1,14 @@
+# Template file for 'ruby-erubi'
+pkgname=ruby-erubi
+version=1.12.0
+revision=1
+build_style=gem
+short_desc="ERB template engine for ruby"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jeremyevans/erubi"
+checksum=27bedb74dfb1e04ff60674975e182d8ca787f2224f2e8143268c7696f42e4723
+
+post_install() {
+	vlicense MIT-LICENSE
+}

From f54951516d9b460b24776aeaf1df3293afd6182e Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 13 Jun 2024 08:40:04 +0200
Subject: [PATCH 2/2] ruby-tmuxinator: fix wrong dependency

---
 srcpkgs/ruby-tmuxinator/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 122ec3eed36d5a..08f3fa125d23b3 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,9 +1,9 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
 version=3.2.1
-revision=1
+revision=2
 build_style=gemspec
-depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
+depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
 maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MIT"

  parent reply	other threads:[~2024-06-13  6:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-13  6:33 [PR PATCH] " dataCobra
2024-06-13  6:38 ` [PR REVIEW] " classabbyamp
2024-06-13  6:38 ` classabbyamp
2024-06-13  6:40 ` dataCobra [this message]
2024-06-13  6:42 ` [PR PATCH] [Updated] " dataCobra
2024-06-13  6:42 ` [PR REVIEW] " dataCobra
2024-06-13  6:43 ` dataCobra
2024-06-13  6:46 ` [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=20240613064020.30D4A284D4@inbox.vuxu.org \
    --to=datacobra@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).