[packages/gnome-user-share] - updated to 43.0; nautilus extension removed

qboosh qboosh at pld-linux.org
Thu May 18 22:25:08 CEST 2023


commit 38a4278e97ffb2155eff4d2e8a056b1213aeebfd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu May 18 22:27:44 2023 +0200

    - updated to 43.0; nautilus extension removed

 gnome-user-share-meson.patch | 10 +++++-----
 gnome-user-share.spec        | 20 ++++++++------------
 2 files changed, 13 insertions(+), 17 deletions(-)
---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 7ff3799..d137204 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,20 +1,18 @@
 Summary:	An integrated file sharing solution for the GNOME Desktop
 Summary(pl.UTF-8):	Zintegrowane rozwiązanie do współdzielenia plików dla środowiska GNOME
 Name:		gnome-user-share
-Version:	3.34.0
-Release:	2
+Version:	43.0
+Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/3.34/%{name}-%{version}.tar.xz
-# Source0-md5:	a3d983d0cf8357832229ff96172418d8
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/43/%{name}-%{version}.tar.xz
+# Source0-md5:	e0d3bd369289670e936e4321ab2de44d
 Patch0:		%{name}-meson.patch
 URL:		https://gitlab.gnome.org/GNOME/gnome-user-share/
 BuildRequires:	gettext-tools
-BuildRequires:	glib2-devel >= 1:2.58
-BuildRequires:	gtk+3-devel >= 3.0
+BuildRequires:	glib2-devel >= 1:2.71.3
 BuildRequires:	libselinux-devel
-BuildRequires:	meson >= 0.50.0
-BuildRequires:	nautilus-devel >= 3.28
+BuildRequires:	meson >= 0.57.0
 BuildRequires:	ninja >= 1.5
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 2.011
@@ -22,7 +20,7 @@ BuildRequires:	systemd-units
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
 BuildRequires:	yelp-tools
-Requires(post,postun):	glib2 >= 1:2.58
+Requires(post,postun):	glib2 >= 1:2.71.3
 Requires(post,preun):	systemd-units >= 1:250.1
 Requires:	apache-base >= 2.2
 Requires:	apache-mod_auth_digest >= 2.2
@@ -30,8 +28,7 @@ Requires:	apache-mod_authn_file >= 2.2
 Requires:	apache-mod_authz_groupfile >= 2.2
 Requires:	apache-mod_dav >= 2.2
 Requires:	apache-mod_dnssd >= 0.6
-Requires:	glib2 >= 1:2.58
-Requires:	nautilus >= 3.28
+Requires:	glib2 >= 1:2.71.3
 Requires:	systemd-units >= 1:250.1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -78,7 +75,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc MAINTAINERS NEWS README
 %attr(755,root,root) %{_libexecdir}/gnome-user-share-webdav
-%attr(755,root,root) %{_libdir}/nautilus/extensions-3.0/libnautilus-share-extension.so
 %{systemduserunitdir}/gnome-user-share-webdav.service
 %{_datadir}/GConf/gsettings/gnome-user-share.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
diff --git a/gnome-user-share-meson.patch b/gnome-user-share-meson.patch
index af7899e..62f45a6 100644
--- a/gnome-user-share-meson.patch
+++ b/gnome-user-share-meson.patch
@@ -1,14 +1,14 @@
---- gnome-user-share-3.34.0/meson.build.orig	2019-09-06 11:39:10.000000000 +0200
-+++ gnome-user-share-3.34.0/meson.build	2019-11-23 19:50:37.844945353 +0100
-@@ -73,8 +73,12 @@
-   systemd_systemduserunitdir = dependency('systemd').get_pkgconfig_variable('systemduserunitdir')
+--- gnome-user-share-43.0/meson.build.orig	2023-05-18 21:34:36.569732449 +0200
++++ gnome-user-share-43.0/meson.build	2023-05-18 21:43:50.040067376 +0200
+@@ -71,8 +71,12 @@ if systemd_systemduserunitdir == ''
+   systemd_systemduserunitdir = dependency('systemd').get_variable(pkgconfig: 'systemduserunitdir')
  endif
  
 +if get_option('httpd')[0] != 'httpd'
 +  httpd_path = get_option('httpd')[0]
 +else
  httpd = find_program(get_option('httpd'), required: false)
- httpd_path = (httpd.found() ? httpd.path() : '')
+ httpd_path = (httpd.found() ? httpd.full_path() : '')
 +endif
  
  sockets_deps = []
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-user-share.git/commitdiff/38a4278e97ffb2155eff4d2e8a056b1213aeebfd



More information about the pld-cvs-commit mailing list