Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gthumb: update to 3.12.0
@ 2021-10-21  1:07 cinerea0
  2021-10-22 20:50 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-21  1:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gthumb
https://github.com/void-linux/void-packages/pull/33661

gthumb: update to 3.12.0
<!-- 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/33661.patch is attached

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

From 7bb607c518a44b8e138de540f8140731cb5bf4e3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 20 Oct 2021 20:26:19 -0400
Subject: [PATCH] gthumb: update to 3.12.0

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

diff --git a/srcpkgs/gthumb/template b/srcpkgs/gthumb/template
index ed6afee1b837..5c6e1397934b 100644
--- a/srcpkgs/gthumb/template
+++ b/srcpkgs/gthumb/template
@@ -1,7 +1,7 @@
 # Template file for 'gthumb'
 pkgname=gthumb
-version=3.10.2
-revision=2
+version=3.12.0
+revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config itstool glib-devel"
 makedepends="webkit2gtk-devel json-glib-devel libsecret-devel librsvg-devel
@@ -14,7 +14,7 @@ maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
 license="GPL-2.0-or-later"
 homepage="http://live.gnome.org/gthumb"
 distfiles="${GNOME_SITE}/gthumb/${version%.*}/gthumb-${version}.tar.xz"
-checksum=fdeae42818378f9b3cab00604eeeb5b7c0a7a5ecfe69de08b993867746435c93
+checksum=3deffc030384e64b57361c437c79b481ae1489ef44c87ae856e81bb10d8e383f
 
 LDFLAGS="-fPIC"
 

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

* Re: [PR REVIEW] gthumb: update to 3.12.0
  2021-10-21  1:07 [PR PATCH] gthumb: update to 3.12.0 cinerea0
@ 2021-10-22 20:50 ` paper42
  2021-10-22 22:06 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-10-22 20:50 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33661#discussion_r734835595

Comment:
```suggestion
homepage="https://wiki.gnome.org/action/show/Apps/Gthumb"
changelog="https://gitlab.gnome.org/GNOME/gthumb/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/gthumb/${version%.*}/gthumb-${version}.tar.xz"
```

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

* Re: [PR PATCH] [Updated] gthumb: update to 3.12.0
  2021-10-21  1:07 [PR PATCH] gthumb: update to 3.12.0 cinerea0
  2021-10-22 20:50 ` [PR REVIEW] " paper42
@ 2021-10-22 22:06 ` cinerea0
  2021-10-22 22:29 ` cinerea0
  2021-10-22 22:46 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-22 22:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gthumb
https://github.com/void-linux/void-packages/pull/33661

gthumb: update to 3.12.0
<!-- 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/33661.patch is attached

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

From 6b6a2a0aa917aa845755375dd084c40eb8cf8b25 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 22 Oct 2021 18:06:32 -0400
Subject: [PATCH] gthumb: update to 3.12.0

---
 srcpkgs/gthumb/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/gthumb/template b/srcpkgs/gthumb/template
index ed6afee1b837..13fb63a7fb13 100644
--- a/srcpkgs/gthumb/template
+++ b/srcpkgs/gthumb/template
@@ -1,20 +1,21 @@
 # Template file for 'gthumb'
 pkgname=gthumb
-version=3.10.2
-revision=2
+version=3.12.0
+revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config itstool glib-devel"
 makedepends="webkit2gtk-devel json-glib-devel libsecret-devel librsvg-devel
  libwebp-devel exiv2-devel gtk+3-devel libraw-devel libchamplain-devel
- colord-devel gsettings-desktop-schemas-devel $(vopt_if brasero brasero-devel)
- $(vopt_if clutter 'clutter-devel clutter-gtk-devel') $(vopt_if gstreamer gstreamer1-devel)
- $(vopt_if soup libsoup-devel)"
+ colord-devel gsettings-desktop-schemas-devel libheif-devel
+ $(vopt_if brasero brasero-devel) $(vopt_if clutter 'clutter-devel clutter-gtk-devel')
+ $(vopt_if gstreamer gstreamer1-devel) $(vopt_if soup libsoup-devel)"
 short_desc='Image viewer and browser for the GNOME Desktop'
 maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
 license="GPL-2.0-or-later"
-homepage="http://live.gnome.org/gthumb"
+homepage="https://wiki.gnome.org/action/show/Apps/Gthumb"
+changelog="https://gitlab.gnome.org/GNOME/gthumb/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gthumb/${version%.*}/gthumb-${version}.tar.xz"
-checksum=fdeae42818378f9b3cab00604eeeb5b7c0a7a5ecfe69de08b993867746435c93
+checksum=3deffc030384e64b57361c437c79b481ae1489ef44c87ae856e81bb10d8e383f
 
 LDFLAGS="-fPIC"
 

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

* Re: gthumb: update to 3.12.0
  2021-10-21  1:07 [PR PATCH] gthumb: update to 3.12.0 cinerea0
  2021-10-22 20:50 ` [PR REVIEW] " paper42
  2021-10-22 22:06 ` [PR PATCH] [Updated] " cinerea0
@ 2021-10-22 22:29 ` cinerea0
  2021-10-22 22:46 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-22 22:29 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/33661#issuecomment-949994371

Comment:
> Should we enable this?

I don't see why not. I added `libheif-devel` to makedepends in the latest push.

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

* Re: [PR PATCH] [Merged]: gthumb: update to 3.12.0
  2021-10-21  1:07 [PR PATCH] gthumb: update to 3.12.0 cinerea0
                   ` (2 preceding siblings ...)
  2021-10-22 22:29 ` cinerea0
@ 2021-10-22 22:46 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-10-22 22:46 UTC (permalink / raw)
  To: ml

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

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

gthumb: update to 3.12.0
https://github.com/void-linux/void-packages/pull/33661

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-10-22 22:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21  1:07 [PR PATCH] gthumb: update to 3.12.0 cinerea0
2021-10-22 20:50 ` [PR REVIEW] " paper42
2021-10-22 22:06 ` [PR PATCH] [Updated] " cinerea0
2021-10-22 22:29 ` cinerea0
2021-10-22 22:46 ` [PR PATCH] [Merged]: " paper42

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