forked from pool/gnome-shell-extensions
Accepting request 68904 from home:malcolmlewis:branches:GNOME:Factory
- Update based on git commit f016b95 (which is nearly 3.0.1): + Add drive-menu extension OBS-URL: https://build.opensuse.org/request/show/68904 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=5
This commit is contained in:
parent
fb822b410e
commit
2d5b00c978
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 30 15:42:10 UTC 2011 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
- Update based on git commit f016b95 (which is nearly 3.0.1):
|
||||||
|
+ Add drive-menu extension
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 28 23:22:32 CEST 2011 - vuntz@opensuse.org
|
Thu Apr 28 23:22:32 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: gnome-shell-extensions
|
Name: gnome-shell-extensions
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
# git show-ref HEAD
|
# git show-ref HEAD
|
||||||
# b2233963b491b4fe7e5a39955cccd58678c1e3aa refs/remotes/origin/HEAD
|
# f016b95f772f7ca3947ecee7dc2cea55a15e5138 refs/remotes/origin/HEAD
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: A collection of extensions for GNOME Shell
|
Summary: A collection of extensions for GNOME Shell
|
||||||
@ -37,6 +37,7 @@ Recommends: gnome-shell-extension-alt-status-menu
|
|||||||
Recommends: gnome-shell-extension-alternate-tab
|
Recommends: gnome-shell-extension-alternate-tab
|
||||||
Recommends: gnome-shell-extension-auto-move-windows
|
Recommends: gnome-shell-extension-auto-move-windows
|
||||||
Recommends: gnome-shell-extension-dock
|
Recommends: gnome-shell-extension-dock
|
||||||
|
Recommends: gnome-shell-extension-drive-menu
|
||||||
Recommends: gnome-shell-extension-gajim
|
Recommends: gnome-shell-extension-gajim
|
||||||
Recommends: gnome-shell-extension-user-theme
|
Recommends: gnome-shell-extension-user-theme
|
||||||
Recommends: gnome-shell-extension-windows-navigator
|
Recommends: gnome-shell-extension-windows-navigator
|
||||||
@ -94,6 +95,17 @@ Recommends: %{name}-lang
|
|||||||
This GNOME Shell extension displays a dock-style task switcher on
|
This GNOME Shell extension displays a dock-style task switcher on
|
||||||
the right side of the screen.
|
the right side of the screen.
|
||||||
|
|
||||||
|
%package -n gnome-shell-extension-drive-menu
|
||||||
|
Summary: GNOME Shell Extension -- Drive status menu
|
||||||
|
Group: System/GUI/GNOME
|
||||||
|
License: GPLv2+
|
||||||
|
Requires: gnome-shell
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
|
||||||
|
%description -n gnome-shell-extension-drive-menu
|
||||||
|
This GNOME Shell extension provides a panel status menu for accessing
|
||||||
|
and unmounting removable devices.
|
||||||
|
|
||||||
%package -n gnome-shell-extension-gajim
|
%package -n gnome-shell-extension-gajim
|
||||||
Summary: GNOME Shell Extension -- Gajim Integration
|
Summary: GNOME Shell Extension -- Gajim Integration
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
@ -147,7 +159,7 @@ cp %{S:1} .
|
|||||||
%build
|
%build
|
||||||
# Needed because we build from a git checkout
|
# Needed because we build from a git checkout
|
||||||
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure --enable-extensions="all"
|
%configure --enable-extensions=all
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -192,6 +204,10 @@ rm -r %{buildroot}%{_datadir}/gnome-shell/extensions/example@gnome-shell-extensi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gnome-shell/extensions/dock@gnome-shell-extensions.gnome.org/
|
%{_datadir}/gnome-shell/extensions/dock@gnome-shell-extensions.gnome.org/
|
||||||
|
|
||||||
|
%files -n gnome-shell-extension-drive-menu
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gnome.org/
|
||||||
|
|
||||||
%files -n gnome-shell-extension-gajim
|
%files -n gnome-shell-extension-gajim
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gnome-shell/extensions/gajim@gnome-shell-extensions.gnome.org/
|
%{_datadir}/gnome-shell/extensions/gajim@gnome-shell-extensions.gnome.org/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:54cb4825e8a2f852dd9fef63c6509232b50ee6214b9449c0bc1eee30f17f648c
|
oid sha256:acf99d26212f1e348c9a0e35f026d2ba5c4c349296d95478aaee8e9d8663e602
|
||||||
size 26076
|
size 28057
|
||||||
|
Loading…
Reference in New Issue
Block a user