Accepting request 68722 from home:malcolmlewis:branches:GNOME:Factory
- Manually create %{_datadir}/gnome-shell/extensions and own it: we don't want every extension to have to own it. OBS-URL: https://build.opensuse.org/request/show/68722 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=56
This commit is contained in:
parent
e171ccedbd
commit
2d4f21f91b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 13:38:59 UTC 2011 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
- Manually create %{_datadir}/gnome-shell/extensions and own it:
|
||||||
|
we don't want every extension to have to own it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 15:02:06 UTC 2011 - fcrozat@novell.com
|
Wed Apr 27 15:02:06 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
@ -96,6 +96,8 @@ translation-update-upstream
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
# This is the directory where extensions get installed
|
||||||
|
install -d %{buildroot}%{_datadir}/gnome-shell/extensions
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%suse_update_desktop_file %{name}
|
%suse_update_desktop_file %{name}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
@ -130,6 +132,7 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
|
||||||
%{_datadir}/gnome-shell/
|
%{_datadir}/gnome-shell/
|
||||||
|
%dir %{_datadir}/gnome-shell/extensions
|
||||||
%doc %{_mandir}/man?/gnome-shell.*
|
%doc %{_mandir}/man?/gnome-shell.*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user