Accepting request 86291 from home:malcolmlewis:branches:GNOME:Factory
- Update to version 3.2.0: + Various updates for gnome-shell API changes. - Updates from version 3.1.91: + Update for gnome-shell API changes in gajim. - Updates from 3.1.90: + All extensions have been ported to the new extension system (including live enable/disable). + xrandr-indicator no longer requires a specific gjs version. + windowsNavigator fixed for more than 2 workspaces. + Updated translations. - Drop gnome-shell-extensions-fix-zero-length-warning-for- stylesheets.patch as this is now fixed. - Drop gnome-common from BuildRequires as not using git checkout. - Add intltool to BuildRequires as not using gnome-common. OBS-URL: https://build.opensuse.org/request/show/86291 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=19
This commit is contained in:
parent
d95f0ee979
commit
9f6df76b3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eac92d805a63991dfa1f0c9f4200ef918ae55d754cf8f99719e2272230afe81c
|
||||
size 118559
|
3
gnome-shell-extensions-3.2.0.tar.bz2
Normal file
3
gnome-shell-extensions-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95c30865d64c649191e2fc0b0320e6c25e75ac098b87c8080e0bc2a9cd7a69c6
|
||||
size 137512
|
@ -1,27 +0,0 @@
|
||||
From b6cc2d6df43d8187d58cac78b3679d6100ee6416 Mon Sep 17 00:00:00 2001
|
||||
From: malcolmlewis <malcolmlewis@opensuse.org>
|
||||
Date: Fri, 8 Jul 2011 15:24:50 -0500
|
||||
Subject: [PATCH] Fix zero-length warning for stylesheets
|
||||
|
||||
|
||||
Signed-off-by: malcolmlewis <malcolmlewis@opensuse.org>
|
||||
---
|
||||
extensions/gajim/stylesheet.css | 1 +
|
||||
extensions/user-theme/stylesheet.css | 1 +
|
||||
2 files changed, 2 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/extensions/gajim/stylesheet.css b/extensions/gajim/stylesheet.css
|
||||
index e69de29..6d91483 100644
|
||||
--- a/extensions/gajim/stylesheet.css
|
||||
+++ b/extensions/gajim/stylesheet.css
|
||||
@@ -0,0 +1 @@
|
||||
+/* none used */
|
||||
diff --git a/extensions/user-theme/stylesheet.css b/extensions/user-theme/stylesheet.css
|
||||
index e69de29..6d91483 100644
|
||||
--- a/extensions/user-theme/stylesheet.css
|
||||
+++ b/extensions/user-theme/stylesheet.css
|
||||
@@ -0,0 +1 @@
|
||||
+/* none used */
|
||||
--
|
||||
1.7.3.4
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 20:12:10 CEST 2011 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 3.2.0:
|
||||
+ Various updates for gnome-shell API changes.
|
||||
- Updates from version 3.1.91:
|
||||
+ Update for gnome-shell API changes in gajim.
|
||||
- Updates from 3.1.90:
|
||||
+ All extensions have been ported to the new extension
|
||||
system (including live enable/disable).
|
||||
+ xrandr-indicator no longer requires a specific gjs version.
|
||||
+ windowsNavigator fixed for more than 2 workspaces.
|
||||
+ Updated translations.
|
||||
- Drop gnome-shell-extensions-fix-zero-length-warning-for-
|
||||
stylesheets.patch as this is now fixed.
|
||||
- Drop gnome-common from BuildRequires as not using git checkout.
|
||||
- Add intltool to BuildRequires as not using gnome-common.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 10:20:16 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,22 +19,19 @@
|
||||
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.1.4
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
License: GPL-2.0+
|
||||
Summary: A collection of extensions for GNOME Shell
|
||||
Url: http://live.gnome.org/GnomeShell/Extensions
|
||||
Group: System/GUI/GNOME
|
||||
Source: http://download.gnome.org/sources/gnome-shell-extensions/3.1/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/gnome-shell-extensions/3.2/%{name}-%{version}.tar.bz2
|
||||
Source1: README.SUSE
|
||||
# PATCH-FIX-UPSTREAM gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch bgo#654274 malcolmlewis@opensuse.org -- Fix zero-length warning for stylesheets
|
||||
Patch0: gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch
|
||||
# Needed because we build from a git checkout
|
||||
BuildRequires: gnome-common
|
||||
# Needed for directory ownership
|
||||
BuildRequires: gnome-shell
|
||||
# gobject-introspection is needed for the typelib() rpm magic.
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(libgtop-2.0) >= 2.28.3
|
||||
Requires: gnome-shell
|
||||
@ -220,12 +217,9 @@ laptop monitor and open display preferences quickly.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
cp %{S:1} .
|
||||
|
||||
%build
|
||||
# Needed because we build from a git checkout
|
||||
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --enable-extensions=all
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user