Accepting request 71139 from home:dimstar:branches:GNOME:Factory
Update to 3.0.2.. not just some random git snapshot OBS-URL: https://build.opensuse.org/request/show/71139 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=9
This commit is contained in:
parent
32aad53a58
commit
10c0f119f7
3
gnome-shell-extensions-3.0.2.tar.bz2
Normal file
3
gnome-shell-extensions-3.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adb66dd0716ed60fff6cde7eddbac5118237be5d39beb79589beaa23b5de25f1
|
||||
size 99417
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 11:36:07 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.0.2:
|
||||
+ bgo#647386: reverting of user-theme to default
|
||||
+ bgo#647599: support globally installed themes
|
||||
+ Added license and README
|
||||
+ Updated translations.
|
||||
- Disable drive menu extension for now. It's not part of 3.0.x.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 15:42:10 UTC 2011 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -16,10 +16,11 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# Drive Menu does not really exist in the 3.0.x tree. It's supposedly comming with 3.1.x
|
||||
%define drive_menu 0
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.0.1
|
||||
Version: 3.0.2
|
||||
Release: 1
|
||||
# git show-ref HEAD
|
||||
# f016b95f772f7ca3947ecee7dc2cea55a15e5138 refs/remotes/origin/HEAD
|
||||
@ -27,7 +28,7 @@ License: GPLv2+
|
||||
Summary: A collection of extensions for GNOME Shell
|
||||
Url: http://live.gnome.org/GnomeShell/Extensions
|
||||
Group: System/GUI/GNOME
|
||||
Source: %{name}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: README.SUSE
|
||||
# Needed because we build from a git checkout
|
||||
BuildRequires: gnome-common
|
||||
@ -155,7 +156,7 @@ laptop monitor and open display preferences quickly.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q
|
||||
cp %{S:1} .
|
||||
|
||||
%build
|
||||
@ -187,7 +188,7 @@ rm -r %{buildroot}%{_datadir}/gnome-shell/extensions/example@gnome-shell-extensi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README README.SUSE
|
||||
%doc README README.SUSE COPYING
|
||||
|
||||
%files -n gnome-shell-extension-alt-status-menu
|
||||
%defattr(-,root,root)
|
||||
@ -206,9 +207,11 @@ rm -r %{buildroot}%{_datadir}/gnome-shell/extensions/example@gnome-shell-extensi
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gnome-shell/extensions/dock@gnome-shell-extensions.gnome.org/
|
||||
|
||||
%if 0%{?drive_menu}
|
||||
%files -n gnome-shell-extension-drive-menu
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gnome.org/
|
||||
%endif
|
||||
|
||||
%files -n gnome-shell-extension-gajim
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acf99d26212f1e348c9a0e35f026d2ba5c4c349296d95478aaee8e9d8663e602
|
||||
size 28057
|
Loading…
Reference in New Issue
Block a user