public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: Workaround upstream bug #4 and hide desktop file correctly
@ 2026-06-24 11:35 Phil Wyett
0 siblings, 0 replies; only message in thread
From: Phil Wyett @ 2026-06-24 11:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 5524dc3adf65846b02f0069ebc9c41f7b63e4374
Author : Phil Wyett <philwyett@kathenas.org>
Date : 2019-03-10T09:27:01+00:00
Stats : +15/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-user-share/c/5524dc3adf65846b02f0069ebc9c41f7b63e4374?branch=wip/oholy/f45-update
Log:
Workaround upstream bug #4 and hide desktop file correctly
---
diff --git a/desktop-nodisplay.patch b/desktop-nodisplay.patch
new file mode 100644
index 0000000..834d096
--- /dev/null
+++ b/desktop-nodisplay.patch
@@ -0,0 +1,9 @@
+--- data/gnome-user-share-webdav.desktop.in.in.orig 2019-03-07 09:29:47.000000000 +0000
++++ data/gnome-user-share-webdav.desktop.in.in 2019-03-10 09:11:22.934758940 +0000
+@@ -8,5 +8,5 @@
+ Exec=@libexecdir@/gnome-user-share-webdav
+ Terminal=false
+ Type=Application
+-Categories=
+ NoDisplay=true
++Categories=
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 7245ae8..266ccb3 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,11 +1,12 @@
Name: gnome-user-share
Version: 3.32.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Gnome user file sharing
License: GPLv2+
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-user-share/3.32/%{name}-%{version}.tar.xz
+Patch0: desktop-nodisplay.patch
BuildRequires: gcc
BuildRequires: gtk3-devel
@@ -38,6 +39,7 @@ The program also allows to share files using ObexFTP over Bluetooth.
%prep
%setup -q
+%patch0 -p0
%build
%configure
@@ -63,6 +65,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
%{_userunitdir}/gnome-user-share-webdav.service
%changelog
+* Sun Mar 10 2019 Phil Wyett <philwyett@kathenas.org> - 3.32.0-2
+- Workaround upstream bug #4 and hide desktop file correctly
+
* Fri Mar 08 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
- Update to 3.32.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 11:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:35 [rpms/gnome-user-share] wip/oholy/f45-update: Workaround upstream bug #4 and hide desktop file correctly Phil Wyett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox