Update to 43.0
This commit is contained in:
parent
a6f12757cf
commit
aa1608a129
@ -1,11 +0,0 @@
|
|||||||
diff -up gnome-user-share-3.34.0/data/meson.build.orig gnome-user-share-3.34.0/data/meson.build
|
|
||||||
--- gnome-user-share-3.34.0/data/meson.build.orig 2022-06-22 10:06:57.184000000 +0000
|
|
||||||
+++ gnome-user-share-3.34.0/data/meson.build 2022-06-22 10:07:16.824000000 +0000
|
|
||||||
@@ -7,7 +7,6 @@ desktop_in = configure_file(
|
|
||||||
)
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- desktop,
|
|
||||||
type: 'desktop',
|
|
||||||
input: desktop_in,
|
|
||||||
output: '@BASENAME@',
|
|
||||||
Binary file not shown.
BIN
gnome-user-share-43.0.tar.xz
Normal file
BIN
gnome-user-share-43.0.tar.xz
Normal file
Binary file not shown.
@ -1,17 +1,24 @@
|
|||||||
Name: gnome-user-share
|
Name: gnome-user-share
|
||||||
Version: 3.34.0
|
Version: 43.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Gnome user file sharing
|
Summary: Gnome user file sharing
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/gnome-user-share/3.34/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz
|
||||||
Patch0: fix-i18n-merge-file.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc gtk3-devel httpd itstool libcanberra-devel meson desktop-file-utils
|
BuildRequires: gcc
|
||||||
BuildRequires: libselinux-devel dbus-glib-devel libnotify-devel nautilus-devel gettext
|
BuildRequires: httpd
|
||||||
|
#BuildRequires: mod_dnssd
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: gettext
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
|
BuildRequires: systemd
|
||||||
|
|
||||||
Requires: httpd
|
Requires: httpd
|
||||||
|
#Requires: mod_dnssd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-user-share is a small package that binds together various free
|
gnome-user-share is a small package that binds together various free
|
||||||
@ -25,7 +32,7 @@ computers on the local network using mDNS/rendezvous, so that it shows
|
|||||||
up in the Network location in GNOME.
|
up in the Network location in GNOME.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -48,12 +55,14 @@ up in the Network location in GNOME.
|
|||||||
%{_libexecdir}/*
|
%{_libexecdir}/*
|
||||||
%{_datadir}/gnome-user-share
|
%{_datadir}/gnome-user-share
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
|
||||||
%{_libdir}/nautilus/extensions-3.0/*.so
|
|
||||||
%{_datadir}/GConf/gsettings/gnome-user-share.convert
|
%{_datadir}/GConf/gsettings/gnome-user-share.convert
|
||||||
%{_datadir}/applications/gnome-user-share-webdav.desktop
|
%{_datadir}/applications/gnome-user-share-webdav.desktop
|
||||||
%{_userunitdir}/gnome-user-share-webdav.service
|
%{_userunitdir}/gnome-user-share-webdav.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
||||||
|
- Update to 43.0
|
||||||
|
|
||||||
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.34.0-3
|
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.34.0-3
|
||||||
- fix build when Meson >= 0.61.5
|
- fix build when Meson >= 0.61.5
|
||||||
- add patch fix-i18n-merge-file.patch
|
- add patch fix-i18n-merge-file.patch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user