Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gvfs: update to 1.50.6.
@ 2023-08-08 15:40 mhmdanas
  2023-08-10  4:09 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-08-08 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1287 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.6
https://github.com/void-linux/void-packages/pull/45494

gvfs: update to 1.50.6.
<!-- Uncomment relevant sections and delete options which are not applicable -->

@Gottox I'm adopting this package, I hope that's fine with you?

#### 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/45494.patch is attached

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

From 130ce58912ad24aba5134eb0dd2a8604d83b9452 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Tue, 8 Aug 2023 14:25:54 +0100
Subject: [PATCH] gvfs: update to 1.50.6.

---
 ...f40eb3d8fc606c89d619b508cf63749a121d.patch | 32 -------------------
 srcpkgs/gvfs/template                         | 20 ++++++------
 2 files changed, 10 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/gvfs/patches/195cf40eb3d8fc606c89d619b508cf63749a121d.patch

diff --git a/srcpkgs/gvfs/patches/195cf40eb3d8fc606c89d619b508cf63749a121d.patch b/srcpkgs/gvfs/patches/195cf40eb3d8fc606c89d619b508cf63749a121d.patch
deleted file mode 100644
index 289885e3dffce..0000000000000
--- a/srcpkgs/gvfs/patches/195cf40eb3d8fc606c89d619b508cf63749a121d.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-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 049827a89ee10..97c3f42e1bcab 100644
--- a/srcpkgs/gvfs/template
+++ b/srcpkgs/gvfs/template
@@ -1,6 +1,6 @@
 # Template file for 'gvfs'
 pkgname=gvfs
-version=1.50.5
+version=1.50.6
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=no -Dtmpfilesdir=no -Dlogind=false
@@ -15,12 +15,12 @@ makedepends="avahi-glib-libs-devel dbus-glib-devel fuse3-devel gcr-devel
  samba-devel udisks2-devel gsettings-desktop-schemas-devel
  gnome-online-accounts-devel"
 short_desc="Userspace virtual filesystem"
-maintainer="Enno Boland <gottox@voidlinux.org>"
+maintainer="triallax <triallax@tutanota.com>"
 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}/gvfs/${version%.*}/gvfs-${version}.tar.xz"
-checksum=b86f09b7331c8642ecebf46a3cda0692f5eb26086f132326a5483c2ebf86a4cb
+checksum=c4f6e11fc4eaa9933f4db8c7a34475e0668cead2bffed96867d061be3d39dda5
 
 # Manually declare shlibs used by the subpkgs.
 shlib_provides="libgvfscommon.so libgvfsdaemon.so"
@@ -35,7 +35,7 @@ gvfs-devel_package() {
 
 gvfs-afc_package() {
 	short_desc+=" - Apple mobile device backend"
-	depends="gvfs-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/libexec/gvfsd-afc
 		vmove usr/libexec/gvfs-afc-volume-monitor
@@ -46,7 +46,7 @@ gvfs-afc_package() {
 
 gvfs-afp_package() {
 	short_desc+=" - Apple Filing Protocol (AFP) backend"
-	depends="gvfs-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove "usr/libexec/gvfsd-afp*"
 		vmove "usr/share/gvfs/mounts/afp*"
@@ -55,7 +55,7 @@ gvfs-afp_package() {
 
 gvfs-cdda_package() {
 	short_desc+=" - CD-ROM backend"
-	depends="gvfs-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove "usr/libexec/gvfsd-cd*"
 		vmove "usr/share/gvfs/mounts/cd*"
@@ -64,7 +64,7 @@ gvfs-cdda_package() {
 
 gvfs-goa_package() {
 	short_desc+=" - Gnome Online Accounts (webservices) backend"
-	depends="gvfs-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/libexec/gvfs-goa-volume-monitor
 		vmove usr/libexec/gvfsd-google
@@ -76,7 +76,7 @@ gvfs-goa_package() {
 
 gvfs-gphoto2_package() {
 	short_desc+=" - gphoto2 (PTP camera/MTP media player) backend"
-	depends="gvfs-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/libexec/gvfs-gphoto2-volume-monitor
 		vmove usr/libexec/gvfsd-gphoto2
@@ -87,7 +87,7 @@ gvfs-gphoto2_package() {
 
 gvfs-mtp_package() {
 	short_desc+=" - MTP backend"
-	depends="gvfs-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/libexec/gvfs-mtp-volume-monitor
 		vmove usr/libexec/gvfsd-mtp
@@ -99,7 +99,7 @@ gvfs-mtp_package() {
 
 gvfs-smb_package() {
 	short_desc+=" - SMB/CIFS (Windows client) backend"
-	depends="gvfs-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/libexec/gvfsd-smb
 		vmove usr/libexec/gvfsd-smb-browse

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

* Re: [PR PATCH] [Merged]: gvfs: update to 1.50.6.
  2023-08-08 15:40 [PR PATCH] gvfs: update to 1.50.6 mhmdanas
@ 2023-08-10  4:09 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-08-10  4:09 UTC (permalink / raw)
  To: ml

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

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

gvfs: update to 1.50.6.
https://github.com/void-linux/void-packages/pull/45494

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

@Gottox I'm adopting this package, I hope that's fine with you?

#### 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-10  4:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 15:40 [PR PATCH] gvfs: update to 1.50.6 mhmdanas
2023-08-10  4:09 ` [PR PATCH] [Merged]: " classabbyamp

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