Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gvfs: update to 1.50.5.
@ 2023-07-30 14:27 mhmdanas
  2023-08-05 19:01 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-07-30 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gvfs-1.50.5
https://github.com/void-linux/void-packages/pull/45325

gvfs: update to 1.50.5.
<!-- 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/45325.patch is attached

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

From 999443a7995a54b2b7cc39643b13474ccb26a94d Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Jul 2023 15:23:43 +0100
Subject: [PATCH] gvfs: update to 1.50.5.

---
 ...f40eb3d8fc606c89d619b508cf63749a121d.patch | 32 +++++++++++++++++++
 srcpkgs/gvfs/template                         |  6 ++--
 2 files changed, 35 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/gvfs/patches/195cf40eb3d8fc606c89d619b508cf63749a121d.patch

diff --git a/srcpkgs/gvfs/patches/195cf40eb3d8fc606c89d619b508cf63749a121d.patch b/srcpkgs/gvfs/patches/195cf40eb3d8fc606c89d619b508cf63749a121d.patch
new file mode 100644
index 0000000000000..289885e3dffce
--- /dev/null
+++ b/srcpkgs/gvfs/patches/195cf40eb3d8fc606c89d619b508cf63749a121d.patch
@@ -0,0 +1,32 @@
+From 195cf40eb3d8fc606c89d619b508cf63749a121d Mon Sep 17 00:00:00 2001
+From: Ondrej Holy <oholy@redhat.com>
+Date: Fri, 7 Jul 2023 08:52:04 +0200
+Subject: [PATCH] fuse: Include locale.h header
+
+The commit eeb9914c breaks the build in some cases. This is because
+the `setlocale` function is called, but the locale.h header file is
+not included. Let's include it to fix this issue.
+
+Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/681
+
+
+(cherry picked from commit 84a98b56ce7e46f1e10238e09e5c6470c54dbaa9)
+---
+ client/gvfsfusedaemon.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
+index 79081cdf..1fcaf614 100644
+--- a/client/gvfsfusedaemon.c
++++ b/client/gvfsfusedaemon.c
+@@ -32,6 +32,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <signal.h>
++#include <locale.h>
+ 
+ #include <glib.h>
+ #include <glib/gi18n.h>
+-- 
+GitLab
+
diff --git a/srcpkgs/gvfs/template b/srcpkgs/gvfs/template
index bcd762dcd5963..049827a89ee10 100644
--- a/srcpkgs/gvfs/template
+++ b/srcpkgs/gvfs/template
@@ -1,6 +1,6 @@
 # Template file for 'gvfs'
 pkgname=gvfs
-version=1.50.4
+version=1.50.5
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=no -Dtmpfilesdir=no -Dlogind=false
@@ -19,8 +19,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/gvfs"
 changelog="https://gitlab.gnome.org/GNOME/gvfs/-/raw/master/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=ab9059a676a537edbea21388c2aafe1a7e2c8f1ac2dfdc6d64550233075457fd
+distfiles="${GNOME_SITE}/gvfs/${version%.*}/gvfs-${version}.tar.xz"
+checksum=b86f09b7331c8642ecebf46a3cda0692f5eb26086f132326a5483c2ebf86a4cb
 
 # Manually declare shlibs used by the subpkgs.
 shlib_provides="libgvfscommon.so libgvfsdaemon.so"

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

* Re: [PR PATCH] [Merged]: gvfs: update to 1.50.5.
  2023-07-30 14:27 [PR PATCH] gvfs: update to 1.50.5 mhmdanas
@ 2023-08-05 19:01 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2023-08-05 19:01 UTC (permalink / raw)
  To: ml

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

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

gvfs: update to 1.50.5.
https://github.com/void-linux/void-packages/pull/45325

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] 2+ messages in thread

end of thread, other threads:[~2023-08-05 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30 14:27 [PR PATCH] gvfs: update to 1.50.5 mhmdanas
2023-08-05 19:01 ` [PR PATCH] [Merged]: " leahneukirchen

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