Update to git snapshot, for gnome-shell 3.1.90
This commit is contained in:
parent
174b9b599f
commit
726ec0113a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/gnome-shell-extensions-3.1.4.tar.xz
|
/gnome-shell-extensions-3.1.4-6b5e3a3e.tar.xz
|
||||||
|
@ -1,22 +1,30 @@
|
|||||||
|
%global commit 6b5e3a3e
|
||||||
|
%global checkout 20110830git%{commit}
|
||||||
%global pkg_prefix gnome-shell-extension
|
%global pkg_prefix gnome-shell-extension
|
||||||
|
|
||||||
Name: gnome-shell-extensions
|
Name: gnome-shell-extensions
|
||||||
Version: 3.1.4
|
Version: 3.1.4
|
||||||
Release: 2%{?dist}
|
Release: 3.%{checkout}%{?dist}
|
||||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://live.gnome.org/GnomeShell/Extensions
|
URL: http://live.gnome.org/GnomeShell/Extensions
|
||||||
|
|
||||||
Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-shell-extensions/3.1/%{name}-%{version}.tar.xz
|
# Using git archive since upstream hasn't released 3.1.90 yet.
|
||||||
|
# $ git archive --format=tar --prefix=%{name}-%{version}/ %{commit}
|
||||||
|
# | xz > ../%{name}-%{version}-%{commit}.tar.xz
|
||||||
|
Source0: %{name}-%{version}-%{commit}.tar.xz
|
||||||
|
#Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-shell-extensions/3.1/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
# Since we build from a git checkout
|
||||||
|
BuildRequires: gnome-common
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
# TODO: uncomment when enabling xrandr-indicator
|
# TODO: uncomment when enabling xrandr-indicator
|
||||||
# BuildRequires: pkgconfig(gnome-desktop-3.0)
|
# BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
BuildRequires: pkgconfig(libgtop-2.0)
|
BuildRequires: pkgconfig(libgtop-2.0)
|
||||||
|
|
||||||
Requires: gnome-shell >= 3.1.0
|
Requires: gnome-shell >= 3.1.90
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -31,13 +39,13 @@ Enabled extensions:
|
|||||||
* auto-move-windows
|
* auto-move-windows
|
||||||
* dock
|
* dock
|
||||||
* drive-menu
|
* drive-menu
|
||||||
# TODO: uncomment when enabling gajim
|
|
||||||
# * gajim
|
|
||||||
* native-window-placement
|
* native-window-placement
|
||||||
* places-menu
|
* places-menu
|
||||||
* systemMonitor
|
* systemMonitor
|
||||||
* user-theme
|
* user-theme
|
||||||
* windowsNavigator
|
* windowsNavigator
|
||||||
|
# TODO: uncomment when enabling gajim
|
||||||
|
# * gajim
|
||||||
# TODO: uncomment when enabling xrandr-indicator
|
# TODO: uncomment when enabling xrandr-indicator
|
||||||
# * xrandr-indicator
|
# * xrandr-indicator
|
||||||
|
|
||||||
@ -178,7 +186,7 @@ License: GPLv2+
|
|||||||
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
||||||
# should be pulled in by control-center, but in case someone tries for
|
# should be pulled in by control-center, but in case someone tries for
|
||||||
# a minimalist gnome-shell installation
|
# a minimalist gnome-shell installation
|
||||||
Requires: libgtop2
|
Requires: libgtop2
|
||||||
|
|
||||||
%description -n %{pkg_prefix}-systemMonitor
|
%description -n %{pkg_prefix}-systemMonitor
|
||||||
Monitor your system status
|
Monitor your system status
|
||||||
@ -225,11 +233,13 @@ to the corresponding window.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# make g-s-e work with g-s 3.1.90
|
||||||
|
sed -i "s|3.1.4|3.1.90|g" configure.ac
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# since we build from a git checkout
|
# since we build from a git checkout
|
||||||
# [ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
||||||
# TODO: enable xrandr-indicator extension when:
|
# TODO: enable xrandr-indicator extension when:
|
||||||
# - gjs 1.29.16 is supported (upper limit is now 1.29.1)
|
# - gjs 1.29.16 is supported (upper limit is now 1.29.1)
|
||||||
@ -358,6 +368,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 1 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-3.20110830git6b5e3a3e
|
||||||
|
- Update to git snapshot, for gnome-shell 3.1.90
|
||||||
|
|
||||||
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-2
|
* Sun Aug 21 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.4-2
|
||||||
- Enable apps-menu extension
|
- Enable apps-menu extension
|
||||||
- Spec cleanup
|
- Spec cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user