Accepting request 47762 from GNOME:Factory
Copy from GNOME:Factory/gnome-user-share based on submit request 47762 from user vuntz OBS-URL: https://build.opensuse.org/request/show/47762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=21
This commit is contained in:
commit
11c86bf97e
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 6 14:17:36 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Make gnome-user-share-properties.desktop appear where it should
|
||||||
|
in the menu, by replacing the categories: X-GNOME-NetworkSettings
|
||||||
|
needs to be removed, and we want X-GNOME-PersonalSettings
|
||||||
|
instead.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 3 12:52:24 CEST 2010 - vuntz@opensuse.org
|
Tue Aug 3 12:52:24 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: gnome-user-share
|
Name: gnome-user-share
|
||||||
Summary: GNOME user file sharing
|
Summary: GNOME user file sharing
|
||||||
Version: 2.30.0
|
Version: 2.30.0
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -60,13 +60,6 @@ up in the Network location in GNOME.
|
|||||||
|
|
||||||
The program also allows to share files using ObexFTP over Bluetooth.
|
The program also allows to share files using ObexFTP over Bluetooth.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alexander Larsson <alexl@redhat.com>
|
|
||||||
Bastien Nocera <hadess@hadess.net>
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -86,7 +79,9 @@ make %{?jobs:-j%jobs}
|
|||||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
%endif
|
%endif
|
||||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||||
%suse_update_desktop_file gnome-user-share-properties GTK System X-SuSE-ControlCenter-System
|
# X-GNOME-NetworkSettings is okay upstream, but it makes the item appear misplaced with our menu structure
|
||||||
|
grep -q X-GNOME-NetworkSettings %{buildroot}%{_datadir}/applications/gnome-user-share-properties.desktop
|
||||||
|
%suse_update_desktop_file -r gnome-user-share-properties GNOME Settings X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal
|
||||||
%suse_update_desktop_file gnome-user-share
|
%suse_update_desktop_file gnome-user-share
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
|
Loading…
Reference in New Issue
Block a user