Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-maps: update to 43.2.
@ 2022-12-11 21:00 paper42
  2022-12-11 21:08 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2022-12-11 21:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-maps-43
https://github.com/void-linux/void-packages/pull/41020

gnome-maps: update to 43.2.
<!-- 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**|**NO**
-->

<!-- 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, (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/41020.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-maps-43-41020.patch --]
[-- Type: text/x-diff, Size: 1735 bytes --]

From 7070659d835cd3ca1be5f1c69eb756b00d551ec9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Dec 2022 19:45:58 +0100
Subject: [PATCH] gnome-maps: update to 43.2.

---
 srcpkgs/gnome-maps/template | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/gnome-maps/template b/srcpkgs/gnome-maps/template
index bf82966579bb..98d16a3c1801 100644
--- a/srcpkgs/gnome-maps/template
+++ b/srcpkgs/gnome-maps/template
@@ -1,18 +1,17 @@
 # Template file for 'gnome-maps'
 pkgname=gnome-maps
-version=42.3
-revision=3
+version=43.2
+revision=1
 build_style=meson
 build_helper="gir"
-hostmakedepends="glib-devel gettext pkg-config AppStream gjs"
-makedepends="folks-devel geoclue2-devel geocode-glib-libsoup2-devel gjs-devel
- gnome-desktop-devel libchamplain-devel rest0-devel libhandy1-devel
- libgweather-devel"
-depends="geoclue2 gjs libhandy1 libgweather"
+hostmakedepends="glib-devel gettext pkg-config AppStream gjs desktop-file-utils"
+makedepends="geoclue2-devel gjs-devel geocode-glib-devel libgweather-devel
+ gnome-desktop-devel libshumate-devel rest-devel libadwaita-devel"
+depends="geoclue2 gjs libadwaita libgweather"
 short_desc="GNOME maps application"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Maps"
-changelog="https://gitlab.gnome.org/GNOME/gnome-maps/-/raw/gnome-42/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gnome-maps/-/raw/gnome-43/NEWS"
 distfiles="${GNOME_SITE}/gnome-maps/${version%.*}/gnome-maps-${version}.tar.xz"
-checksum=e456467facf3c8fd10c9386b5e74c43d9595ad9fb75257f7da014af983d69cd1
+checksum=c0221d250be45ea36e971ae63bfde971a46145c967b1c659e96c5b072a71551d

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

* Re: [PR PATCH] [Updated] gnome-maps: update to 43.2.
  2022-12-11 21:00 [PR PATCH] gnome-maps: update to 43.2 paper42
@ 2022-12-11 21:08 ` paper42
  2022-12-11 21:20 ` paper42
  2022-12-12 15:46 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-11 21:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-maps-43
https://github.com/void-linux/void-packages/pull/41020

gnome-maps: update to 43.2.
<!-- 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**|**NO**
-->

<!-- 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, (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/41020.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-maps-43-41020.patch --]
[-- Type: text/x-diff, Size: 3022 bytes --]

From 77af501d7bd582a60ab3e1dd76545a323ac774a5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Dec 2022 22:08:13 +0100
Subject: [PATCH 1/2] libshumate: fix tests

---
 srcpkgs/libshumate/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/libshumate/template b/srcpkgs/libshumate/template
index 13d129d43129..b7896b73e822 100644
--- a/srcpkgs/libshumate/template
+++ b/srcpkgs/libshumate/template
@@ -7,6 +7,7 @@ build_helper="gir"
 configure_args="$(vopt_bool gir vapi) $(vopt_bool gir gir) $(vopt_bool gir gtk_doc)"
 hostmakedepends="pkg-config $(vopt_if gir 'gi-docgen vala') glib-devel gettext"
 makedepends="libglib-devel sqlite-devel cairo-devel gtk4-devel libsoup3-devel"
+checkdepends="xvfb-run"
 short_desc="C library providing a GtkWidget to display maps"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
@@ -15,6 +16,7 @@ homepage="https://wiki.gnome.org/Projects/libshumate"
 changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/libshumate-1-0/NEWS"
 distfiles="${GNOME_SITE}/libshumate/${version%.*}/libshumate-${version}.tar.xz"
 checksum=77a192f0dfec082b8de20b1939f3adf03eed41114d49fdaae2bbb2729ceb015a
+make_check_pre="xvfb-run"
 
 build_options="gir"
 build_options_default="gir"

From 98165ad11a4b75bb2c437792e5a26579ee49639a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Dec 2022 19:45:58 +0100
Subject: [PATCH 2/2] gnome-maps: update to 43.2.

---
 srcpkgs/gnome-maps/template | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/gnome-maps/template b/srcpkgs/gnome-maps/template
index bf82966579bb..98d16a3c1801 100644
--- a/srcpkgs/gnome-maps/template
+++ b/srcpkgs/gnome-maps/template
@@ -1,18 +1,17 @@
 # Template file for 'gnome-maps'
 pkgname=gnome-maps
-version=42.3
-revision=3
+version=43.2
+revision=1
 build_style=meson
 build_helper="gir"
-hostmakedepends="glib-devel gettext pkg-config AppStream gjs"
-makedepends="folks-devel geoclue2-devel geocode-glib-libsoup2-devel gjs-devel
- gnome-desktop-devel libchamplain-devel rest0-devel libhandy1-devel
- libgweather-devel"
-depends="geoclue2 gjs libhandy1 libgweather"
+hostmakedepends="glib-devel gettext pkg-config AppStream gjs desktop-file-utils"
+makedepends="geoclue2-devel gjs-devel geocode-glib-devel libgweather-devel
+ gnome-desktop-devel libshumate-devel rest-devel libadwaita-devel"
+depends="geoclue2 gjs libadwaita libgweather"
 short_desc="GNOME maps application"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Maps"
