* [PR PATCH] rio: update to 0.2.2.
@ 2024-11-27 15:57 NyaaaWhatsUpDoc
2024-11-27 17:25 ` [PR PATCH] [Updated] " NyaaaWhatsUpDoc
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: NyaaaWhatsUpDoc @ 2024-11-27 15:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 401 bytes --]
There is a new pull request by NyaaaWhatsUpDoc against master on the void-packages repository
https://github.com/NyaaaWhatsUpDoc/void-packages rio-update-0.2.2
https://github.com/void-linux/void-packages/pull/53235
rio: update to 0.2.2.
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/53235.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rio-update-0.2.2-53235.patch --]
[-- Type: text/x-diff, Size: 1104 bytes --]
From 782041e5059a470218f40028ecbb2431fe8d3245 Mon Sep 17 00:00:00 2001
From: kim <grufwub@gmail.com>
Date: Wed, 27 Nov 2024 15:54:22 +0000
Subject: [PATCH] rio: update to 0.2.2.
---
srcpkgs/rio/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template
index 44aec54a791e31..cede7aa4cf8d39 100644
--- a/srcpkgs/rio/template
+++ b/srcpkgs/rio/template
@@ -1,7 +1,7 @@
# Template file for 'rio'
pkgname=rio
-version=0.2.1
-revision=1
+version=0.2.2
+revision=2
build_style=cargo
build_wrksrc="frontends/rioterm"
hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ license="MIT"
homepage="https://raphamorim.io/rio/"
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
-checksum=4aa1a7e5860d30fd629edd18aee8b548e92ff264ca9a755f3e904d0422b60be4
+checksum=a334cc6c71621ff84aef70d5185caee663f0409ebf3942f7496c5ba6533188b2
post_install() {
vinstall ${wrksrc}/misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] rio: update to 0.2.2
2024-11-27 15:57 [PR PATCH] rio: update to 0.2.2 NyaaaWhatsUpDoc
@ 2024-11-27 17:25 ` NyaaaWhatsUpDoc
2024-11-27 17:25 ` NyaaaWhatsUpDoc
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: NyaaaWhatsUpDoc @ 2024-11-27 17:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
There is an updated pull request by NyaaaWhatsUpDoc against master on the void-packages repository
https://github.com/NyaaaWhatsUpDoc/void-packages rio-update-0.2.2
https://github.com/void-linux/void-packages/pull/53235
rio: update to 0.2.2
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/53235.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rio-update-0.2.2-53235.patch --]
[-- Type: text/x-diff, Size: 1709 bytes --]
From 782041e5059a470218f40028ecbb2431fe8d3245 Mon Sep 17 00:00:00 2001
From: kim <grufwub@gmail.com>
Date: Wed, 27 Nov 2024 15:54:22 +0000
Subject: [PATCH 1/2] rio: update to 0.2.2.
---
srcpkgs/rio/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template
index 44aec54a791e31..cede7aa4cf8d39 100644
--- a/srcpkgs/rio/template
+++ b/srcpkgs/rio/template
@@ -1,7 +1,7 @@
# Template file for 'rio'
pkgname=rio
-version=0.2.1
-revision=1
+version=0.2.2
+revision=2
build_style=cargo
build_wrksrc="frontends/rioterm"
hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ license="MIT"
homepage="https://raphamorim.io/rio/"
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
-checksum=4aa1a7e5860d30fd629edd18aee8b548e92ff264ca9a755f3e904d0422b60be4
+checksum=a334cc6c71621ff84aef70d5185caee663f0409ebf3942f7496c5ba6533188b2
post_install() {
vinstall ${wrksrc}/misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg
From a396883aab4cae6808be162f85df257f7abcb7ab Mon Sep 17 00:00:00 2001
From: kim <grufwub@gmail.com>
Date: Wed, 27 Nov 2024 17:24:43 +0000
Subject: [PATCH 2/2] fix pkg revision version
---
srcpkgs/rio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template
index cede7aa4cf8d39..82baf7407c34f1 100644
--- a/srcpkgs/rio/template
+++ b/srcpkgs/rio/template
@@ -1,7 +1,7 @@
# Template file for 'rio'
pkgname=rio
version=0.2.2
-revision=2
+revision=1
build_style=cargo
build_wrksrc="frontends/rioterm"
hostmakedepends="pkg-config"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] rio: update to 0.2.2
2024-11-27 15:57 [PR PATCH] rio: update to 0.2.2 NyaaaWhatsUpDoc
2024-11-27 17:25 ` [PR PATCH] [Updated] " NyaaaWhatsUpDoc
@ 2024-11-27 17:25 ` NyaaaWhatsUpDoc
2024-11-27 17:27 ` tranzystorekk
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: NyaaaWhatsUpDoc @ 2024-11-27 17:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
There is an updated pull request by NyaaaWhatsUpDoc against master on the void-packages repository
https://github.com/NyaaaWhatsUpDoc/void-packages rio-update-0.2.2
https://github.com/void-linux/void-packages/pull/53235
rio: update to 0.2.2
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/53235.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rio-update-0.2.2-53235.patch --]
[-- Type: text/x-diff, Size: 1701 bytes --]
From 782041e5059a470218f40028ecbb2431fe8d3245 Mon Sep 17 00:00:00 2001
From: kim <grufwub@gmail.com>
Date: Wed, 27 Nov 2024 15:54:22 +0000
Subject: [PATCH 1/2] rio: update to 0.2.2.
---
srcpkgs/rio/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template
index 44aec54a791e31..cede7aa4cf8d39 100644
--- a/srcpkgs/rio/template
+++ b/srcpkgs/rio/template
@@ -1,7 +1,7 @@
# Template file for 'rio'
pkgname=rio
-version=0.2.1
-revision=1
+version=0.2.2
+revision=2
build_style=cargo
build_wrksrc="frontends/rioterm"
hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ license="MIT"
homepage="https://raphamorim.io/rio/"
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
-checksum=4aa1a7e5860d30fd629edd18aee8b548e92ff264ca9a755f3e904d0422b60be4
+checksum=a334cc6c71621ff84aef70d5185caee663f0409ebf3942f7496c5ba6533188b2
post_install() {
vinstall ${wrksrc}/misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg
From c6073eeb2157b4df209513e0ac9cf2cea42eff34 Mon Sep 17 00:00:00 2001
From: kim <grufwub@gmail.com>
Date: Wed, 27 Nov 2024 17:24:43 +0000
Subject: [PATCH 2/2] fix pkg revision
---
srcpkgs/rio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template
index cede7aa4cf8d39..82baf7407c34f1 100644
--- a/srcpkgs/rio/template
+++ b/srcpkgs/rio/template
@@ -1,7 +1,7 @@
# Template file for 'rio'
pkgname=rio
version=0.2.2
-revision=2
+revision=1
build_style=cargo
build_wrksrc="frontends/rioterm"
hostmakedepends="pkg-config"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: rio: update to 0.2.2
2024-11-27 15:57 [PR PATCH] rio: update to 0.2.2 NyaaaWhatsUpDoc
2024-11-27 17:25 ` [PR PATCH] [Updated] " NyaaaWhatsUpDoc
2024-11-27 17:25 ` NyaaaWhatsUpDoc
@ 2024-11-27 17:27 ` tranzystorekk
2024-11-27 17:29 ` [PR PATCH] [Updated] " NyaaaWhatsUpDoc
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: tranzystorekk @ 2024-11-27 17:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/53235#issuecomment-2504422567
Comment:
Template changes should be squashed to the original `rio: update to 0.2.2` commit
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] rio: update to 0.2.2
2024-11-27 15:57 [PR PATCH] rio: update to 0.2.2 NyaaaWhatsUpDoc
` (2 preceding siblings ...)
2024-11-27 17:27 ` tranzystorekk
@ 2024-11-27 17:29 ` NyaaaWhatsUpDoc
2024-11-27 17:30 ` NyaaaWhatsUpDoc
2024-11-27 17:49 ` [PR PATCH] [Merged]: " tranzystorekk
5 siblings, 0 replies; 7+ messages in thread
From: NyaaaWhatsUpDoc @ 2024-11-27 17:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
There is an updated pull request by NyaaaWhatsUpDoc against master on the void-packages repository
https://github.com/NyaaaWhatsUpDoc/void-packages rio-update-0.2.2
https://github.com/void-linux/void-packages/pull/53235
rio: update to 0.2.2
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/53235.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rio-update-0.2.2-53235.patch --]
[-- Type: text/x-diff, Size: 1060 bytes --]
From b51fb1257d74b3860d153a14cb89d642aab2f025 Mon Sep 17 00:00:00 2001
From: kim <grufwub@gmail.com>
Date: Wed, 27 Nov 2024 17:29:03 +0000
Subject: [PATCH] rio: update to 0.2.2.
---
srcpkgs/rio/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template
index 44aec54a791e31..82baf7407c34f1 100644
--- a/srcpkgs/rio/template
+++ b/srcpkgs/rio/template
@@ -1,6 +1,6 @@
# Template file for 'rio'
pkgname=rio
-version=0.2.1
+version=0.2.2
revision=1
build_style=cargo
build_wrksrc="frontends/rioterm"
@@ -13,7 +13,7 @@ license="MIT"
homepage="https://raphamorim.io/rio/"
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
-checksum=4aa1a7e5860d30fd629edd18aee8b548e92ff264ca9a755f3e904d0422b60be4
+checksum=a334cc6c71621ff84aef70d5185caee663f0409ebf3942f7496c5ba6533188b2
post_install() {
vinstall ${wrksrc}/misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: rio: update to 0.2.2
2024-11-27 15:57 [PR PATCH] rio: update to 0.2.2 NyaaaWhatsUpDoc
` (3 preceding siblings ...)
2024-11-27 17:29 ` [PR PATCH] [Updated] " NyaaaWhatsUpDoc
@ 2024-11-27 17:30 ` NyaaaWhatsUpDoc
2024-11-27 17:49 ` [PR PATCH] [Merged]: " tranzystorekk
5 siblings, 0 replies; 7+ messages in thread
From: NyaaaWhatsUpDoc @ 2024-11-27 17:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
New comment by NyaaaWhatsUpDoc on void-packages repository
https://github.com/void-linux/void-packages/pull/53235#issuecomment-2504428466
Comment:
and done, apologies for the faffing around, just getting used to the workflow here :p
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: rio: update to 0.2.2
2024-11-27 15:57 [PR PATCH] rio: update to 0.2.2 NyaaaWhatsUpDoc
` (4 preceding siblings ...)
2024-11-27 17:30 ` NyaaaWhatsUpDoc
@ 2024-11-27 17:49 ` tranzystorekk
5 siblings, 0 replies; 7+ messages in thread
From: tranzystorekk @ 2024-11-27 17:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 224 bytes --]
There's a merged pull request on the void-packages repository
rio: update to 0.2.2
https://github.com/void-linux/void-packages/pull/53235
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-27 17:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-27 15:57 [PR PATCH] rio: update to 0.2.2 NyaaaWhatsUpDoc
2024-11-27 17:25 ` [PR PATCH] [Updated] " NyaaaWhatsUpDoc
2024-11-27 17:25 ` NyaaaWhatsUpDoc
2024-11-27 17:27 ` tranzystorekk
2024-11-27 17:29 ` [PR PATCH] [Updated] " NyaaaWhatsUpDoc
2024-11-27 17:30 ` NyaaaWhatsUpDoc
2024-11-27 17:49 ` [PR PATCH] [Merged]: " tranzystorekk
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).