Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fbgrab: update to 1.4.
@ 2021-02-07 21:02 lfdebrux
  2021-02-07 21:07 ` [PR PATCH] [Updated] " lfdebrux
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lfdebrux @ 2021-02-07 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lfdebrux/void-packages bump-fbgrab
https://github.com/void-linux/void-packages/pull/28572

fbgrab: update to 1.4.
Updates fbgrab to 1.4 and changes homepage and distfiles source to GitHub as website has been removed.

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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
  - [x] armv5tel-musl

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

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

From 324fa62d8e22a0428c4fb5af5ce8b63ce25132b6 Mon Sep 17 00:00:00 2001
From: Laurence de Bruxelles <lfdebrux@gmail.com>
Date: Sun, 7 Feb 2021 16:06:30 +0000
Subject: [PATCH] fbgrab: update to 1.4.

Updates fbgrab to 1.4 and changes homepage and distfiles source to
GitHub as website has been removed.
---
 srcpkgs/fbgrab/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/fbgrab/template b/srcpkgs/fbgrab/template
index a71290405bc..31f7f112322 100644
--- a/srcpkgs/fbgrab/template
+++ b/srcpkgs/fbgrab/template
@@ -1,15 +1,15 @@
 # Template file for 'fbgrab'
 pkgname=fbgrab
-version=1.3
-revision=2
+version=1.4
+revision=1
 build_style=gnu-makefile
 makedepends="zlib-devel libpng-devel"
 short_desc="A linux framebuffer screenshot program"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://fbgrab.monells.se/"
-distfiles="http://fbgrab.monells.se/fbgrab-$version.tar.gz"
-checksum=5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed
+homepage="https://github.com/GunnarMonell/fbgrab"
+distfiles="https://github.com/GunnarMonell/fbgrab/archive/$version.tar.gz"
+checksum="62d7aa82138ac36db0921832f3b5267b4cffc0dc22c8701857ebcb997960a32e"
 
 pre_install() {
 	sed 's,/usr/man,/usr/share/man,' -i Makefile

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

* Re: [PR PATCH] [Updated] fbgrab: update to 1.4.
  2021-02-07 21:02 [PR PATCH] fbgrab: update to 1.4 lfdebrux
@ 2021-02-07 21:07 ` lfdebrux
  2021-02-07 23:06 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: lfdebrux @ 2021-02-07 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lfdebrux/void-packages bump-fbgrab
https://github.com/void-linux/void-packages/pull/28572

fbgrab: update to 1.4.
Updates fbgrab to 1.4 and changes homepage and distfiles source to GitHub as website has been removed.

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
  - [x] armv5tel-musl

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

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

From 324fa62d8e22a0428c4fb5af5ce8b63ce25132b6 Mon Sep 17 00:00:00 2001
From: Laurence de Bruxelles <lfdebrux@gmail.com>
Date: Sun, 7 Feb 2021 16:06:30 +0000
Subject: [PATCH 1/2] fbgrab: update to 1.4.

Updates fbgrab to 1.4 and changes homepage and distfiles source to
GitHub as website has been removed.
---
 srcpkgs/fbgrab/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/fbgrab/template b/srcpkgs/fbgrab/template
index a71290405bc..31f7f112322 100644
--- a/srcpkgs/fbgrab/template
+++ b/srcpkgs/fbgrab/template
@@ -1,15 +1,15 @@
 # Template file for 'fbgrab'
 pkgname=fbgrab
-version=1.3
-revision=2
+version=1.4
+revision=1
 build_style=gnu-makefile
 makedepends="zlib-devel libpng-devel"
 short_desc="A linux framebuffer screenshot program"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://fbgrab.monells.se/"
-distfiles="http://fbgrab.monells.se/fbgrab-$version.tar.gz"
-checksum=5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed
+homepage="https://github.com/GunnarMonell/fbgrab"
+distfiles="https://github.com/GunnarMonell/fbgrab/archive/$version.tar.gz"
+checksum="62d7aa82138ac36db0921832f3b5267b4cffc0dc22c8701857ebcb997960a32e"
 
 pre_install() {
 	sed 's,/usr/man,/usr/share/man,' -i Makefile

From 5488f4c915a6cbbed9d3af1f60b2de9a63002e32 Mon Sep 17 00:00:00 2001
From: Laurence de Bruxelles <lfdebrux@gmail.com>
Date: Sun, 7 Feb 2021 21:03:45 +0000
Subject: [PATCH 2/2] fbgrab: short_desc should not start with an article.

---
 srcpkgs/fbgrab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fbgrab/template b/srcpkgs/fbgrab/template
index 31f7f112322..01e039349d3 100644
--- a/srcpkgs/fbgrab/template
+++ b/srcpkgs/fbgrab/template
@@ -4,7 +4,7 @@ version=1.4
 revision=1
 build_style=gnu-makefile
 makedepends="zlib-devel libpng-devel"
-short_desc="A linux framebuffer screenshot program"
+short_desc="Linux framebuffer screenshot program"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/GunnarMonell/fbgrab"

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

* Re: fbgrab: update to 1.4.
  2021-02-07 21:02 [PR PATCH] fbgrab: update to 1.4 lfdebrux
  2021-02-07 21:07 ` [PR PATCH] [Updated] " lfdebrux
@ 2021-02-07 23:06 ` ericonr
  2021-02-09 19:36 ` [PR PATCH] [Closed]: " ericonr
  2021-02-12 17:30 ` lfdebrux
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-07 23:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28572#issuecomment-774784908

Comment:
Please squash the commits into a single one and force-push to the PR.

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

* Re: [PR PATCH] [Closed]: fbgrab: update to 1.4.
  2021-02-07 21:02 [PR PATCH] fbgrab: update to 1.4 lfdebrux
  2021-02-07 21:07 ` [PR PATCH] [Updated] " lfdebrux
  2021-02-07 23:06 ` ericonr
@ 2021-02-09 19:36 ` ericonr
  2021-02-12 17:30 ` lfdebrux
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-09 19:36 UTC (permalink / raw)
  To: ml

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

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

fbgrab: update to 1.4.
https://github.com/void-linux/void-packages/pull/28572

Description:
Updates fbgrab to 1.4 and changes homepage and distfiles source to GitHub as website has been removed.

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
  - [x] armv5tel-musl

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

* Re: fbgrab: update to 1.4.
  2021-02-07 21:02 [PR PATCH] fbgrab: update to 1.4 lfdebrux
                   ` (2 preceding siblings ...)
  2021-02-09 19:36 ` [PR PATCH] [Closed]: " ericonr
@ 2021-02-12 17:30 ` lfdebrux
  3 siblings, 0 replies; 5+ messages in thread
From: lfdebrux @ 2021-02-12 17:30 UTC (permalink / raw)
  To: ml

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

New comment by lfdebrux on void-packages repository

https://github.com/void-linux/void-packages/pull/28572#issuecomment-778333797

Comment:
Sorry, I missed your comment, thanks for pulling in the change anyway!

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

end of thread, other threads:[~2021-02-12 17:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-07 21:02 [PR PATCH] fbgrab: update to 1.4 lfdebrux
2021-02-07 21:07 ` [PR PATCH] [Updated] " lfdebrux
2021-02-07 23:06 ` ericonr
2021-02-09 19:36 ` [PR PATCH] [Closed]: " ericonr
2021-02-12 17:30 ` lfdebrux

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