Tweak description
Fix typo is configure
This commit is contained in:
parent
64e3b8c648
commit
dffa82b742
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell-extensions
|
Name: gnome-shell-extensions
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 2.6d56cfgit%{?dist}
|
Release: 3.6d56cfgit%{?dist}
|
||||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -77,8 +77,9 @@ Requires: %{name}-common = %{version}-%{release}
|
|||||||
|
|
||||||
%description windowsNavigator
|
%description windowsNavigator
|
||||||
Allow keyboard selection of windows and work-spaces in overlay mode in
|
Allow keyboard selection of windows and work-spaces in overlay mode in
|
||||||
GNOME Shell. Switch to overlay mode and press the alt key to show
|
GNOME Shell. Switch to overview mode (press the windows or alt+f1 key) and
|
||||||
numbers over windows. Press any number to switch to the corresponding window.
|
press the alt key to show numbers over windows. Press any number to switch
|
||||||
|
to the corresponding window.
|
||||||
|
|
||||||
%package user-theme
|
%package user-theme
|
||||||
Summary: Lets the user select a custom theme for the shell
|
Summary: Lets the user select a custom theme for the shell
|
||||||
@ -87,15 +88,15 @@ License: GPLv2+
|
|||||||
Requires: %{name}-common = %{version}-%{release}
|
Requires: %{name}-common = %{version}-%{release}
|
||||||
|
|
||||||
%description user-theme
|
%description user-theme
|
||||||
Lets the user select a custom theme for the Gnome shell.
|
Lets the user select a custom theme for the Gnome shell. It will allow you to
|
||||||
It will allow you to apply a style from /.themes/[themeName]/gnome-shell/gnome-shell.css
|
apply a style from /.themes/[themeName]/gnome-shell/gnome-shell.css
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gnome-shell-extensions
|
%setup -q -n gnome-shell-extensions
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# since we build from a git checkout
|
# since we build from a git checkout
|
||||||
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh # --enable-extensions="alternate-tab alternative-status-menu dock windowsNavigator user-theme"
|
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
||||||
%configure --enable-extensions="alternate-tab alternative-status-menu dock windowsNavigator user-theme"
|
%configure --enable-extensions="alternate-tab alternative-status-menu dock windowsNavigator user-theme"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -139,6 +140,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-3.6d56cfgit
|
||||||
|
- Tweak description
|
||||||
|
- Fix typo is configure
|
||||||
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-2.6d56cfgit
|
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-2.6d56cfgit
|
||||||
- Added the user-theme extension
|
- Added the user-theme extension
|
||||||
- Patch from Timur Kristóf <venemo@msn.com>
|
- Patch from Timur Kristóf <venemo@msn.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user