[arch-commits] Commit in gnome-shell/repos (10 files)

Jan Steffens heftig at nymeria.archlinux.org
Thu Feb 21 17:18:12 UTC 2013


    Date: Thursday, February 21, 2013 @ 18:18:12
  Author: heftig
Revision: 178416

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
    (from rev 178415, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
    (from rev 178415, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch
    (from rev 178415, gnome-shell/trunk/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
    (from rev 178415, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
    (from rev 178415, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch
    (from rev 178415, gnome-shell/trunk/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install

-----------------------------------------------------------------------+
 extra-i686/PKGBUILD                                                   |   76 +++++-----
 extra-i686/gnome-shell.install                                        |   38 ++---
 extra-i686/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch   |   29 +++
 extra-x86_64/PKGBUILD                                                 |   76 +++++-----
 extra-x86_64/gnome-shell.install                                      |   38 ++---
 extra-x86_64/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch |   29 +++
 6 files changed, 178 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-02-21 17:14:57 UTC (rev 178415)
+++ extra-i686/PKGBUILD	2013-02-21 17:18:12 UTC (rev 178416)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Flamelab <panosfilip at gmail.com
-
-pkgname=gnome-shell
-pkgver=3.6.3.1
-pkgrel=1
-pkgdesc="The next generation GNOME Shell"
-arch=(i686 x86_64)
-url="http://live.gnome.org/GnomeShell"
-license=(GPL2)
-depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus libcroco mutter
-         telepathy-logger telepathy-mission-control unzip gdm gnome-screensaver)
-makedepends=(intltool gnome-doc-utils docbook-xsl)
-optdepends=('gnome-control-center: System settings'
-            'gnome-themes-standard: Default theme')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4e0328d43ac443e7cc0c43bb67895112643952f14cd20fff1109c6cc5849d603')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-      --libexecdir=/usr/lib/gnome-shell \
-      --localstatedir=/var --disable-static \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 178415, gnome-shell/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-02-21 17:18:12 UTC (rev 178416)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Flamelab <panosfilip at gmail.com
+
+pkgname=gnome-shell
+pkgver=3.6.3.1
+pkgrel=2
+pkgdesc="The next generation GNOME Shell"
+arch=(i686 x86_64)
+url="http://live.gnome.org/GnomeShell"
+license=(GPL2)
+depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus libcroco mutter
+         telepathy-logger telepathy-mission-control unzip gdm gnome-screensaver)
+makedepends=(intltool gnome-doc-utils docbook-xsl)
+optdepends=('gnome-control-center: System settings'
+            'gnome-themes-standard: Default theme')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+        main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
+sha256sums=('4e0328d43ac443e7cc0c43bb67895112643952f14cd20fff1109c6cc5849d603'
+            '968245e7db1c6921627cf0fbce4e4504cffbdb24898f834769a23a254ed6e125')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # FS#32410
+  patch -Np1 -i ../main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/gnome-shell \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-shell.install
===================================================================
--- extra-i686/gnome-shell.install	2013-02-21 17:14:57 UTC (rev 178415)
+++ extra-i686/gnome-shell.install	2013-02-21 17:18:12 UTC (rev 178416)
@@ -1,19 +0,0 @@
-pkgname=gnome-shell
-
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-        gconfpkg --uninstall $pkgname
-    fi
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gnome-shell/repos/extra-i686/gnome-shell.install (from rev 178415, gnome-shell/trunk/gnome-shell.install)
===================================================================
--- extra-i686/gnome-shell.install	                        (rev 0)
+++ extra-i686/gnome-shell.install	2013-02-21 17:18:12 UTC (rev 178416)
@@ -0,0 +1,19 @@
+pkgname=gnome-shell
+
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+        gconfpkg --uninstall $pkgname
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: gnome-shell/repos/extra-i686/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch (from rev 178415, gnome-shell/trunk/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
===================================================================
--- extra-i686/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch	                        (rev 0)
+++ extra-i686/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch	2013-02-21 17:18:12 UTC (rev 178416)
@@ -0,0 +1,29 @@
+From 742587dce258adf436f360eed183a7ca0c58fa18 Mon Sep 17 00:00:00 2001
+From: "Jasper St. Pierre" <jstpierre at mecheye.net>
+Date: Wed, 2 Jan 2013 09:05:32 -0500
+Subject: [PATCH] main: Don't mess up the modal stack when the focus actor is
+ destroyed
+
+This seems to be an incorrect conversion when we moved from an array
+to an object of keys in 3a6b4f3.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=690965
+---
+ js/ui/main.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/js/ui/main.js b/js/ui/main.js
+index 12daee2..1334d58 100644
+--- a/js/ui/main.js
++++ b/js/ui/main.js
+@@ -553,7 +553,7 @@ function pushModal(actor, params) {
+         curFocusDestroyId = curFocus.connect('destroy', function() {
+             let index = _findModal(actor);
+             if (index >= 0)
+-                modalActorFocusStack[index].actor = null;
++                modalActorFocusStack[index].focus = null;
+         });
+     }
+     modalActorFocusStack.push({ actor: actor,
+-- 
+1.8.0.2
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-02-21 17:14:57 UTC (rev 178415)
+++ extra-x86_64/PKGBUILD	2013-02-21 17:18:12 UTC (rev 178416)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Flamelab <panosfilip at gmail.com
-
-pkgname=gnome-shell
-pkgver=3.6.3.1
-pkgrel=1
-pkgdesc="The next generation GNOME Shell"
-arch=(i686 x86_64)
-url="http://live.gnome.org/GnomeShell"
-license=(GPL2)
-depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus libcroco mutter
-         telepathy-logger telepathy-mission-control unzip gdm gnome-screensaver)
-makedepends=(intltool gnome-doc-utils docbook-xsl)
-optdepends=('gnome-control-center: System settings'
-            'gnome-themes-standard: Default theme')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4e0328d43ac443e7cc0c43bb67895112643952f14cd20fff1109c6cc5849d603')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-      --libexecdir=/usr/lib/gnome-shell \
-      --localstatedir=/var --disable-static \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 178415, gnome-shell/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-02-21 17:18:12 UTC (rev 178416)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Flamelab <panosfilip at gmail.com
+
+pkgname=gnome-shell
+pkgver=3.6.3.1
+pkgrel=2
+pkgdesc="The next generation GNOME Shell"
+arch=(i686 x86_64)
+url="http://live.gnome.org/GnomeShell"
+license=(GPL2)
+depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus libcroco mutter
+         telepathy-logger telepathy-mission-control unzip gdm gnome-screensaver)
+makedepends=(intltool gnome-doc-utils docbook-xsl)
+optdepends=('gnome-control-center: System settings'
+            'gnome-themes-standard: Default theme')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+        main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
+sha256sums=('4e0328d43ac443e7cc0c43bb67895112643952f14cd20fff1109c6cc5849d603'
+            '968245e7db1c6921627cf0fbce4e4504cffbdb24898f834769a23a254ed6e125')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # FS#32410
+  patch -Np1 -i ../main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/gnome-shell \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/gnome-shell.install
===================================================================
--- extra-x86_64/gnome-shell.install	2013-02-21 17:14:57 UTC (rev 178415)
+++ extra-x86_64/gnome-shell.install	2013-02-21 17:18:12 UTC (rev 178416)
@@ -1,19 +0,0 @@
-pkgname=gnome-shell
-
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-        gconfpkg --uninstall $pkgname
-    fi
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gnome-shell/repos/extra-x86_64/gnome-shell.install (from rev 178415, gnome-shell/trunk/gnome-shell.install)
===================================================================
--- extra-x86_64/gnome-shell.install	                        (rev 0)
+++ extra-x86_64/gnome-shell.install	2013-02-21 17:18:12 UTC (rev 178416)
@@ -0,0 +1,19 @@
+pkgname=gnome-shell
+
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+        gconfpkg --uninstall $pkgname
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: gnome-shell/repos/extra-x86_64/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch (from rev 178415, gnome-shell/trunk/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
===================================================================
--- extra-x86_64/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch	                        (rev 0)
+++ extra-x86_64/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch	2013-02-21 17:18:12 UTC (rev 178416)
@@ -0,0 +1,29 @@
+From 742587dce258adf436f360eed183a7ca0c58fa18 Mon Sep 17 00:00:00 2001
+From: "Jasper St. Pierre" <jstpierre at mecheye.net>
+Date: Wed, 2 Jan 2013 09:05:32 -0500
+Subject: [PATCH] main: Don't mess up the modal stack when the focus actor is
+ destroyed
+
+This seems to be an incorrect conversion when we moved from an array
+to an object of keys in 3a6b4f3.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=690965
+---
+ js/ui/main.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/js/ui/main.js b/js/ui/main.js
+index 12daee2..1334d58 100644
+--- a/js/ui/main.js
++++ b/js/ui/main.js
+@@ -553,7 +553,7 @@ function pushModal(actor, params) {
+         curFocusDestroyId = curFocus.connect('destroy', function() {
+             let index = _findModal(actor);
+             if (index >= 0)
+-                modalActorFocusStack[index].actor = null;
++                modalActorFocusStack[index].focus = null;
+         });
+     }
+     modalActorFocusStack.push({ actor: actor,
+-- 
+1.8.0.2
\ No newline at end of file




More information about the arch-commits mailing list