Accepting request 76580 from home:vuntz:branches:GNOME:Factory
Fix some text OBS-URL: https://build.opensuse.org/request/show/76580 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=15
This commit is contained in:
parent
e874ea8d39
commit
60a8f02db6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 09:25:54 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Fix various typos and other small issues in summaries and
|
||||
descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 20:45:41 UTC 2011 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -89,7 +89,7 @@ Requires: gnome-shell
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description -n gnome-shell-extension-apps-menu
|
||||
This GNOME Shell extension adds a gnome 2.x style menu for applications.
|
||||
This GNOME Shell extension adds a GNOME 2.x style menu for applications.
|
||||
|
||||
%package -n gnome-shell-extension-auto-move-windows
|
||||
Summary: GNOME Shell Extension -- Assign specific workspaces to applications
|
||||
@ -117,7 +117,7 @@ This GNOME Shell extension displays a dock-style task switcher on
|
||||
the right side of the screen.
|
||||
|
||||
%package -n gnome-shell-extension-drive-menu
|
||||
Summary: GNOME Shell Extension -- Drive status menu
|
||||
Summary: GNOME Shell Extension -- Drive Status Menu
|
||||
Group: System/GUI/GNOME
|
||||
License: GPL-2.0+
|
||||
Requires: gnome-shell
|
||||
@ -151,18 +151,18 @@ This GNOME Shell extension provides additional configurability for the
|
||||
window layout in the overview, including a mechanism similar to KDE4.
|
||||
|
||||
%package -n gnome-shell-extension-places-menu
|
||||
Summary: GNOME Shell Extension -- Places Status Indicator
|
||||
Summary: GNOME Shell Extension -- Places Status Menu
|
||||
Group: System/GUI/GNOME
|
||||
License: GPL-2.0+
|
||||
Requires: gnome-shell
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description -n gnome-shell-extension-places-menu
|
||||
This GNOME Shell extension add a systems status menu for quickly
|
||||
This GNOME Shell extension add a system status menu for quickly
|
||||
navigating places in the system.
|
||||
|
||||
%package -n gnome-shell-extension-systemMonitor
|
||||
Summary: GNOME Shell Extension --
|
||||
Summary: GNOME Shell Extension -- System Monitor
|
||||
Group: System/GUI/GNOME
|
||||
License: GPL-2.0+
|
||||
Requires: gnome-shell
|
||||
@ -170,8 +170,8 @@ Requires: libgtop >= 2.28.4
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description -n gnome-shell-extension-systemMonitor
|
||||
This GNOME Shell extension is amessage tray indicator for CPU and memory
|
||||
usage (uses libgtop).
|
||||
This GNOME Shell extension is a message tray indicator for CPU and
|
||||
memory usage.
|
||||
|
||||
%package -n gnome-shell-extension-user-theme
|
||||
Summary: GNOME Shell Extension -- Support for Custom Themes
|
||||
@ -268,6 +268,7 @@ rm -r %{buildroot}%{_datadir}/gnome-shell/extensions/example@gnome-shell-extensi
|
||||
|
||||
%files -n gnome-shell-extension-apps-menu
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_datadir}/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gnome.org/
|
||||
|
||||
%files -n gnome-shell-extension-auto-move-windows
|
||||
@ -294,11 +295,13 @@ rm -r %{buildroot}%{_datadir}/gnome-shell/extensions/example@gnome-shell-extensi
|
||||
|
||||
%files -n gnome-shell-extension-native-window-placement
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
|
||||
%{_datadir}/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gnome.org/
|
||||
|
||||
%files -n gnome-shell-extension-places-menu
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_datadir}/gnome-shell/extensions/places-menu@gnome-shell-extensions.gnome.org/
|
||||
|
||||
%if 0%{?build_systemMonitor}
|
||||
|
Loading…
Reference in New Issue
Block a user