]> git.pld-linux.org Git - packages/gnome-user-share.git/commitdiff
- updated to 43.0; nautilus extension removed master auto/th/gnome-user-share-43.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 May 2023 20:27:44 +0000 (22:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 May 2023 20:27:44 +0000 (22:27 +0200)
gnome-user-share-meson.patch
gnome-user-share.spec

index af7899e99fc0ed46cbb266e8ac19b9161fe6b655..62f45a6e5dcd26e73cbae30e1a30c4d7621a5aea 100644 (file)
@@ -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 = []
index 7ff3799fd23d1e2c923bd2e6535f8b3b56035a47..d13720445bdfaefe6c17411069bb22df12bcfa16 100644 (file)
@@ -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
This page took 0.169254 seconds and 4 git commands to generate.