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

2016-04-11 Thread Jan de Groot
Date: Monday, April 11, 2016 @ 16:25:29
  Author: jgc
Revision: 264640

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

Added:
  gnome-shell/repos/testing-i686/
  
gnome-shell/repos/testing-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
(from rev 264639, 
gnome-shell/trunk/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch)
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 264639, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 264639, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-i686/libsecret-crash.patch
(from rev 264639, gnome-shell/trunk/libsecret-crash.patch)
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
(from rev 264639, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/testing-i686/offscreen-memleak.patch
(from rev 264639, gnome-shell/trunk/offscreen-memleak.patch)
  gnome-shell/repos/testing-x86_64/
  
gnome-shell/repos/testing-x86_64/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
(from rev 264639, 
gnome-shell/trunk/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch)
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 264639, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 264639, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-x86_64/libsecret-crash.patch
(from rev 264639, gnome-shell/trunk/libsecret-crash.patch)
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch
(from rev 264639, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/testing-x86_64/offscreen-memleak.patch
(from rev 264639, gnome-shell/trunk/offscreen-memleak.patch)

+
 testing-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch   
|  106 ++
 testing-i686/PKGBUILD  
|   62 +
 testing-i686/gnome-shell.install   
|   19 +
 testing-i686/libsecret-crash.patch 
|   32 +++
 testing-i686/nm-libexecdir.patch   
|   12 +
 testing-i686/offscreen-memleak.patch   
|   30 ++
 testing-x86_64/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch 
|  106 ++
 testing-x86_64/PKGBUILD
|   62 +
 testing-x86_64/gnome-shell.install 
|   19 +
 testing-x86_64/libsecret-crash.patch   
|   32 +++
 testing-x86_64/nm-libexecdir.patch 
|   12 +
 testing-x86_64/offscreen-memleak.patch 
|   30 ++
 12 files changed, 522 insertions(+)

Copied: 
gnome-shell/repos/testing-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
 (from rev 264639, 
gnome-shell/trunk/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch)
===
--- 
testing-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
(rev 0)
+++ 
testing-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
2016-04-11 14:25:29 UTC (rev 264640)
@@ -0,0 +1,106 @@
+From 26d339b91744dab5135ee9ea1d46fda62448ad95 Mon Sep 17 00:00:00 2001
+From: Jan de Groot 
+Date: Mon, 11 Apr 2016 14:00:33 +
+Subject: [PATCH] Initialize framebuffer objects early so clutter will not
+ abort a few operations later.
+
+Checking offscreen for COGL_INVALID_HANDLE is not sufficient, as 
cogl_offscreen_new_with_texture doesn't initialize framebuffer objects but lets 
Cogl solve this the lazy way. cogl_offscreen_new_with_texture will never return 
COGL_INVALID_HANDLE anyways.
+---
+ src/st/st-theme-node-drawing.c| 35 +++
+ src/st/st-theme-node-transition.c | 18 --
+ 2 files changed, 39 insertions(+), 14 deletions(-)
+
+diff --git a/src/st/st-theme-node-drawing.c b/src/st/st-theme-node-drawing.c
+index 1f28ed9..4a6a234 100644
+--- a/src/st/st-theme-node-drawing.c
 b/src/st/st-theme-node-drawing.c
+@@ -2247,22 +2247,33 @@ st_theme_node_prerender_shadow (StThemeNodePaintState 
*state)
+COGL_TEXTURE_NO_SLICING,
+COGL_PIXEL_FORMAT_ANY);
+   if (buffer != COGL_INVALID_HANDLE)
+-offscreen = cogl_offscreen_new_with_texture (buffer);
+-
+-  if (offscreen != COGL_INVALID_HANDLE)
+ {
+-  ClutterActorBox box = { 0, 0, state->box_shadow_width, 
state->box_shadow_height};
++  CoglError *error = NULL;
++
++  offscreen = cogl_offscreen_new_with_texture (buffer);
++
++  

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

2016-04-08 Thread Jan de Groot
Date: Friday, April 8, 2016 @ 12:30:23
  Author: jgc
Revision: 264202

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

Added:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 264201, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 264201, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-i686/libsecret-crash.patch
(from rev 264201, gnome-shell/trunk/libsecret-crash.patch)
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
(from rev 264201, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/testing-i686/offscreen-memleak.patch
(from rev 264201, gnome-shell/trunk/offscreen-memleak.patch)
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 264201, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 264201, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-x86_64/libsecret-crash.patch
(from rev 264201, gnome-shell/trunk/libsecret-crash.patch)
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch
(from rev 264201, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/testing-x86_64/offscreen-memleak.patch
(from rev 264201, gnome-shell/trunk/offscreen-memleak.patch)
Deleted:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-x86_64/

+
 testing-i686/PKGBUILD  |   57 +++
 testing-i686/gnome-shell.install   |   19 ++
 testing-i686/libsecret-crash.patch |   32 +
 testing-i686/nm-libexecdir.patch   |   12 ++
 testing-i686/offscreen-memleak.patch   |   30 
 testing-x86_64/PKGBUILD|   57 +++
 testing-x86_64/gnome-shell.install |   19 ++
 testing-x86_64/libsecret-crash.patch   |   32 +
 testing-x86_64/nm-libexecdir.patch |   12 ++
 testing-x86_64/offscreen-memleak.patch |   30 
 10 files changed, 300 insertions(+)

Copied: gnome-shell/repos/testing-i686/PKGBUILD (from rev 264201, 
gnome-shell/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-08 10:30:23 UTC (rev 264202)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Flamelab 

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

2014-01-16 Thread Jan Steffens
Date: Thursday, January 16, 2014 @ 22:00:27
  Author: heftig
Revision: 204299

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 204298, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 204298, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 204298, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 204298, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 204298, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 204298, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/git-fixes.patch
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/git-fixes.patch
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  104 +++
 /gnome-shell.install |   38 +++
 /nm-libexecdir.patch |   24 
 extra-i686/PKGBUILD  |   57 --
 extra-i686/git-fixes.patch   |  195 -
 extra-i686/gnome-shell.install   |   19 ---
 extra-i686/nm-libexecdir.patch   |   12 --
 extra-x86_64/PKGBUILD|   57 --
 extra-x86_64/git-fixes.patch |  195 -
 extra-x86_64/gnome-shell.install |   19 ---
 extra-x86_64/nm-libexecdir.patch |   12 --
 11 files changed, 166 insertions(+), 566 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-16 20:59:19 UTC (rev 204298)
+++ extra-i686/PKGBUILD 2014-01-16 21:00:27 UTC (rev 204299)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.10.2.1
-pkgrel=4
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip gstreamer)
-makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch
-git-fixes.patch)
-sha256sums=('d28cedc4f7dbcbd979ef2a0b80f722ff507989fce193fe59351b1d048d17c44c'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
-'192d95387dff5ac772968680cb77abef135b3ad7218676ad51c997d474642cc5')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # Upstream fixes from 3-10 branch. Includes security bugfix for FS#37930
-  patch -Np1 -i ../git-fixes.patch
-}
-
-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
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Must exist; FS#37412
-  mkdir -p $pkgdir/usr/share/gnome-shell/modes
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 204298, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-16 21:00:27 UTC (rev 204299)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.10.3
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip 

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

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 21:10:59
  Author: jgc
Revision: 200769

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 200768, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/git-fixes.patch
(from rev 200768, gnome-shell/trunk/git-fixes.patch)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 200768, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 200768, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 200768, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/git-fixes.patch
(from rev 200768, gnome-shell/trunk/git-fixes.patch)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 200768, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 200768, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  110 
 /gnome-shell.install |   38 +++
 /nm-libexecdir.patch |   24 
 extra-i686/PKGBUILD  |   52 -
 extra-i686/git-fixes.patch   |  195 +
 extra-i686/gnome-shell.install   |   19 ---
 extra-i686/nm-libexecdir.patch   |   12 --
 extra-x86_64/PKGBUILD|   52 -
 extra-x86_64/git-fixes.patch |  195 +
 extra-x86_64/gnome-shell.install |   19 ---
 extra-x86_64/nm-libexecdir.patch |   12 --
 11 files changed, 562 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 20:10:48 UTC (rev 200768)
+++ extra-i686/PKGBUILD 2013-12-04 20:10:59 UTC (rev 200769)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.10.2.1
-pkgrel=1
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings')
-options=('!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
-sha256sums=('d28cedc4f7dbcbd979ef2a0b80f722ff507989fce193fe59351b1d048d17c44c'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # Build against mutter-wayland 3.9.92
-  sed -ri 's/^(MUTTER_MIN_VERSION)=.*/\1=3.9.92/' configure
-}
-
-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
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 200768, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 20:10:59 UTC (rev 200769)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.10.2.1
+pkgrel=2
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
+optdepends=('gnome-control-center: System settings'
+ 

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

2013-07-31 Thread Jan de Groot
Date: Wednesday, July 31, 2013 @ 11:01:10
  Author: jgc
Revision: 191829

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 191828, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 191828, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 191828, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 191828, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 191828, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 191828, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/git-fixes.patch
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/git-fixes.patch
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|   98 +
 /gnome-shell.install |   38 +++
 /nm-libexecdir.patch |   24 +++
 extra-i686/PKGBUILD  |   54 ---
 extra-i686/git-fixes.patch   |  125 -
 extra-i686/gnome-shell.install   |   19 -
 extra-i686/nm-libexecdir.patch   |   12 ---
 extra-x86_64/PKGBUILD|   54 ---
 extra-x86_64/git-fixes.patch |  125 -
 extra-x86_64/gnome-shell.install |   19 -
 extra-x86_64/nm-libexecdir.patch |   12 ---
 11 files changed, 160 insertions(+), 420 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-31 09:01:02 UTC (rev 191828)
+++ extra-i686/PKGBUILD 2013-07-31 09:01:10 UTC (rev 191829)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.8.3
-pkgrel=3
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch
-git-fixes.patch)
-sha256sums=('145724f21ead9dbe0c39d3ab468b39264c7aaf3f0fa5d152b295d905d8339c22'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
-'3e08176d55c000eb88660349a4325e8134f4def66ef83efc7f45f0fb34a06e1c')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # Git fixes - up to 60225ef86d070a7999bd6cded43837ca87d3f24f
-  patch -Np1 -i ../git-fixes.patch
-}
-
-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
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 191828, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-31 09:01:10 UTC (rev 191829)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.8.4
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
+makedepends=(intltool gtk-doc gnome-control-center)
+optdepends=('gnome-control-center: System settings')

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

2013-06-26 Thread Jan Steffens
Date: Thursday, June 27, 2013 @ 06:03:27
  Author: heftig
Revision: 188954

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

Added:
  
gnome-shell/repos/extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
(from rev 188953, 
gnome-shell/trunk/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch)
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 188953, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 188953, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 188953, gnome-shell/trunk/nm-libexecdir.patch)
  
gnome-shell/repos/extra-x86_64/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
(from rev 188953, 
gnome-shell/trunk/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 188953, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 188953, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 188953, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD| 
 108 ++
 /gnome-shell.install | 
  38 +++
 /nm-libexecdir.patch | 
  24 ++
 extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch   | 
  37 +++
 extra-i686/PKGBUILD  | 
  49 
 extra-i686/gnome-shell.install   | 
  19 -
 extra-i686/nm-libexecdir.patch   | 
  12 -
 extra-x86_64/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch | 
  37 +++
 extra-x86_64/PKGBUILD| 
  49 
 extra-x86_64/gnome-shell.install | 
  19 -
 extra-x86_64/nm-libexecdir.patch | 
  12 -
 11 files changed, 244 insertions(+), 160 deletions(-)

Copied: 
gnome-shell/repos/extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
 (from rev 188953, 
gnome-shell/trunk/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch)
===
--- extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch  
(rev 0)
+++ extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch  
2013-06-27 04:03:27 UTC (rev 188954)
@@ -0,0 +1,37 @@
+From ace549c1bf1861b4cbaec6f2451a6341aa738bae Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= fmuell...@gnome.org
+Date: Mon, 24 Jun 2013 18:09:04 +0200
+Subject: [PATCH] st: Be more forgiving when calling get_theme_node() on
+ unstaged widgets
+
+While it is obviously still an error to call get_theme_node() on a
+widget that hasn't been added to the stage hierarchy yet, asserting
+on it hasn't proven too successful in avoiding those errors - it's
+likely the most frequent reason for crash reports. Just accept that
+there'll always be code paths where we can hit this case and make
+it non-fatal.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=610279
+---
+ src/st/st-widget.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/st/st-widget.c b/src/st/st-widget.c
+index 42992ec..4875acc 100644
+--- a/src/st/st-widget.c
 b/src/st/st-widget.c
+@@ -608,8 +608,9 @@ st_widget_get_theme_node (StWidget *widget)
+ 
+   if (stage == NULL)
+ {
+-  g_error (st_widget_get_theme_node called on the widget %s which is 
not in the stage.,
+-st_describe_actor (CLUTTER_ACTOR (widget)));
++  g_critical (st_widget_get_theme_node called on the widget %s which 
is not in the stage.,
++  st_describe_actor (CLUTTER_ACTOR (widget)));
++  return g_object_new (ST_TYPE_THEME_NODE, NULL);
+ }
+ 
+   if (parent_node == NULL)
+-- 
+1.8.3.1
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-27 04:01:21 UTC (rev 188953)
+++ extra-i686/PKGBUILD 2013-06-27 04:03:27 UTC (rev 188954)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=The next 

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

2013-06-07 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 00:40:58
  Author: heftig
Revision: 187902

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 187901, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 187901, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 187901, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 187901, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 187901, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 187901, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-i686/popupmenu.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/popupmenu.patch

--+
 /PKGBUILD|   98 +
 /gnome-shell.install |   38 ++
 /nm-libexecdir.patch |   24 +
 extra-i686/PKGBUILD  |   53 
 extra-i686/gnome-shell.install   |   19 ---
 extra-i686/nm-libexecdir.patch   |   12 
 extra-i686/popupmenu.patch   |   28 --
 extra-x86_64/PKGBUILD|   53 
 extra-x86_64/gnome-shell.install |   19 ---
 extra-x86_64/nm-libexecdir.patch |   12 
 extra-x86_64/popupmenu.patch |   28 --
 11 files changed, 160 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-07 22:39:54 UTC (rev 187901)
+++ extra-i686/PKGBUILD 2013-06-07 22:40:58 UTC (rev 187902)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.8.2
-pkgrel=4
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch popupmenu.patch)
-sha256sums=('ffdf42d382d50cd756f1f51a31eaa6877edb51a08f0ca80b6e973f05072416df'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
-'7df2a128d12350fe8e349c6aa5e125eb5d90b05e0201a842d6f3e1c2683b351d')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # FS#35326 (from gnome-3-8 branch)
-  patch -Np1 -i ../popupmenu.patch
-}
-
-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
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 187901, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-07 22:40:58 UTC (rev 187902)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
+makedepends=(intltool gtk-doc gnome-control-center)
+optdepends=('gnome-control-center: System settings')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install

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

