forked from pool/gnome-user-share
Accepting request 47762 from GNOME:Factory
checked in (request 47762) OBS-URL: https://build.opensuse.org/request/show/47762 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=36
This commit is contained in:
parent
77c89b9b37
commit
ec245c145c
@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -60,6 +60,13 @@ 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
|
||||||
@ -79,9 +86,7 @@ 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
|
||||||
# X-GNOME-NetworkSettings is okay upstream, but it makes the item appear misplaced with our menu structure
|
%suse_update_desktop_file gnome-user-share-properties GTK System X-SuSE-ControlCenter-System
|
||||||
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