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