f6a177
%global major_version %%(cut -d "." -f 1-2 <<<%{version})
f6a177
# Minimum GNOME Shell version supported
f6a177
%global min_gs_version %%(cut -d "." -f 1-3 <<<%{version})
f6a177
f6a177
%global pkg_prefix gnome-shell-extension
f6a177
f6a177
Name:           gnome-shell-extensions
f6a177
Version:        3.28.1
caaeb6
Release:        12%{?dist}
f6a177
Summary:        Modify and extend GNOME Shell functionality and behavior
f6a177
f6a177
Group:          User Interface/Desktops
f6a177
# The entire source code is GPLv2+ except lib/convenience.js which is BSD
f6a177
License:        GPLv2+ and BSD
f6a177
URL:            http://wiki.gnome.org/Projects/GnomeShell/Extensions
f6a177
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz
f6a177
Source2:        https://github.com/sass/sassc/archive/3.4.1.tar.gz
f6a177
Source3:        https://github.com/sass/libsass/archive/3.4.5.tar.gz
f6a177
# BuildRequires:  gnome-common
f6a177
BuildRequires:  meson
f6a177
BuildRequires:  ruby
f6a177
BuildRequires:  gettext >= 0.19.6
f6a177
BuildRequires:  git
f6a177
BuildRequires:  pkgconfig(gnome-desktop-3.0)
f6a177
BuildRequires:  pkgconfig(libgtop-2.0)
f6a177
Requires:       gnome-shell >= %{min_gs_version}
f6a177
BuildArch:      noarch
f6a177
f6a177
Patch1: 0001-Update-style.patch
f6a177
Patch2: 0001-apps-menu-add-logo-icon-to-Applications-menu.patch
f6a177
Patch4: add-extra-extensions.patch
f6a177
Patch5: 0001-apps-menu-Explicitly-set-label_actor.patch
f6a177
Patch6: resurrect-system-monitor.patch
f6a177
Patch7: 0001-data-drop-app-icon-styling.patch
f6a177
Patch11: 0001-Include-top-icons-in-classic-session.patch
f6a177
Patch12: 0001-window-list-drop-button-grab-when-leaving-button.patch
f6a177
Patch13: 0001-Add-extra-osk-keys-extension.patch
f6a177
Patch14: more-classic-classic-mode.patch
f6a177
Patch15: 0001-window-list-workspace-indicator-Set-reactiveness-of-.patch
f6a177
f6a177
Patch99: 0001-Revert-data-Remove-nautilus-classic.patch
f6a177
f6a177
%description
f6a177
GNOME Shell Extensions is a collection of extensions providing additional and
f6a177
optional functionality to GNOME Shell.
f6a177
f6a177
Enabled extensions:
f6a177
  * alternate-tab
f6a177
  * apps-menu
f6a177
  * auto-move-windows
f6a177
  * drive-menu
f6a177
  * horizontal-workspaces
f6a177
  * launch-new-instance
f6a177
  * native-window-placement
f6a177
  * places-menu
f6a177
  * screenshot-window-sizer
f6a177
  * systemMonitor
f6a177
  * updates-dialog
f6a177
  * user-theme
f6a177
  * window-list
f6a177
  * windowsNavigator
