forked from pool/gnome-shell-extensions
Accepting request 146537 from home:Golbats_Everywhere:branches:GNOME:Factory
Update package v3.6.2 OBS-URL: https://build.opensuse.org/request/show/146537 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=29
This commit is contained in:
parent
d0dc0db88e
commit
66d827cc54
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6c8c59213b25f4369ea22eb89523128f9ce7a98485bcb388ba0811efcfb0b3a
|
||||
size 97324
|
3
gnome-shell-extensions-3.6.2-git-tag.tar.xz
Normal file
3
gnome-shell-extensions-3.6.2-git-tag.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9f5ea7d9e46bce643c81587ce856c1a86a22cb45b4cb7274d6776553addb8c8
|
||||
size 860160
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 28 01:35:02 UTC 2012 - mike.catanzaro@gmail.com
|
||||
|
||||
- Update to version 3.6.2:
|
||||
+ PlacesMenu: ignore missing local bookmarks
|
||||
+ PlacesMenu: support historical location for bookmarks file
|
||||
+ native-window-placement: fix disabling the extension
|
||||
+ PlacesMenu: don't fail for GIO errors getting the file name
|
||||
+ updated translations (de, sk, sr)
|
||||
- Changes from version 3.6.1:
|
||||
+ fixed alternative-status-menu for the new lock screen
|
||||
+ squashed some alternate-tab warnings
|
||||
+ drive-menu now works with 3.6 again
|
||||
+ updated translations (ar, cs, el, es, gl, id, lv, pl, sl)
|
||||
- Changes from version 3.6.0:
|
||||
+ major rework in places menu, to make it work without
|
||||
removed supporting code in the shell and to make it look like
|
||||
the nautilus sidebar
|
||||
(similar work would be needed for drive-menu, not done yet)
|
||||
+ updated translations (ca, cs, de, el, en_GB, es, fi, hu, id, lt,
|
||||
pl, pt_BR, ru, sl, sr)
|
||||
- Changes from version 3.5.91:
|
||||
+ various crashers were fixed in alternative-tab
|
||||
+ auto-move-windows now can be made to work with static workspaces
|
||||
+ place-menu is now on the left and uses symbolic icons like Files
|
||||
+ StIconType usage was removed from all extensions, after it was
|
||||
removed in core
|
||||
+ systemMonitor, xrandr-indicator, apps-menu, places-menu,
|
||||
alternative-status-menu were updated for the newer shell
|
||||
+ updated translations (es, gl, it, pl, sl)
|
||||
- Changes from version 3.5.90:
|
||||
+ alternate-tab has been reworked again, the old mode switch
|
||||
was removed and the all&thumbnails code extended to handle
|
||||
icons and filtering to the workspace
|
||||
+ alternate-tab thumbnails now reflect the aspect ratio of the windows
|
||||
+ systemMonitor now shows a tooltip above the indicator
|
||||
+ native-window-placement, systemMonitor and windowsNavigator have been updated
|
||||
for the newer shell
|
||||
+ updated translations (es, pa)
|
||||
- Changes from version 3.5.5:
|
||||
+ convenience module has been relicensed to BSD,
|
||||
for compatibility with GPLv3 extensions
|
||||
+ alternate-tab has been refactored and seen various
|
||||
improvements to all&thumbnails mode, including a new
|
||||
overlaid application icon
|
||||
+ updated translations (lt, id, sr)
|
||||
- Changes from version 3.5.4:
|
||||
+ updated translations (de, es, ar, sl, lv, zh_CN)
|
||||
- Changes from version 3.5.2:
|
||||
+ removable-drive-menu is now a11y friendly
|
||||
+ the dock can now be placed on any monitor, not just the primary
|
||||
+ dock is now clipped to its monitor
|
||||
+ alternative-status-menu now exposes GSettings for Suspend
|
||||
and Hibernate visibility - no UI yet
|
||||
+ more gnome-shell API changes (places-menu, removable-drive-menu,
|
||||
alternative-status-menu)
|
||||
+ miscellaneous bug fixes (native-window-placement, gajim,
|
||||
auto-move-windows)
|
||||
+ updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 14:25:55 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.4.0
|
||||
Version: 3.6.2
|
||||
Release: 0
|
||||
Summary: A collection of extensions for GNOME Shell
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://live.gnome.org/GnomeShell/Extensions
|
||||
# generated with "git archive --prefix gnome-shell-extensions-3.4.0", since there are no tarballs anymore
|
||||
# generated with "git archive --prefix gnome-shell-extensions-3.6.2/" since there are no tarballs anymore
|
||||
Source: %{name}-%{version}-git-tag.tar.xz
|
||||
Source1: README.SUSE
|
||||
# Needed because we build a tarball generated with "git archive"
|
||||
@ -92,6 +92,12 @@ make %{?_smp_mflags}
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%files common
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.SUSE
|
||||
@ -100,6 +106,7 @@ make %{?_smp_mflags}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_datadir}/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gcampax.github.com/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.xml
|
||||
|
||||
%files common-lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user