Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] swaybg: update to 1.1.
@ 2021-08-08 12:07 UsernameRandomlyGenerated
  2021-08-08 20:50 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: UsernameRandomlyGenerated @ 2021-08-08 12:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages swaybg11
https://github.com/void-linux/void-packages/pull/32409

swaybg: update to 1.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 395ccba0a1809654e69a7e44900da69f687f0a10 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 8 Aug 2021 14:06:21 +0200
Subject: [PATCH] swaybg: update to 1.1.

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

diff --git a/srcpkgs/swaybg/template b/srcpkgs/swaybg/template
index 05fbe2b42f21..2d12124dc8fd 100644
--- a/srcpkgs/swaybg/template
+++ b/srcpkgs/swaybg/template
@@ -1,6 +1,6 @@
 # Template file for 'swaybg'
 pkgname=swaybg
-version=1.0
+version=1.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel scdoc git"
@@ -9,8 +9,8 @@ short_desc="Wallpaper tool for Wayland compositors"
 maintainer="Derriick <derriick.ensiie@yahoo.com>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=a23f1cde07138b865630172eff83db916d2f0989b75fb318def85dcfc3120fbd
+distfiles="https://github.com/swaywm/${pkgname}/archive/v${version}.tar.gz"
+checksum=958f425310514ae2aae064595c3e7efba2187b0d2947136c49188558fdb367b1
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] swaybg: update to 1.1.
  2021-08-08 12:07 [PR PATCH] swaybg: update to 1.1 UsernameRandomlyGenerated
@ 2021-08-08 20:50 ` ericonr
  2021-08-09  7:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-08-08 20:50 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32409#discussion_r684827208

Comment:
Please remove `pkgname` from the URL.

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

* Re: [PR PATCH] [Updated] swaybg: update to 1.1.
  2021-08-08 12:07 [PR PATCH] swaybg: update to 1.1 UsernameRandomlyGenerated
  2021-08-08 20:50 ` [PR REVIEW] " ericonr
@ 2021-08-09  7:58 ` UsernameRandomlyGenerated
  2021-08-09  7:59 ` [PR REVIEW] " UsernameRandomlyGenerated
  2021-08-10 12:48 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: UsernameRandomlyGenerated @ 2021-08-09  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages swaybg11
https://github.com/void-linux/void-packages/pull/32409

swaybg: update to 1.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e54f10e4792d0871ceb79ff8755fd344f9c5063f Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 8 Aug 2021 14:06:21 +0200
Subject: [PATCH] swaybg: update to 1.1.

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

diff --git a/srcpkgs/swaybg/template b/srcpkgs/swaybg/template
index 05fbe2b42f21..d7d2d92e609f 100644
--- a/srcpkgs/swaybg/template
+++ b/srcpkgs/swaybg/template
@@ -1,6 +1,6 @@
 # Template file for 'swaybg'
 pkgname=swaybg
-version=1.0
+version=1.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel scdoc git"
@@ -9,8 +9,8 @@ short_desc="Wallpaper tool for Wayland compositors"
 maintainer="Derriick <derriick.ensiie@yahoo.com>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=a23f1cde07138b865630172eff83db916d2f0989b75fb318def85dcfc3120fbd
+distfiles="https://github.com/swaywm/swaybg/archive/v${version}.tar.gz"
+checksum=958f425310514ae2aae064595c3e7efba2187b0d2947136c49188558fdb367b1
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] swaybg: update to 1.1.
  2021-08-08 12:07 [PR PATCH] swaybg: update to 1.1 UsernameRandomlyGenerated
  2021-08-08 20:50 ` [PR REVIEW] " ericonr
  2021-08-09  7:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-08-09  7:59 ` UsernameRandomlyGenerated
  2021-08-10 12:48 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: UsernameRandomlyGenerated @ 2021-08-09  7:59 UTC (permalink / raw)
  To: ml

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

New review comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/32409#discussion_r684985778

Comment:
Done

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

* Re: [PR PATCH] [Merged]: swaybg: update to 1.1.
  2021-08-08 12:07 [PR PATCH] swaybg: update to 1.1 UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2021-08-09  7:59 ` [PR REVIEW] " UsernameRandomlyGenerated
@ 2021-08-10 12:48 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-08-10 12:48 UTC (permalink / raw)
  To: ml

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

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

swaybg: update to 1.1.
https://github.com/void-linux/void-packages/pull/32409

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-08-10 12:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-08 12:07 [PR PATCH] swaybg: update to 1.1 UsernameRandomlyGenerated
2021-08-08 20:50 ` [PR REVIEW] " ericonr
2021-08-09  7:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-08-09  7:59 ` [PR REVIEW] " UsernameRandomlyGenerated
2021-08-10 12:48 ` [PR PATCH] [Merged]: " ericonr

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