f6a177
  * workspace-indicator
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-common
f6a177
Summary:        Files common to GNOME Shell Extensions
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       gnome-shell >= %{min_gs_version}
f6a177
# Dock extension no longer provided by GNOME Shell extensions >= 3.7.1
f6a177
Obsoletes:      %{pkg_prefix}-dock < 3.7.1
f6a177
# Alternative-status-menu extension no longer provided by GNOME Shell extensions >= 3.9.5
f6a177
Obsoletes:      %{pkg_prefix}-alternative-status-menu < 3.9.5
f6a177
# Xrandr-indicator extension no longer provided by GNOME Shell extensions >= 3.9.5
f6a177
Obsoletes:      %{pkg_prefix}-xrandr-indicator < 3.9.90
f6a177
# Obsolete extensions dropped in favor of schema overrides by upstream
f6a177
Obsoletes:       %{pkg_prefix}-default-min-max < 3.9.3-1
f6a177
Obsoletes:       %{pkg_prefix}-static-workspaces < 3.9.3-1
f6a177
f6a177
%description -n %{pkg_prefix}-common
f6a177
GNOME Shell Extensions is a collection of extensions providing additional and
f6a177
optional functionality to GNOME Shell.
f6a177
f6a177
This package provides common data files shared by various extensions.
f6a177
f6a177
f6a177
%package -n gnome-classic-session
f6a177
Summary:        GNOME "classic" mode session
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-alternate-tab = %{version}-%{release}
f6a177
Requires:       %{pkg_prefix}-apps-menu = %{version}-%{release}
f6a177
Requires:       %{pkg_prefix}-horizontal-workspaces = %{version}-%{release}
f6a177
Requires:       %{pkg_prefix}-launch-new-instance = %{version}-%{release}
f6a177
Requires:       %{pkg_prefix}-places-menu = %{version}-%{release}
f6a177
Requires:       %{pkg_prefix}-top-icons = %{version}-%{release}
f6a177
Requires:       %{pkg_prefix}-window-list = %{version}-%{release}
f6a177
Requires:       nautilus
f6a177
# Obsolete fallback mode components
f6a177
Obsoletes:      gnome-applets < 1:3.5.92-5
f6a177
%global gnome_applet_sensors_obsolete_ver 3.0.0-6
f6a177
Obsoletes:      gnome-applet-sensors < %{gnome_applet_sensors_obsolete_ver}
f6a177
Obsoletes:      gnome-applet-sensors-devel < %{gnome_applet_sensors_obsolete_ver}
f6a177
%global gnome_panel_obsolete_ver 3.6.2-7
f6a177
Obsoletes:      gnome-panel < %{gnome_panel_obsolete_ver}
f6a177
Obsoletes:      gnome-panel-devel < %{gnome_panel_obsolete_ver}
f6a177
Obsoletes:      gnome-panel-libs < %{gnome_panel_obsolete_ver}
f6a177
f6a177
%description -n gnome-classic-session
f6a177
This package contains the required components for the GNOME Shell "classic"
f6a177
mode, which aims to provide a GNOME 2-like user interface.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-alternate-tab
f6a177
Summary:        Classic Alt+Tab behavior for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-alternate-tab
f6a177
This GNOME Shell extension changes Alt+Tab to be window-based instead of
f6a177
app-based.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-apps-menu
f6a177
Summary:        Application menu for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
Requires:       gnome-menus
f6a177
f6a177
%description  -n %{pkg_prefix}-apps-menu
f6a177
This GNOME Shell extension adds a GNOME 2.x style menu for applications.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-auto-move-windows
f6a177
Summary:        Assign specific workspaces to applications in GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-auto-move-windows
f6a177
This GNOME Shell extension enables easy workspace management. A specific
f6a177
workspace can be assigned to each application as soon as it creates a window, in
f6a177
a manner configurable with a GSettings key.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-dash-to-dock
f6a177
Summary:        Show the dash outside the activities overview
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-dash-to-dock
f6a177
This GNOME Shell extension makes the dash available outside the activities overview.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-disable-screenshield
f6a177
Summary:        Disable GNOME Shell screen shield if lock is disabled
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-disable-screenshield
f6a177
This GNOME Shell extension disabled the screen shield if screen locking is disabled.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-drive-menu
f6a177
Summary:        Drive status menu for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-drive-menu
f6a177
This GNOME Shell extension provides a panel status menu for accessing and
f6a177
unmounting removable devices.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-extra-osk-keys
f6a177
Summary:        Extra Onscreen Keyboard Keys
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-extra-osk-keys
f6a177
Adds extra keys to gnome-shell onscreen keyboard.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-horizontal-workspaces
f6a177
Summary:        Arrange workspaces in GNOME Shell in a single row
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description  -n %{pkg_prefix}-horizontal-workspaces
f6a177
This GNOME Shell extension changes the workspace layout from a single column
f6a177
to a single row.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-launch-new-instance
f6a177
Summary:        Always launch a new application instance for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description  -n %{pkg_prefix}-launch-new-instance
f6a177
This GNOME Shell extension modifies the behavior of clicking in the dash and app
f6a177
launcher to always launch a new application instance.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-native-window-placement
f6a177
Summary:        Native window placement for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description  -n %{pkg_prefix}-native-window-placement
f6a177
This GNOME Shell extension provides additional configurability for the window
f6a177
layout in the overview, including a mechanism similar to KDE4.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-no-hot-corner
f6a177
Summary:        Disable the hot corner in GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description  -n %{pkg_prefix}-no-hot-corner
f6a177
This GNOME Shell extension disables the hot corner in the top bar.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-panel-favorites
f6a177
Summary:        Favorite launchers in GNOME Shell's top bar
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-panel-favorites
f6a177
This GNOME Shell extension adds favorite launchers to the top bar.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-places-menu
f6a177
Summary:        Places status menu for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-places-menu
f6a177
This GNOME Shell extension add a system status menu for quickly navigating
f6a177
places in the system.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-screenshot-window-sizer
f6a177
Summary:        Screenshot window sizer for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-screenshot-window-sizer
f6a177
This GNOME Shell extension allows to easily resize windows for GNOME Software
f6a177
screenshots.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-systemMonitor
f6a177
Summary:        System Monitor for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
# Should be pulled in by control-center, but in case someone tries for a
f6a177
# minimalist gnome-shell installation
f6a177
Requires:       libgtop2
f6a177
f6a177
%description -n %{pkg_prefix}-systemMonitor
f6a177
This GNOME Shell extension is a message tray indicator for CPU and memory usage
f6a177
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-top-icons
f6a177
Summary:        Show legacy icons on top
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-top-icons
f6a177
This GNOME Shell extension moves legacy tray icons into the top bar.
f6a177
f6a177
%package -n %{pkg_prefix}-updates-dialog
f6a177
Summary:        Show a modal dialog when there are software updates
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-updates-dialog
f6a177
This GNOME Shell extension shows a modal dialog when there are software updates
f6a177
f6a177
%package -n %{pkg_prefix}-user-theme
f6a177
Summary:        Support for custom themes in GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-user-theme
f6a177
This GNOME Shell extension enables loading a GNOME Shell theme from
f6a177
~/.themes/<name>/gnome-shell/.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-window-grouper
f6a177
Summary:        Keep windows that belong to the same process on the same workspace
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-window-grouper
f6a177
This GNOME Shell extension keeps windows that belong to the same process on the same workspace.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-window-list
f6a177
Summary:        Display a window list at the bottom of the screen in GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-window-list
f6a177
This GNOME Shell extension displays a window list at the bottom of the screen.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-windowsNavigator
f6a177
Summary:        Support for keyboard selection of windows and workspaces in GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-windowsNavigator
f6a177
This GNOME Shell extension enables keyboard selection of windows and workspaces
f6a177
in overlay mode, by pressing the Alt and Ctrl key respectively.
f6a177
f6a177
f6a177
%package -n %{pkg_prefix}-workspace-indicator
f6a177
Summary:        Workspace indicator for GNOME Shell
f6a177
Group:          User Interface/Desktops
f6a177
License:        GPLv2+
f6a177
Requires:       %{pkg_prefix}-common = %{version}-%{release}
f6a177
f6a177
%description -n %{pkg_prefix}-workspace-indicator
f6a177
This GNOME Shell extension add a system status menu for quickly changing
f6a177
workspaces.
f6a177
f6a177
f6a177
%prep
f6a177
%setup -q -n libsass-3.4.5 -b3 -T
f6a177
%setup -q -n sassc-3.4.1 -b2 -T
f6a177
%autosetup -S git
f6a177
f6a177
f6a177
%build
f6a177
(cd ../libsass-3.4.5;
f6a177
 export LIBSASS_VERSION=3.4.5
f6a177
 make %{?_smp_mflags})
