2011-08-21 15:47:21 +00:00
|
|
|
#global commit g63dd27c
|
2011-08-21 14:13:32 +00:00
|
|
|
%global pkg_prefix gnome-shell-extension
|
2011-04-27 01:06:29 +00:00
|
|
|
|
2011-04-09 00:30:38 +00:00
|
|
|
Name: gnome-shell-extensions
|
2011-08-21 15:47:21 +00:00
|
|
|
Version: 3.1.4
|
|
|
|
Release: 1%{?dist}
|
2011-04-09 00:30:38 +00:00
|
|
|
Summary: Modify and extend GNOME Shell functionality and behavior
|
|
|
|
Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
License: GPLv2+
|
2011-04-09 00:30:38 +00:00
|
|
|
URL: http://live.gnome.org/GnomeShell/Extensions
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-shell-extensions/3.1/%{name}-%{version}.tar.xz
|
2011-05-29 14:05:34 +00:00
|
|
|
# using git archive since upstream hasn't created tarballs. Picking up a snapshot from master for a couple of minor but relevant changes
|
|
|
|
# git archive --format=tar --prefix=gnome-shell-extensions/ git_commithash | xz > gnome-shell-extensions-<git_commithash_abbr>.tar.xz
|
2011-08-21 15:47:21 +00:00
|
|
|
#Source0: gnome-shell-extensions-%{commit}.tar.xz
|
2011-04-09 00:30:38 +00:00
|
|
|
|
|
|
|
# since we build from a git checkout
|
2011-08-21 15:47:21 +00:00
|
|
|
#BuildRequires: gnome-common
|
2011-04-09 00:30:38 +00:00
|
|
|
BuildRequires: intltool
|
2011-04-10 21:50:29 +00:00
|
|
|
BuildRequires: glib2-devel
|
2011-08-21 15:47:21 +00:00
|
|
|
# TODO: uncomment when enabling xrandr-indicator
|
|
|
|
# BuildRequires: pkgconfig(gnome-desktop-3.0)
|
|
|
|
BuildRequires: pkgconfig(libgtop-2.0)
|
2011-05-29 14:05:34 +00:00
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
Requires: gnome-shell >= 3.1.0
|
2011-04-09 00:30:38 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
GNOME Shell Extensions is a collection of extensions providing additional
|
|
|
|
and optional functionality to GNOME Shell.
|
|
|
|
|
|
|
|
Enabled extensions:
|
|
|
|
|
|
|
|
* alternate-tab
|
|
|
|
* alternative-status-menu
|
2011-04-11 18:02:05 +00:00
|
|
|
* auto-move-windows
|
2011-08-21 15:47:21 +00:00
|
|
|
* dock
|
2011-04-27 01:06:29 +00:00
|
|
|
* drive-menu
|
2011-05-13 00:34:08 +00:00
|
|
|
* native-window-placement
|
2011-08-21 15:47:21 +00:00
|
|
|
* places-menu
|
|
|
|
* systemMonitor
|
|
|
|
* user-theme
|
|
|
|
* windowsNavigator
|
|
|
|
# TODO: uncomment when enabling xrandr-indicator
|
|
|
|
# * xrandr-indicator
|
2011-04-09 00:30:38 +00:00
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%package -n %{pkg_prefix}-common
|
2011-04-09 00:30:38 +00:00
|
|
|
Summary: Files common to GNOME Shell Extensions
|
|
|
|
Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-common = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-common < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{pkg_prefix}-common
|
2011-04-09 00:30:38 +00:00
|
|
|
GNOME Shell Extensions is a collection of extensions providing additional
|
|
|
|
and optional functionality to GNOME Shell. Common files and directories
|
2011-05-29 14:05:34 +00:00
|
|
|
needed by extensions are provided here.
|
2011-04-09 00:30:38 +00:00
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%package -n %{pkg_prefix}-alternate-tab
|
2011-04-09 00:30:38 +00:00
|
|
|
Summary: Classic Alt+Tab behavior. Window based instead of app based
|
|
|
|
Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-alternate-tab = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-alternate-tab < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
2011-04-09 00:30:38 +00:00
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%description -n %{pkg_prefix}-alternate-tab
|
2011-04-09 00:30:38 +00:00
|
|
|
Lets you use classic Alt+Tab (window-based instead of app-based) in GNOME Shell.
|
|
|
|
GNOME Shell groups multiple instances of the same application together.
|
|
|
|
This extension disables grouping.
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%package -n %{pkg_prefix}-alternative-status-menu
|
2011-04-09 00:30:38 +00:00
|
|
|
Summary: For those who want a power off item visible at all the time
|
|
|
|
Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-alternative-status-menu = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-alternative-status-menu < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
2011-04-09 00:30:38 +00:00
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%description -n %{pkg_prefix}-alternative-status-menu
|
2011-04-09 00:30:38 +00:00
|
|
|
For those who want a power off item visible at all the time, replaces
|
|
|
|
GNOME Shell status menu with one featuring separate Suspend and Power Off.
|
|
|
|
Adds the ability to hibernate as well.
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%package -n %{pkg_prefix}-auto-move-windows
|
2011-04-11 18:02:05 +00:00
|
|
|
Summary: Assign specific workspaces to applications
|
|
|
|
Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-auto-move-windows = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-auto-move-windows < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
2011-04-11 18:02:05 +00:00
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%description -n %{pkg_prefix}-auto-move-windows
|
2011-04-11 18:02:05 +00:00
|
|
|
Lets you manage your workspaces more easily, assigning a specific workspace to
|
|
|
|
each application as soon as it creates a window, in a manner configurable with a
|
|
|
|
GSettings key.
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%package -n %{pkg_prefix}-dock
|
|
|
|
Summary: Shows a dock-style task switcher permanently
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-dock = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-dock < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{pkg_prefix}-dock
|
|
|
|
Shows a dock-style task switcher on the right side of the screen permanently.
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%package -n %{pkg_prefix}-drive-menu
|
2011-04-27 01:06:29 +00:00
|
|
|
Summary: Disk device manager in the system status area
|
|
|
|
Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-drive-menu = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-drive-menu < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
2011-04-27 01:06:29 +00:00
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%description -n %{pkg_prefix}-drive-menu
|
2011-04-27 01:06:29 +00:00
|
|
|
Adds a menu in the system status area that tracks removable disk devices
|
|
|
|
attached and offers to browse them and eject/unmount them.
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%package -n %{pkg_prefix}-native-window-placement
|
|
|
|
Summary: Arrange windows in overview in a more native way
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-native-window-placement = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-native-window-placement < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{pkg_prefix}-native-window-placement
|
|
|
|
This extension employs an algorithm (taken from KDE) for layouting the
|
|
|
|
thumbnails in the overview that more closely reflects the positions and relative
|
|
|
|
sizes of the actual windows, instead of using a fixed grid.
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%package -n %{pkg_prefix}-places-menu
|
2011-05-13 00:34:08 +00:00
|
|
|
Summary: Places menu indicator in the system status area
|
|
|
|
Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-places-menu = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-places-menu < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
2011-05-13 00:34:08 +00:00
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%description -n %{pkg_prefix}-places-menu
|
2011-05-13 00:34:08 +00:00
|
|
|
Adds a menu in the system status area that resembles the Places menu from
|
|
|
|
GNOME 2.x
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%package -n %{pkg_prefix}-systemMonitor
|
|
|
|
Summary: Monitor your system status
|
2011-05-13 00:34:08 +00:00
|
|
|
Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
2011-08-21 15:47:21 +00:00
|
|
|
# should be pulled in by control-center, but in case someone tries for
|
|
|
|
# a minimalist gnome-shell installation
|
|
|
|
Requires: libgtop2
|
2011-05-13 00:34:08 +00:00
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%description -n %{pkg_prefix}-systemMonitor
|
|
|
|
Monitor your system status
|
2011-05-13 00:34:08 +00:00
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%package -n %{pkg_prefix}-user-theme
|
|
|
|
Summary: Lets the user select a custom theme for the shell
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-user-theme = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-user-theme < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{pkg_prefix}-user-theme
|
|
|
|
Lets the user select a custom theme for the Gnome shell. It will allow you to
|
|
|
|
apply a style from /.themes/[themeName]/gnome-shell/gnome-shell.css
|
|
|
|
|
|
|
|
%package -n %{pkg_prefix}-windowsNavigator
|
|
|
|
Summary: Keyboard selection of windows and work-spaces in overlay mode
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Provides: %{name}-windowsNavigator = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-windowsNavigator < %{version}-%{release}
|
|
|
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{pkg_prefix}-windowsNavigator
|
|
|
|
Allow keyboard selection of windows and work-spaces in overlay mode in
|
|
|
|
GNOME Shell. Switch to overview mode (press the windows or alt+f1 key) and
|
|
|
|
press the alt key to show numbers over windows. Press any number to switch
|
|
|
|
to the corresponding window.
|
|
|
|
|
|
|
|
# TODO: uncomment when enabling xrandr-indicator
|
|
|
|
#%package -n %{pkg_prefix}-xrandr-indicator
|
|
|
|
#Summary: Monitor status indicator
|
2011-05-29 14:05:34 +00:00
|
|
|
#Group: User Interface/Desktops
|
2011-08-21 14:13:32 +00:00
|
|
|
#License: GPLv2+
|
|
|
|
#Requires: %{pkg_prefix}-common = %{version}-%{release}
|
2011-05-29 14:05:34 +00:00
|
|
|
#
|
2011-08-21 15:47:21 +00:00
|
|
|
#%description -n %{pkg_prefix}-xrandr-indicator
|
|
|
|
#This extension adds a systems status menu for rotating monitors
|
|
|
|
#(overrides what is currently provided by gnome-settings-daemon.
|
2011-05-29 14:05:34 +00:00
|
|
|
|
2011-04-09 00:30:38 +00:00
|
|
|
%prep
|
2011-08-21 15:47:21 +00:00
|
|
|
%setup -q
|
2011-04-09 00:30:38 +00:00
|
|
|
|
2011-04-27 01:06:29 +00:00
|
|
|
# Main.panel._userMenu renamed to Main.panel._statusmenu in GS 3.0.1; fix sent
|
|
|
|
# to the alternative-status-menu extension author
|
2011-08-21 15:47:21 +00:00
|
|
|
#sed -i "s|Main\.panel\._userMenu|Main.panel._statusmenu|g" extensions/alternative-status-menu/extension.js
|
2011-05-29 14:05:34 +00:00
|
|
|
# The configure.ac still thinks that 3.0.1 is the newest version; changing it to 3.0 will make it work
|
|
|
|
# with any 3.0.x release
|
2011-08-21 15:47:21 +00:00
|
|
|
#sed -i "s|3.0.1|3.0|g" configure.ac
|
2011-04-27 01:06:29 +00:00
|
|
|
|
2011-04-09 00:30:38 +00:00
|
|
|
%build
|
|
|
|
# since we build from a git checkout
|
2011-08-21 15:47:21 +00:00
|
|
|
# [ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
2011-04-09 00:30:38 +00:00
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
# TODO: enable xrandr-indicator extension when:
|
|
|
|
# - gjs 1.29.16 is supported (upper limit is now 1.29.1)
|
|
|
|
%configure --enable-extensions="alternate-tab alternative-status-menu auto-move-windows dock drive-menu native-window-placement places-menu systemMonitor user-theme windowsNavigator"
|
2011-04-09 00:30:38 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%files -n %{pkg_prefix}-common -f %{name}.lang
|
2011-04-09 00:30:38 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README
|
|
|
|
%dir %{_datadir}/gnome-shell/extensions/
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%files -n %{pkg_prefix}-alternate-tab
|
2011-04-09 00:30:38 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-08-21 15:47:21 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternate-tab.gschema.xml
|
2011-04-09 00:30:38 +00:00
|
|
|
%{_datadir}/gnome-shell/extensions/alternate-tab*
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%files -n %{pkg_prefix}-alternative-status-menu
|
2011-04-09 00:30:38 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/extensions/alternative-status-menu*
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%files -n %{pkg_prefix}-auto-move-windows
|
2011-04-11 18:02:05 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
|
|
|
|
%{_datadir}/gnome-shell/extensions/auto-move-windows*
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%files -n %{pkg_prefix}-dock
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.dock.gschema.xml
|
|
|
|
%{_datadir}/gnome-shell/extensions/dock*
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%files -n %{pkg_prefix}-drive-menu
|
2011-04-27 01:06:29 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/extensions/drive-menu*
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%files -n %{pkg_prefix}-native-window-placement
|
2011-05-13 00:34:08 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-08-21 15:47:21 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
|
|
|
|
%{_datadir}/gnome-shell/extensions/native-window-placement*
|
2011-05-13 00:34:08 +00:00
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%files -n %{pkg_prefix}-places-menu
|
2011-05-13 00:34:08 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/extensions/places-menu*
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%files -n %{pkg_prefix}-systemMonitor
|
2011-05-13 00:34:08 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-08-21 15:47:21 +00:00
|
|
|
%{_datadir}/gnome-shell/extensions/systemMonitor*
|
2011-05-13 00:34:08 +00:00
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%files -n %{pkg_prefix}-user-theme
|
2011-05-13 00:34:08 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-08-21 15:47:21 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
|
|
|
|
%{_datadir}/gnome-shell/extensions/user-theme*
|
|
|
|
|
|
|
|
%files -n %{pkg_prefix}-windowsNavigator
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/extensions/windowsNavigator*
|
2011-05-13 00:34:08 +00:00
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
# TODO: uncomment when enabling xrandr-indicator
|
|
|
|
#%files -n %{pkg_prefix}-xrandr-indicator
|
2011-05-29 14:05:34 +00:00
|
|
|
#%defattr(-,root,root,-)
|
2011-08-21 15:47:21 +00:00
|
|
|
#%{_datadir}/gnome-shell/extensions/xrandr-indicator*
|
2011-05-29 14:05:34 +00:00
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%posttrans -n %{pkg_prefix}-alternate-tab
|
2011-04-10 21:06:52 +00:00
|
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%postun -n %{pkg_prefix}-alternate-tab
|
2011-04-10 21:06:52 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%posttrans -n %{pkg_prefix}-auto-move-windows
|
2011-04-11 18:02:05 +00:00
|
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%postun -n %{pkg_prefix}-auto-move-windows
|
2011-04-11 18:02:05 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%posttrans -n %{pkg_prefix}-dock
|
|
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
|
|
|
%postun -n %{pkg_prefix}-dock
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%posttrans -n %{pkg_prefix}-native-window-placement
|
2011-05-13 00:34:08 +00:00
|
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
2011-08-21 14:13:32 +00:00
|
|
|
%postun -n %{pkg_prefix}-native-window-placement
|
2011-05-13 00:34:08 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%posttrans -n %{pkg_prefix}-user-theme
|
2011-05-29 14:05:34 +00:00
|
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
2011-08-21 15:47:21 +00:00
|
|
|
%postun -n %{pkg_prefix}-user-theme
|
2011-05-29 14:05:34 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
2011-04-09 00:30:38 +00:00
|
|
|
%changelog
|
2011-08-21 15:47:21 +00:00
|
|
|
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-1
|
|
|
|
- Update to 3.1.4
|
|
|
|
- Enable systemMonitor extension
|
|
|
|
- Prepare xrandr-indicator, commenting out since it does not seem to work yet
|
2011-08-21 14:13:32 +00:00
|
|
|
- Rename subpackages in line with new guidelines (# 715367)
|
2011-08-21 17:10:45 +00:00
|
|
|
- Sort subpackages in alphabetical order
|
2011-08-21 14:13:32 +00:00
|
|
|
|
2011-05-29 14:05:34 +00:00
|
|
|
* Sat May 28 2011 Timur Kristóf <venemo@fedoraproject.org> - 3.0.2-1.g63dd27cgit
|
|
|
|
- Update to a newer git snapshot
|
|
|
|
- Fix RHBZ bug #708230
|
|
|
|
- Enabled systemMonitor extension, but commented out since the requirements are not available
|
|
|
|
|
2011-05-13 00:34:08 +00:00
|
|
|
* Fri May 13 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-3.03660fgit
|
|
|
|
- Update to a newer git snapshot
|
|
|
|
- Enable native-window-placement extension
|
|
|
|
|
|
|
|
* Fri May 06 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.1-2b20cbagit
|
|
|
|
- Fix description
|
|
|
|
|
|
|
|
* Thu May 5 2011 Elad Alfassa <elad@fedoraproject.org> - 3.0.1-1.b20cbagit
|
|
|
|
- Update to a newer git snapshot
|
|
|
|
- Enabled the places-menu extension
|
|
|
|
|
2011-04-27 01:06:29 +00:00
|
|
|
* Tue Apr 26 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.1-1.f016b9git
|
|
|
|
- Update to a newer git snapshot (post-3.0.1 release)
|
|
|
|
- Enable drive-menu extension
|
|
|
|
|
2011-04-11 18:02:05 +00:00
|
|
|
* Mon Apr 11 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.0-5.6d56cfgit
|
|
|
|
- Enable auto-move-windows extension
|
|
|
|
|
2011-04-10 21:50:29 +00:00
|
|
|
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-4.6d56cfgit
|
|
|
|
- Add glib2-devel as build requires
|
|
|
|
|
2011-04-10 21:28:18 +00:00
|
|
|
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-3.6d56cfgit
|
|
|
|
- Tweak description
|
2011-04-10 21:50:29 +00:00
|
|
|
- Fix typo in configure
|
|
|
|
|
2011-04-10 21:06:52 +00:00
|
|
|
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-2.6d56cfgit
|
|
|
|
- Added the user-theme extension
|
|
|
|
- Patch from Timur Kristóf <venemo@msn.com>
|
|
|
|
|
2011-04-09 00:30:38 +00:00
|
|
|
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-1.6d56cfgit
|
|
|
|
- Make sure configure doesn't get called twice
|
|
|
|
|
|
|
|
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-0.6d56cfgit
|
|
|
|
- Initial build
|