Accepting request 36333 from GNOME:Factory

checked in (request 36333)

OBS-URL: https://build.opensuse.org/request/show/36333
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=27
This commit is contained in:
OBS User autobuild 2010-04-01 13:09:10 +00:00 committed by Git OBS Bridge
parent 00d8fb3623
commit 87ce9eed7a
5 changed files with 34 additions and 74 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7429cd9689e1a2e302b1c23e06c576ee6b0542a7f1c72c4c0efce3d83842aa58
size 660830

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b
size 669050

View File

@ -0,0 +1,26 @@
From 105698c431f6a5ef2d8fac29036dad88dffefa48 Mon Sep 17 00:00:00 2001
From: Vincent Untz <vuntz@gnome.org>
Date: Tue, 23 Feb 2010 10:22:44 +0100
Subject: [PATCH] Fix installation of translations
They were installed as @GETTEXT_PACKAGE@.mo because GETTEXT_PACKAGE was
not substituted.
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 094a136..88d3a76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ GETTEXT_PACKAGE=gnome-shell
IT_PROG_INTLTOOL(0.26)
AM_GLIB_GNU_GETTEXT
AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [The prefix for our gettext translation domain])
+AC_SUBST(GETTEXT_PACKAGE)
PKG_PROG_PKG_CONFIG([0.22])
--
1.6.6.1

View File

@ -1,72 +1,3 @@
-------------------------------------------------------------------
Tue Mar 23 21:43:54 CET 2010 - vuntz@opensuse.org
- Update to version 2.29.1:
+ For a full list of changes, see
http://mail.gnome.org/archives/gnome-shell-list/2010-March/msg00096.html
+ Support and require Clutter 1.2
+ Allow dragging windows in the linear workspaces view
+ Shrink and scale the application switcher as necessary when
there are too many applications to fit on the screen
+ Scroll in the linear view by clicking on desktop and dragging
+ Display application search results as tiles
+ Improve RTL support
+ Add WindowManager.setKeybindingHandler() to allow extensions to
take over keybindings such as alt-Tab
+ Add style information to the LookingGlass actor picker
+ Run dialog improvements:
- Make <Control>Return run in terminal
- Port to CSS
- Support opening files and folders
- Store history in GConf and allow access with up arrow
+ Minor UI improvements:
- Show a message when unmount from "Places & Devices" fails
- Use one button to toggle between single and grid view
- Disable clicking on the background of workspaces with
multiple windows to prevent accidental workspace activation
when activating a window
- Reduce window movement when closing windows from the overview
- Update look and feel of the search field to match mockups
- Animate the transition between the linear and grid views
- Shrink windows to small previews when dragging
- Visual tweaks
- Make workspace switch keybindings work in the overview
+ Shell toolkit (ST):
- allow "background-gradient-direction: none"
- replace StTextureCache with the much more feature-rich
ShellTextureCache
- Add st_texture_cache_load() and
st_texture_cache_load_file_to_cogl_texture()
- Add caret-size CSS property to style the size of the StEntry
cursor
- Clean up and rework scrolling to work better with Clutter
size negotiation
- Redo StDrawingArea not to use ClutterCairoTexture, fixing
Clutter-1.2 compatibility
- Rewrite StScrollbar size allocation for clutter-1.2
compatibiltiy
- Add :hover pseudo-class support to StEntry
- Add st_theme_node_get_horizontal/vertical_padding
- Factor out common ClutterContainer implementation code
- Improve handling of hint text
+ Development and building:
- Add a --version command line option
- Add 'gnome-shell-full' target to our jhbuild that builds GTK+
stack in addition to more immediate gnome-shell dependencies
- To allow debugging from an ssh session, when running without
a display, automatically try to connect to a current session
of the same user
- Error out at startup if GConf schemas are missing
- Change screencast extension to ogv
- Build fixes
+ Code cleanups
+ Bug fixes:
- Fix detection of 12/24 locals
- Memory leak fixes
- Miscellaneous bug fixes
+ Updated translations.
- Drop gnome-shell-translations.patch: fixed upstream.
-------------------------------------------------------------------
Tue Feb 23 09:18:33 CET 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gnome-shell (Version 2.29.1)
# spec file for package gnome-shell (Version 2.29.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -36,7 +36,7 @@ BuildRequires: update-desktop-files
BuildRequires: xorg-x11-devel
License: GPLv2+
Group: System/GUI/GNOME
Version: 2.29.1
Version: 2.29.0
Release: 1
Summary: GNOME Shell
Source: %{name}-%{version}.tar.bz2
@ -44,6 +44,8 @@ Source: %{name}-%{version}.tar.bz2
# Note: this also explains the Requires on gnome-session below.
Source1: gnome-shell-session
Source2: gnome3.desktop
# PATCH-FIX-UPSTREAM gnome-shell-translations.patch bgo610787 vuntz@opensuse.org -- Correctly install .mo files
Patch0: gnome-shell-translations.patch
# PATCH-FIX-OPENSUSE gnome-shell-libmozjs.patch vuntz@novell.com -- LD_LIBRARY_PATH neeeds to be set on 11.1
Patch99: gnome-shell-libmozjs.patch
Requires: %{name}-lang = %{version}
@ -61,6 +63,7 @@ documents, and organizing open windows in GNOME.
%lang_package
%prep
%setup -q
%patch0 -p1
%if %suse_version <= 1110
%patch99 -p1
%endif