Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: swayrbar-0.3.4
@ 2023-02-11  6:00 LucasTavaresA
  2023-03-11 11:11 ` [PR PATCH] [Updated] " LucasTavaresA
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: LucasTavaresA @ 2023-02-11  6:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages swayrbar
https://github.com/void-linux/void-packages/pull/42211

New package: swayrbar-0.3.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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):
  - aarch64-musl **cross**


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

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

From 42d16a7bdd3c05f45f3da15ec20863d015fbefd3 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 11 Feb 2023 02:59:40 -0300
Subject: [PATCH] New package: swayrbar-0.3.4

---
 srcpkgs/swayrbar/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/swayrbar/template

diff --git a/srcpkgs/swayrbar/template b/srcpkgs/swayrbar/template
new file mode 100644
index 000000000000..06d70e970cea
--- /dev/null
+++ b/srcpkgs/swayrbar/template
@@ -0,0 +1,13 @@
+# Template file for 'swayrbar'
+pkgname=swayrbar
+version=0.3.4
+revision=1
+build_style=cargo
+build_wrksrc=swayrbar
+short_desc="Statusbar generator for swaybar"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr/"
+changelog="https://git.sr.ht/~tsdh/swayr/blob/main/swayrbar/NEWS.md"
+distfiles="https://git.sr.ht/~tsdh/swayr/archive/swayrbar-${version}.tar.gz"
+checksum=05f8e663ece908735b9b7b539d67607b8d710e5210e92ed12105058b2561f507

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

* Re: [PR PATCH] [Updated] New package: swayrbar-0.3.4
  2023-02-11  6:00 [PR PATCH] New package: swayrbar-0.3.4 LucasTavaresA
@ 2023-03-11 11:11 ` LucasTavaresA
  2023-06-10  1:59 ` New package: swayrbar-0.3.5 github-actions
  2023-06-24  2:05 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: LucasTavaresA @ 2023-03-11 11:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages swayrbar
https://github.com/void-linux/void-packages/pull/42211

New package: swayrbar-0.3.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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):
  - aarch64-musl **cross**


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

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

From b3d4902553c2c0710790f08f99f4b00bfe55faab Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 11 Feb 2023 02:59:40 -0300
Subject: [PATCH] New package: swayrbar-0.3.5

---
 srcpkgs/swayrbar/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/swayrbar/template

diff --git a/srcpkgs/swayrbar/template b/srcpkgs/swayrbar/template
new file mode 100644
index 000000000000..5234e6f93d42
--- /dev/null
+++ b/srcpkgs/swayrbar/template
@@ -0,0 +1,13 @@
+# Template file for 'swayrbar'
+pkgname=swayrbar
+version=0.3.5
+revision=1
+build_style=cargo
+build_wrksrc=swayrbar
+short_desc="Statusbar generator for swaybar"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr/"
+changelog="https://git.sr.ht/~tsdh/swayr/blob/main/swayrbar/NEWS.md"
+distfiles="https://git.sr.ht/~tsdh/swayr/archive/swayrbar-${version}.tar.gz"
+checksum=35d16a4c0f9ef20263116af8e14b94e6cbd68768766788ae62d2281c5227437a

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

* Re: New package: swayrbar-0.3.5
  2023-02-11  6:00 [PR PATCH] New package: swayrbar-0.3.4 LucasTavaresA
  2023-03-11 11:11 ` [PR PATCH] [Updated] " LucasTavaresA
@ 2023-06-10  1:59 ` github-actions
  2023-06-24  2:05 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-06-10  1:59 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42211#issuecomment-1585422902

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: swayrbar-0.3.5
  2023-02-11  6:00 [PR PATCH] New package: swayrbar-0.3.4 LucasTavaresA
  2023-03-11 11:11 ` [PR PATCH] [Updated] " LucasTavaresA
  2023-06-10  1:59 ` New package: swayrbar-0.3.5 github-actions
@ 2023-06-24  2:05 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-06-24  2:05 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: swayrbar-0.3.5
https://github.com/void-linux/void-packages/pull/42211

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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):
  - aarch64-musl **cross**


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

end of thread, other threads:[~2023-06-24  2:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11  6:00 [PR PATCH] New package: swayrbar-0.3.4 LucasTavaresA
2023-03-11 11:11 ` [PR PATCH] [Updated] " LucasTavaresA
2023-06-10  1:59 ` New package: swayrbar-0.3.5 github-actions
2023-06-24  2:05 ` [PR PATCH] [Closed]: " github-actions

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).