Accepting request 69192 from GNOME:Factory
initialized devel package after accepting 69192 OBS-URL: https://build.opensuse.org/request/show/69192 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=8
This commit is contained in:
parent
ebc3d72071
commit
707cf0c88f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:965888209087d064e00130d58f5a6758a3a7b53818a0a07761a9efe5cea4bb50
|
||||
size 26726
|
@ -1,11 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 15:18:27 UTC 2011 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update the tarball to the 3.0.1 tag, from the gnome-3-0 branch:
|
||||
+ drive-menu is now gone (was only in master)
|
||||
+ Fixes bug bgo#649126 "alternative-status-menu not adding
|
||||
'Power Off' option"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 15:42:10 UTC 2011 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.0.1
|
||||
# git checkout 3.0.1
|
||||
# HEAD is now at 52104d5...
|
||||
# git show-ref HEAD
|
||||
# f016b95f772f7ca3947ecee7dc2cea55a15e5138 refs/remotes/origin/HEAD
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: A collection of extensions for GNOME Shell
|
||||
Url: http://live.gnome.org/GnomeShell/Extensions
|
||||
Group: System/GUI/GNOME
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}.tar.bz2
|
||||
Source1: README.SUSE
|
||||
# Needed because we build from a git checkout
|
||||
BuildRequires: gnome-common
|
||||
@ -95,6 +95,17 @@ Recommends: %{name}-lang
|
||||
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
|
||||
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
|
||||
Summary: GNOME Shell Extension -- Gajim Integration
|
||||
Group: System/GUI/GNOME
|
||||
@ -142,7 +153,7 @@ laptop monitor and open display preferences quickly.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}
|
||||
cp %{S:1} .
|
||||
|
||||
%build
|
||||
@ -193,6 +204,10 @@ rm -r %{buildroot}%{_datadir}/gnome-shell/extensions/example@gnome-shell-extensi
|
||||
%defattr(-,root,root)
|
||||
%{_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
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gnome-shell/extensions/gajim@gnome-shell-extensions.gnome.org/
|
||||
|
3
gnome-shell-extensions.tar.bz2
Normal file
3
gnome-shell-extensions.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acf99d26212f1e348c9a0e35f026d2ba5c4c349296d95478aaee8e9d8663e602
|
||||
size 28057
|
Loading…
Reference in New Issue
Block a user