2013-05-25 Thread Jan Steffens
Date: Saturday, May 25, 2013 @ 17:54:34
  Author: heftig
Revision: 186358

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 186357, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 186357, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 186357, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-i686/popupmenu.patch
(from rev 186357, gnome-shell/trunk/popupmenu.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 186357, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 186357, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 186357, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/popupmenu.patch
(from rev 186357, gnome-shell/trunk/popupmenu.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|   98 +
 /gnome-shell.install |   38 ++
 /nm-libexecdir.patch |   24 +
 extra-i686/PKGBUILD  |   42 ---
 extra-i686/gnome-shell.install   |   19 ---
 extra-i686/nm-libexecdir.patch   |   12 
 extra-i686/popupmenu.patch   |   28 ++
 extra-x86_64/PKGBUILD|   42 ---
 extra-x86_64/gnome-shell.install |   19 ---
 extra-x86_64/nm-libexecdir.patch |   12 
 extra-x86_64/popupmenu.patch |   28 ++
 11 files changed, 216 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-25 15:52:25 UTC (rev 186357)
+++ extra-i686/PKGBUILD 2013-05-25 15:54:34 UTC (rev 186358)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.8.2
-pkgrel=2
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
-sha256sums=('ffdf42d382d50cd756f1f51a31eaa6877edb51a08f0ca80b6e973f05072416df'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.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
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 186357, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-25 15:54:34 UTC (rev 186358)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.8.2
+pkgrel=3
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
+makedepends=(intltool gtk-doc gnome-control-center)
+optdepends=('gnome-control-center: System settings')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+nm-libexecdir.patch popupmenu.patch)

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

2013-03-10 Thread Jan Steffens
Date: Sunday, March 10, 2013 @ 17:33:19
  Author: heftig
Revision: 179858

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 179857, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 179857, 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 179857, 
gnome-shell/trunk/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 179857, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 179857, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 179857, 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 179857, 
gnome-shell/trunk/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 179857, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  
gnome-shell/repos/extra-i686/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  
gnome-shell/repos/extra-x86_64/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch

---+
 extra-i686/PKGBUILD   |   86 
+-
 extra-i686/gnome-shell.install|   38 
++--
 extra-i686/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch   |   58 
+++---
 extra-i686/nm-libexecdir.patch|   12 +
 extra-x86_64/PKGBUILD |   86 
+-
 extra-x86_64/gnome-shell.install  |   38 
++--
 extra-x86_64/main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch |   58 
+++---
 extra-x86_64/nm-libexecdir.patch  |   12 +
 8 files changed, 210 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-10 16:31:55 UTC (rev 179857)
+++ extra-i686/PKGBUILD 2013-03-10 16:33:19 UTC (rev 179858)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@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
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 179857, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-10 16:33:19 UTC (rev 179858)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.6.3.1
+pkgrel=3
+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)