f6a177
(cd ../sassc-3.4.1;
f6a177
 %make_build LDFLAGS="$RPM_OPT_FLAGS $PWD/../libsass-3.4.5/lib/libsass.a" \
f6a177
             CFLAGS="$RPM_OPT_FLAGS -I$PWD/../libsass-3.4.5/include" \
f6a177
             CXXFLAGS="$RPM_OPT_FLAGS" \
f6a177
             SASS_LIBSASS_PATH=$PWD/../libsass-3.4.5)
f6a177
export PATH=$PWD/../sassc-3.4.1/bin:$PATH
f6a177
f6a177
%meson -Dextension_set="all" -Dclassic_mode=true
f6a177
%meson_build
f6a177
f6a177
%install
f6a177
%meson_install
f6a177
f6a177
# Drop useless example extension
f6a177
rm -r $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/example*/
f6a177
rm $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.example.gschema.xml
f6a177
f6a177
%find_lang %{name}
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-common -f %{name}.lang
f6a177
%doc COPYING NEWS README.md
f6a177
f6a177
f6a177
%files -n gnome-classic-session
f6a177
%{_datadir}/gnome-session/sessions/gnome-classic.session
f6a177
%{_datadir}/gnome-shell/modes/classic.json
f6a177
%{_datadir}/gnome-shell/theme/*.svg
f6a177
%{_datadir}/gnome-shell/theme/gnome-classic-high-contrast.css
f6a177
%{_datadir}/gnome-shell/theme/gnome-classic.css
f6a177
%{_datadir}/xsessions/gnome-classic.desktop
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml
f6a177
f6a177
%files -n %{pkg_prefix}-alternate-tab
f6a177
%{_datadir}/gnome-shell/extensions/alternate-tab*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-apps-menu
f6a177
%{_datadir}/gnome-shell/extensions/apps-menu*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-auto-move-windows
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
f6a177
%{_datadir}/gnome-shell/extensions/auto-move-windows*/
f6a177
f6a177
%files -n %{pkg_prefix}-dash-to-dock
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml
f6a177
%{_datadir}/gnome-shell/extensions/dash-to-dock*/
f6a177
f6a177
%files -n %{pkg_prefix}-disable-screenshield
f6a177
%{_datadir}/gnome-shell/extensions/disable-screenshield*/
f6a177
f6a177
%files -n %{pkg_prefix}-drive-menu
f6a177
%{_datadir}/gnome-shell/extensions/drive-menu*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-extra-osk-keys
f6a177
%{_datadir}/gnome-shell/extensions/extra-osk-keys*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-horizontal-workspaces
f6a177
%{_datadir}/gnome-shell/extensions/horizontal-workspaces*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-launch-new-instance
f6a177
%{_datadir}/gnome-shell/extensions/launch-new-instance*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-native-window-placement
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
f6a177
%{_datadir}/gnome-shell/extensions/native-window-placement*/
f6a177
f6a177
%files -n %{pkg_prefix}-no-hot-corner
f6a177
%{_datadir}/gnome-shell/extensions/no-hot-corner*/
f6a177
f6a177
%files -n %{pkg_prefix}-panel-favorites
f6a177
%{_datadir}/gnome-shell/extensions/panel-favorites*/
f6a177
f6a177
%files -n %{pkg_prefix}-places-menu
f6a177
%{_datadir}/gnome-shell/extensions/places-menu*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-screenshot-window-sizer
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
f6a177
%{_datadir}/gnome-shell/extensions/screenshot-window-sizer*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-systemMonitor
f6a177
%{_datadir}/gnome-shell/extensions/systemMonitor*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-top-icons
f6a177
%{_datadir}/gnome-shell/extensions/top-icons*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-updates-dialog
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.updates-dialog.gschema.xml
f6a177
%{_datadir}/gnome-shell/extensions/updates-dialog*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-user-theme
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
f6a177
%{_datadir}/gnome-shell/extensions/user-theme*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-window-grouper
f6a177
%{_datadir}/gnome-shell/extensions/window-grouper*/
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-grouper.gschema.xml
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-window-list
f6a177
%{_datadir}/gnome-shell/extensions/window-list*/
f6a177
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-windowsNavigator
f6a177
%{_datadir}/gnome-shell/extensions/windowsNavigator*/
f6a177
f6a177
f6a177
%files -n %{pkg_prefix}-workspace-indicator
f6a177
%{_datadir}/gnome-shell/extensions/workspace-indicator*/
f6a177
f6a177
f6a177
%postun -n gnome-classic-session
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n gnome-classic-session
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%postun -n %{pkg_prefix}-auto-move-windows
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n %{pkg_prefix}-auto-move-windows
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%postun -n %{pkg_prefix}-dash-to-dock
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n %{pkg_prefix}-dash-to-dock
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%postun -n %{pkg_prefix}-native-window-placement
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n %{pkg_prefix}-native-window-placement
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%postun -n %{pkg_prefix}-screenshot-window-sizer
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n %{pkg_prefix}-screenshot-window-sizer
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%postun -n %{pkg_prefix}-updates-dialog
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n %{pkg_prefix}-updates-dialog
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%postun -n %{pkg_prefix}-user-theme
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n %{pkg_prefix}-user-theme
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%postun -n %{pkg_prefix}-window-grouper
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n %{pkg_prefix}-window-grouper
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%postun -n %{pkg_prefix}-window-list
f6a177
if [ $1 -eq 0 ]; then
f6a177
  /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
fi
f6a177
f6a177
%posttrans -n %{pkg_prefix}-window-list
f6a177
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
f6a177
f6a177
f6a177
%changelog
caaeb6
* Mon Apr 20 2020 Florian Müllner <fmuellner@redhat.com> - 3.28.1-12
caaeb6
- Drop faulty patch from backport
caaeb6
  Resolves: #1782102
caaeb6
caaeb6
* Fri Dec 06 2019 Jonas Ådahl <jadahl@redhat.com> - 3.28.1-11
caaeb6
- A couple of fixes to the classic backports
caaeb6
  Resolves: #1778270
caaeb6
f6a177
* Wed Sep 25 2019 Jonas Ådahl <jadahl@redhat.com> - 3.28.1-10
f6a177
- Fix unwanted appearance of workspace switcher menu
f6a177
  Resolves: #1752357
f6a177
f6a177
* Sun Aug 25 2019 Florian Müllner <fmuellner@redhat.com> - 3.28.1-9
f6a177
- Make classic mode more classic
f6a177
  Resolves: #1720286
f6a177
f6a177
* Fri Aug 09 2019 Carlos Garnacho <cgarnach@redhat.com> - 3.28.1-8
f6a177
- Add extra-osk-keys extension
f6a177
  Resolves: #1702417
f6a177
f6a177
* Tue Mar 26 2019 Florian Müllner <fmuellner@redhat.com> - 3.28.1-7
f6a177
- Add window-grouper extension
f6a177
  Resolves: #1355845
f6a177
f6a177
- Add disable-screenshield extension
f6a177
  Resolves: #1643501
f6a177
f6a177
* Fri Mar 15 2019 Ray Strode <rstrode@redhat.com> - 3.28.1-6
f6a177
- Fix stuck grab bug
f6a177
  Resolves: #1659260
f6a177
f6a177
* Tue Sep 04 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-5
f6a177
- Get rid of weird drop shadow next to app menu
f6a177
  Resolves: #1599841
f6a177
f6a177
* Wed Aug 01 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-4
f6a177
- Make icons on desktop default in classic session again
f6a177
  Resolves: #1610477
f6a177
f6a177
* Fri Jun 22 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.1-3
f6a177
- Fix a couple of regressions from the rebase:
f6a177
  - add back classic overview style
f6a177
  - update dash-to-dock to a compatible version
f6a177
  Related: #1569717
f6a177
f6a177
* Mon Jun 11 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-2
f6a177
- Import updated styles from gnome-shell
f6a177
  Related: #1569717
f6a177
f6a177
* Fri Jun 08 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-1
f6a177
- Rebase to 3.28.1
f6a177
  Resolves: #1569717
f6a177
f6a177
* Fri Feb 23 2018 Florian Müllner <fmuellner@redhat.com> - 3.26.2-3
f6a177
- Enable top-icons extension in classic mode
f6a177
  Resolves: #1548446
f6a177
f6a177
* Wed Feb 07 2018 Florian Müllner <fmuellner@redhat.com> - 3.26.2-2
f6a177
- Fix notification legibility in classic mode
f6a177
  Resolves: #1507457
f6a177
- Fix stray icon shadows in classic mode
f6a177
  Resolves: #1530654
f6a177
f6a177
* Fri Nov 03 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
f6a177
- Update to 3.26.2
f6a177
- Related: #1505743
f6a177
f6a177
* Tue Oct 17 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-1
f6a177
- apps-menu: Support separators
f6a177
  Resolves: #1435074
f6a177
f6a177
* Tue Oct 17 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-1
f6a177
- apps-menu: Follow sort order
f6a177
  Resolves: #1435073
f6a177
f6a177
* Fri Oct 06 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-1
f6a177
- Update to 3.26.1
f6a177
  Related: #1481381
f6a177
f6a177
* Mon Jun 26 2017 Ray Strode <rstrode@redhat.com> - 3.22.2-10
f6a177
- Fix pam info messages at the unlock screen
f6a177
  Related: #1449359
f6a177
f6a177
* Sat Jun 24 2017 Florian Müllner <fmuellner@redhat.com> - 3.22.3-9
f6a177
- Update dash-to-dock to latest upstream
f6a177
- Resolves: #1464614
f6a177
f6a177
* Wed May 17 2017 Florian Müllner <fmuellner@redhat.com> - 3.22.3-8
f6a177
- Resurrect system monitor extension
f6a177
- Resolves: #1452319
f6a177
f6a177
* Fri Apr 28 2017 Florian Müllner <fmuellner@redhat.com> - 3.22.3-7
f6a177
- Include DND improvements from upstream
f6a177
- Resolves: #1236601
f6a177
f6a177
* Wed Apr 05 2017 Florian Müllner <fmuellner@redhat.com> - 3.22.2-6
f6a177
- Update last patch to not rely on newer JS API
f6a177
- Resolves: #1236601
f6a177
f6a177
* Tue Mar 21 2017 Florian Müllner <fmuellner@redhat.com> - 3.22.2-5
f6a177
- Allow creating desktop launchers via DND from apps menu
f6a177
- Resolves: #1236601
f6a177
f6a177
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.22.2-4
f6a177
- Fix downstream branding
f6a177
- Resolves: #1386960
f6a177
f6a177
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.22.2-3
f6a177
- Hide workspace indicator in window list if there's just 1 workspace
f6a177
- Resolves: #1414817
f6a177
f6a177
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.22.2-2
f6a177
- Re-add downstream patches
f6a177
- Resolves: #1386960
f6a177
f6a177
* Wed Nov 16 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
f6a177
- Update to 3.22.2
f6a177
- Resolves: #1386960
f6a177
f6a177
* Wed Sep 07 2016 Florian Müllner <fmuellner@redhat.com> - 3.14.4-21
f6a177
- Improve menu category accessibility further
f6a177
  Related: rhbz#1263128
f6a177
f6a177
* Fri Jul 08 2016 Florian Müllner <fmuellner@redhat.com> - 3.14.4-20
f6a177
- Fix handling of menu entries from non-standard locations
f6a177
  Resolves: #1353249
f6a177
f6a177
* Tue Jun 28 2016 Florian Müllner <fmuellner@redhat.com> - 3.14.4-19
f6a177
- Update translations
f6a177
  Resolves: #1304265
f6a177
f6a177
* Fri Jun 10 2016 Florian Müllner <fmuellner@redhat.com> - 3.14.4-18
f6a177
- Adjust to changes from backported gnome-shell patches
f6a177
  Resolves: #1343953
f6a177
f6a177
* Thu May 12 2016 Florian Müllner <fmuellner@redhat.com> - 3.14.4-17
f6a177
- Fix updates-dialog schema errors
f6a177
  Related: rhbz#1302864
f6a177
f6a177
* Thu Mar 17 2016 Florian Müllner <fmuellner@redhat.com> - 3.14.4-16
f6a177
- Fix menu category accessibility
f6a177
  Related: rhbz#1263128
f6a177
f6a177
* Fri Mar 04 2016 Florian Müllner <fmuellner@redhat.com> - 3.14.4-15
f6a177
- Add updates-dialog extension
f6a177
  Related: rhbz#1302864
f6a177
f6a177
* Tue Sep 22 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-14
f6a177
- Fix rebase error in last patch series
f6a177
  Related: rhbz#1263368
f6a177
f6a177
* Fri Sep 18 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-13
f6a177
- Add option to display window-list on all monitors
f6a177
  Resolves: rhbz#1263368
f6a177
f6a177
* Fri Sep 04 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-12
f6a177
- Fix window list scaling in classic mode
f6a177
  Resolves: rhbz#1229324
f6a177
f6a177
* Fri Sep 04 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-11
f6a177
- Fix apps-menu taking over panel shortcut
f6a177
  Resolves: rhbz#1255702
f6a177
f6a177
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-10
f6a177
- Add back nautilus dependency to classic-session
f6a177
  Resolves: rhbz#1256722
f6a177
f6a177
* Fri Jul 31 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-9
f6a177
- Number workspaces consistently
f6a177
  Resolves: rhbz#1249018
f6a177
f6a177
* Thu Jul 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-8
f6a177
- Fix window list sorting
f6a177
  Resolves: rhbz#1025370
f6a177
f6a177
* Fri Jul 24 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-7
f6a177
- Support headless mode
f6a177
  Related: rhbz#1243856
f6a177
f6a177
* Thu Jun 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-6
f6a177
- Scale window list with text
f6a177
  Resolves: rhbz#1229324
f6a177
f6a177
* Wed Jun 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-5
f6a177
- Fix failure of apps-menu to open applications
f6a177
  Resolves: rhbz#1229676
f6a177
f6a177
* Wed May 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-4
f6a177
- Include additional (popular) extensions
f6a177
  Resolves: rhbz#1208513
