Accepting request 47243 from home:vuntz:branches:GNOME:Factory
ok OBS-URL: https://build.opensuse.org/request/show/47243 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=35
This commit is contained in:
parent
6d2ac67277
commit
77c89b9b37
@ -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
|
||||||
|
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user