-changelog="https://gitlab.gnome.org/GNOME/gnome-maps/-/raw/gnome-42/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gnome-maps/-/raw/gnome-43/NEWS"
 distfiles="${GNOME_SITE}/gnome-maps/${version%.*}/gnome-maps-${version}.tar.xz"
-checksum=e456467facf3c8fd10c9386b5e74c43d9595ad9fb75257f7da014af983d69cd1
+checksum=c0221d250be45ea36e971ae63bfde971a46145c967b1c659e96c5b072a71551d

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

* Re: [PR PATCH] [Updated] gnome-maps: update to 43.2.
  2022-12-11 21:00 [PR PATCH] gnome-maps: update to 43.2 paper42
  2022-12-11 21:08 ` [PR PATCH] [Updated] " paper42
@ 2022-12-11 21:20 ` paper42
  2022-12-12 15:46 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-11 21:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-maps-43
https://github.com/void-linux/void-packages/pull/41020

gnome-maps: update to 43.2.
<!-- 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**|**NO**
-->

<!-- 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, (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/41020.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-maps-43-41020.patch --]
[-- Type: text/x-diff, Size: 3047 bytes --]

From 77af501d7bd582a60ab3e1dd76545a323ac774a5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Dec 2022 22:08:13 +0100
Subject: [PATCH 1/2] libshumate: fix tests

---
 srcpkgs/libshumate/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/libshumate/template b/srcpkgs/libshumate/template
index 13d129d43129..b7896b73e822 100644
--- a/srcpkgs/libshumate/template
+++ b/srcpkgs/libshumate/template
@@ -7,6 +7,7 @@ build_helper="gir"
 configure_args="$(vopt_bool gir vapi) $(vopt_bool gir gir) $(vopt_bool gir gtk_doc)"
 hostmakedepends="pkg-config $(vopt_if gir 'gi-docgen vala') glib-devel gettext"
 makedepends="libglib-devel sqlite-devel cairo-devel gtk4-devel libsoup3-devel"
+checkdepends="xvfb-run"
 short_desc="C library providing a GtkWidget to display maps"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
@@ -15,6 +16,7 @@ homepage="https://wiki.gnome.org/Projects/libshumate"
 changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/libshumate-1-0/NEWS"
 distfiles="${GNOME_SITE}/libshumate/${version%.*}/libshumate-${version}.tar.xz"
 checksum=77a192f0dfec082b8de20b1939f3adf03eed41114d49fdaae2bbb2729ceb015a
+make_check_pre="xvfb-run"
 
 build_options="gir"
 build_options_default="gir"

From 78a181faa6e346c1365b10232a53fde6e07abd3a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Dec 2022 19:45:58 +0100
Subject: [PATCH 2/2] gnome-maps: update to 43.2.

---
 srcpkgs/gnome-maps/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/gnome-maps/template b/srcpkgs/gnome-maps/template
index bf82966579bb..9b7682148192 100644
--- a/srcpkgs/gnome-maps/template
+++ b/srcpkgs/gnome-maps/template
@@ -1,18 +1,18 @@
 # Template file for 'gnome-maps'
 pkgname=gnome-maps
-version=42.3
-revision=3
+version=43.2
+revision=1
 build_style=meson
 build_helper="gir"
-hostmakedepends="glib-devel gettext pkg-config AppStream gjs"
-makedepends="folks-devel geoclue2-devel geocode-glib-libsoup2-devel gjs-devel
- gnome-desktop-devel libchamplain-devel rest0-devel libhandy1-devel
- libgweather-devel"
-depends="geoclue2 gjs libhandy1 libgweather"
+hostmakedepends="glib-devel gettext pkg-config AppStream gjs desktop-file-utils
+ gtk-update-icon-cache"
+makedepends="geoclue2-devel gjs-devel geocode-glib-devel libgweather-devel
+ gnome-desktop-devel libshumate-devel rest-devel libadwaita-devel"
+depends="geoclue2 gjs libadwaita libgweather"
 short_desc="GNOME maps application"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Maps"
-changelog="https://gitlab.gnome.org/GNOME/gnome-maps/-/raw/gnome-42/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gnome-maps/-/raw/gnome-43/NEWS"
 distfiles="${GNOME_SITE}/gnome-maps/${version%.*}/gnome-maps-${version}.tar.xz"
-checksum=e456467facf3c8fd10c9386b5e74c43d9595ad9fb75257f7da014af983d69cd1
+checksum=c0221d250be45ea36e971ae63bfde971a46145c967b1c659e96c5b072a71551d

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

* Re: [PR PATCH] [Merged]: gnome-maps: update to 43.2.
  2022-12-11 21:00 [PR PATCH] gnome-maps: update to 43.2 paper42
  2022-12-11 21:08 ` [PR PATCH] [Updated] " paper42
  2022-12-11 21:20 ` paper42
@ 2022-12-12 15:46 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-12 15:46 UTC (permalink / raw)
  To: ml

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

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

gnome-maps: update to 43.2.
https://github.com/void-linux/void-packages/pull/41020

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**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-12-12 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-11 21:00 [PR PATCH] gnome-maps: update to 43.2 paper42
2022-12-11 21:08 ` [PR PATCH] [Updated] " paper42
2022-12-11 21:20 ` paper42
2022-12-12 15: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).