f6a177
f6a177
* Thu May 14 2015 Matthias Clasen <mclasen@redhat.com> - 3.14.4-3
f6a177
- Make the apps-menu package depend on gnome-menus
f6a177
- Resolves: #1221531
f6a177
f6a177
* Tue May 12 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-2
f6a177
- Backport menu arrow fix from 3.16
f6a177
- Related: #1174574
f6a177
f6a177
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.14.4-1
f6a177
- Update to 3.14.4
f6a177
- Resolves: #1174574
f6a177
f6a177
* Tue Oct 07 2014 David King <dking@redhat.com> 3.8.4-12
f6a177
- Rebuild for libgtop2 soversion change (#1082123)
f6a177
f6a177
* Wed May 28 2014 Lubos Kocman <lkocman@redhat.com> - 3.8.4-11
f6a177
- Resolves: #1100332 (bump release against 0day)
f6a177
f6a177
* Tue Feb 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.8.4-10
f6a177
- Fix odd menu behavior in window list
f6a177
  Resolves: #1025374
f6a177
f6a177
* Thu Feb 13 2014 Florian Müllner <fmuellner@redhat.com> - 3.8.4-9
f6a177
- Fix context menu backport
f6a177
  Resolves: #1025374
f6a177
f6a177
* Mon Feb 10 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-8
f6a177
- Add Requires: nautilus
f6a177
  Resolves: #1053753
f6a177
f6a177
* Tue Jan 21 2014 Ray Strode <rstrode@redhat.com> - 3.8.4-7
f6a177
- Add logo to apps menu
f6a177
  Resolves: #1052990
f6a177
f6a177
* Wed Jan 15 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-6
f6a177
- Shade the overview panel
f6a177
  Resolves: #1053069
f6a177
f6a177
* Tue Jan 07 2014 Ray Strode <rstrode@redhat.com> - 3.8.4-5
f6a177
- Use environment variable for session mode
f6a177
  Related: #1031188
f6a177
f6a177
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.4-4
f6a177
- Mass rebuild 2013-12-27
f6a177
f6a177
* Thu Dec 12 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-3
f6a177
- Update translations
f6a177
  Resolves: #1030349
f6a177
f6a177
* Thu Oct 24 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-2
f6a177
- Backport some classic-mode improvements from 3.10 cycle:
f6a177
  - context menu in window list (close, minimize, maximize)
f6a177
  - use same order for favorites in applications menu as in dash
f6a177
f6a177
* Thu Sep 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-1
f6a177
- Update to 3.8.4
f6a177
f6a177
* Sun Aug 04 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.3.1-1
f6a177
- Update to 3.8.3.1
f6a177
- Drop places-volume.patch patch, merged upstream
f6a177
f6a177
* Mon Jun 17 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-2
f6a177
- Fix a problem notices in updates-testing with the places extension
f6a177
f6a177
* Sun Jun 09 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.3-1
f6a177
- Update to 3.8.3
f6a177
- Drop mini-extensions default-min-max and static-workspaces, no longer
f6a177
  available (see https://bugzilla.gnome.org/show_bug.cgi?id=701717)
f6a177
f6a177
* Tue May 14 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.2-1
f6a177
- Update to 3.8.2
f6a177
- Drop useless dependency on libgtop for static-workspaces subpackage
f6a177
f6a177
* Fri May 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-3
f6a177
- Obsolete gnome-applet-sensors
f6a177
f6a177
* Wed May 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-2
f6a177
- Obsolete a few more fallback mode packages
f6a177
- Remove gnome-panel provides
f6a177
f6a177
* Tue Apr 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-1
f6a177
- Update to 3.8.1
f6a177
f6a177
* Tue Mar 26 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.8.0-1
f6a177
- Update to 3.8.0
f6a177
f6a177
* Tue Mar 19 2013 Ray Strode <rstrode@redhat.com> 3.7.92-1
f6a177
- Update to 3.7.92
f6a177
f6a177
* Tue Mar 05 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.91-1
f6a177
- Update to 3.7.91
f6a177
f6a177
* Sat Mar 02 2013 Adel Gadllah <adel.gadllah@gmail.com> - 3.7.90-2
f6a177
- Obsolete gnome-panel
f6a177
f6a177
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
f6a177
- Update to 3.7.90
f6a177
f6a177
* Thu Feb 07 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5.1-2
f6a177
- Depend on gnome-shell 3.7.5, there's no 3.7.5.1
f6a177
f6a177
* Thu Feb 07 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.5.1-1
f6a177
- Update to 3.7.5
f6a177
- Enable new launch-new-instance and window-list extensions, and add them in the
f6a177
  classic-mode extension set
f6a177
- Re-add places-menu in the classic-mode extension set
f6a177
f6a177
* Wed Jan 16 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.4-1
f6a177
- Update to 3.7.4
f6a177
- places-menu extension no longer part of the classic-mode extension set
f6a177
f6a177
* Tue Jan 01 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.3-1
f6a177
- Update to 3.7.3
f6a177
- Enable new default-min-max and static-workspaces extensions
f6a177
- Provide new subpackage gnome-classic-session
f6a177
- Revamp summaries and descriptions
f6a177
f6a177
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.7.1-1
f6a177
- Update to 3.7.1
f6a177
- Drop dock and gajim extensions, no longer provided
f6a177
f6a177
* Tue Oct 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.1-1
f6a177
- Update to 3.6.1
f6a177
f6a177
* Tue Oct 02 2012 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.6.0-1
f6a177
- Update to 3.6.0
f6a177
f6a177
* Thu Sep 06 2012 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.5.91-1
f6a177
- Update to 3.5.91
f6a177
f6a177
* Wed Aug 29 2012 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.5.90-1
f6a177
- Update to 3.5.90
f6a177
f6a177
* Sat Aug 11 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.5-1
f6a177
- Update to 3.5.5
f6a177
f6a177
* Sun Jul 22 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.4-1
f6a177
- Update to 3.5.4
f6a177
f6a177
* Wed Jul 18 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.5.2-1
f6a177
- Update to 3.5.2
f6a177
- Drop useless Provides/Obsoletes
f6a177
f6a177
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.4.0-1
f6a177
- Update to 3.4.0
f6a177
- Minor spec fixes
f6a177
f6a177
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.92-1
f6a177
- Update to 3.3.92
f6a177
f6a177
* Tue Feb 28 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.90-1
f6a177
- Update to 3.3.90
f6a177
f6a177
* Thu Feb 16 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.5-1
f6a177
- Update to 3.3.5
f6a177
- Spec cleanup
f6a177
f6a177
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-2
f6a177
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f6a177
f6a177
* Wed Nov 30 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.2-1
f6a177
- Update to 3.3.2
f6a177
f6a177
* Wed Nov 30 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.1-1
f6a177
- Update to 3.2.1
f6a177
- Fix alternative-status-menu extension crash when login
f6a177
f6a177
* Wed Nov 09 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.0-2
f6a177
- Fix dock and alternate-tab extensions
f6a177
- Fix GNOME Shell version to work with GS 3.2.1
f6a177
f6a177
* Mon Oct 03 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2.0-1
f6a177
- Update to 3.2.0
f6a177
f6a177
* Mon Sep 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.91-3.20111001gite102c0c6
f6a177
- Update to a newer git snapshot
f6a177
- Fix GNOME Shell version to work with GS 3.2.0
f6a177
- Add Requires on GS 3.2.0 or above to gnome-shell-common
f6a177
f6a177
* Wed Sep 14 2011 Mohamed El Morabity <melmorabity@fedorapeople.org> - 3.1.91-2
f6a177
- Enable xrandr-indicator and workspace-indicator extensions
f6a177
f6a177
* Mon Sep 12 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.91-1
f6a177
- Update to 3.1.91
f6a177
- add more documentation
f6a177
f6a177
* Thu Sep  1 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-3.20110830git6b5e3a3e
f6a177
- Update to git snapshot, for gnome-shell 3.1.90
f6a177
f6a177
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-2
f6a177
- Enable apps-menu extension
f6a177
- Spec cleanup
f6a177
f6a177
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-1
f6a177
- Update to 3.1.4
f6a177
- Enable systemMonitor extension
f6a177
- Prepare xrandr-indicator, commenting out since it does not seem to work yet
f6a177
- Rename subpackages in line with new guidelines (# 715367)
f6a177
- Sort subpackages in alphabetical order
f6a177
f6a177
* Sat May 28 2011 Timur Kristóf <venemo@fedoraproject.org> - 3.0.2-1.g63dd27cgit
f6a177
- Update to a newer git snapshot
f6a177
- Fix RHBZ bug #708230
f6a177
- Enabled systemMonitor extension, but commented out since the requirements are not available
f6a177
f6a177
* Fri May 13 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-3.03660fgit
f6a177
- Update to a newer git snapshot
f6a177
- Enable native-window-placement extension
f6a177
f6a177
* Fri May 06 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.1-2b20cbagit
f6a177
- Fix description 
f6a177
f6a177
* Thu May 5 2011 Elad Alfassa <elad@fedoraproject.org> - 3.0.1-1.b20cbagit
f6a177
- Update to a newer git snapshot
f6a177
- Enabled the places-menu extension
f6a177
f6a177
* Tue Apr 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-1.f016b9git
f6a177
- Update to a newer git snapshot (post-3.0.1 release)
f6a177
- Enable drive-menu extension
f6a177
f6a177
* Mon Apr 11 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.0-5.6d56cfgit
f6a177
- Enable auto-move-windows extension
f6a177
f6a177
* Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-4.6d56cfgit
f6a177
- Add glib2-devel as build requires
f6a177
f6a177
* Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-3.6d56cfgit
f6a177
- Tweak description
f6a177
- Fix typo in configure
f6a177
f6a177
* Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org>  - 3.0.0-2.6d56cfgit
f6a177
- Added the user-theme extension
f6a177
- Patch from Timur Kristóf <venemo@msn.com>
f6a177
f6a177
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-1.6d56cfgit
f6a177
- Make sure configure doesn't get called twice
f6a177
f6a177
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-0.6d56cfgit
f6a177
- Initial build