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

2016-06-29 Thread Jan Steffens
Date: Wednesday, June 29, 2016 @ 09:05:18
  Author: heftig
Revision: 270793

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 270792, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 270792, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 270792, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 270792, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  
gnome-shell/repos/extra-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  
gnome-shell/repos/extra-x86_64/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD| 
 102 +
 /nm-libexecdir.patch | 
  24 ++
 extra-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch   | 
 106 --
 extra-i686/PKGBUILD  | 
  56 -
 extra-i686/nm-libexecdir.patch   | 
  12 -
 extra-x86_64/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch | 
 106 --
 extra-x86_64/PKGBUILD| 
  56 -
 extra-x86_64/nm-libexecdir.patch | 
  12 -
 8 files changed, 126 insertions(+), 348 deletions(-)

Deleted: 
extra-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
===
--- extra-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch  
2016-06-29 09:04:27 UTC (rev 270792)
+++ extra-i686/0001-Initialize-framebuffer-objects-early-so-clutter-will.patch  
2016-06-29 09:05:18 UTC (rev 270793)
@@ -1,106 +0,0 @@
-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);
-+
-+  if (cogl_framebuffer_allocate (COGL_FRAMEBUFFER (offscreen), ))
-+{
-+  ClutterActorBox box = { 0, 0, state->box_shadow_width, 
state->box_shadow_height};
-+
-+  cogl_framebuffer_orthographic (offscreen, 0, 0,
-+ state->box_shadow_width,
-+ state->box_shadow_height, 0, 1.0);
-+  cogl_framebuffer_clear4f (offscreen, COGL_BUFFER_BIT_COLOR, 0, 0, 
0, 0);
- 
--  cogl_framebuffer_orthographic (offscreen, 0, 0,
-- state->box_shadow_width,
-- state->box_shadow_height, 0, 1.0);
--  cogl_framebuffer_clear4f (offscreen, COGL_BUFFER_BIT_COLOR, 0, 0, 0, 0);
-+  st_theme_node_paint_borders (state, offscreen, , 0xFF);
- 
--  st_theme_node_paint_borders (state, offscreen, , 0xFF);
--  cogl_handle_unref (offscreen);
-+  cogl_handle_unref (offscreen);
- 
--  state->box_shadow_pipeline = _st_create_shadow_pipeline 
(st_theme_node_get_box_shadow (node),
--   buffer);
-+  state->box_shadow_pipeline = _st_create_shadow_pipeline 
(st_theme_node_get_box_shadow (node),
-+ 

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

2016-04-08 Thread Jan de Groot
Date: Friday, April 8, 2016 @ 12:29:29
  Author: jgc
Revision: 264201

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

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

+
 testing-i686/PKGBUILD  |   52 ---
 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|   52 ---
 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, 60 insertions(+), 230 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-08 10:28:40 UTC (rev 264200)
+++ testing-i686/PKGBUILD   2016-04-08 10:29:29 UTC (rev 264201)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab 
-Date: Sun, 20 Dec 2015 20:51:52 +0100
-Subject: NetworkAgent: Fix double-unref in get_secrets_keyring_cb()
-
-In get_secrets_keyring_cb, we own a ref on the 'attributes' hash table
-from secret_item_get_attributes), and a ref on the 'secret' object (from
-secret_item_get_secret(), but in the SHELL_KEYRING_SK_TAG case, we unref
-these once before breaking out of the loop, and the second 

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

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:35:59
  Author: jgc
Revision: 234845

db-move: moved gnome-shell from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 234786, gnome-shell/repos/gnome-unstable-i686/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 234786, gnome-shell/repos/gnome-unstable-i686/gnome-shell.install)
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
(from rev 234786, gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch)
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 234786, gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 234786, 
gnome-shell/repos/gnome-unstable-x86_64/gnome-shell.install)
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch
(from rev 234786, 
gnome-shell/repos/gnome-unstable-x86_64/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/gnome-unstable-i686/
  gnome-shell/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   52 +++
 testing-i686/gnome-shell.install   |   19 
 testing-i686/nm-libexecdir.patch   |   12 
 testing-x86_64/PKGBUILD|   52 +++
 testing-x86_64/gnome-shell.install |   19 
 testing-x86_64/nm-libexecdir.patch |   12 
 6 files changed, 166 insertions(+)

Copied: gnome-shell/repos/testing-i686/PKGBUILD (from rev 234786, 
gnome-shell/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:35:59 UTC (rev 234845)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.16.0
+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 upower
+ 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 gstreamer)
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server 
python gobject-introspection)
+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)
+sha256sums=('cacd5191184659600e2baf95cf90b6f89d06ea60f9eb8fba29dce3a6535ee62a'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#30747 FS#32730 Problems due to libexecdir different from NM
+  patch -Np1 -i ../nm-libexecdir.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./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/testing-i686/gnome-shell.install (from rev 234786, 
gnome-shell/repos/gnome-unstable-i686/gnome-shell.install)
===
--- testing-i686/gnome-shell.install(rev 0)
+++ testing-i686/gnome-shell.install2015-03-25 15:35:59 UTC (rev 234845)
@@ -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/testing-i686/nm-libexecdir.patch (from rev 234786, 
gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch)
===
--- testing-i686/nm-libexecdir.patch(rev 0)
+++ testing-i686/nm-libexecdir.patch2015-03-25 15:35:59 UTC (rev 234845)
@@ -0,0 +1,12 @@
+diff -u -Nr gnome-shell-3.6.3.1/js/ui/components/networkAgent.js 
gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js
+--- gnome-shell-3.6.3.1/js/ui/components/networkAgent.js   2013-02-20 
20:31:03.0 +0100
 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:55:29
  Author: jgc
Revision: 223098

db-move: moved gnome-shell from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-shell/repos/gnome-unstable-i686/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 223030, gnome-shell/repos/gnome-unstable-i686/gnome-shell.install)
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
(from rev 223030, gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch)
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 223030, 
gnome-shell/repos/gnome-unstable-x86_64/gnome-shell.install)
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch
(from rev 223030, 
gnome-shell/repos/gnome-unstable-x86_64/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/gnome-unstable-i686/
  gnome-shell/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   52 +++
 testing-i686/gnome-shell.install   |   19 
 testing-i686/nm-libexecdir.patch   |   12 
 testing-x86_64/PKGBUILD|   52 +++
 testing-x86_64/gnome-shell.install |   19 
 testing-x86_64/nm-libexecdir.patch |   12 
 6 files changed, 166 insertions(+)

Copied: gnome-shell/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-shell/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:55:29 UTC (rev 223098)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.14.0
+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 upower
+ 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 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)
+sha256sums=('4c665fbc8ea1d3c78f184b9e64a87d9cba1c1834167fbd1c0770c91553934011'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#30747 FS#32730 Problems due to libexecdir different from NM
+  patch -Np1 -i ../nm-libexecdir.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/testing-i686/gnome-shell.install (from rev 223030, 
gnome-shell/repos/gnome-unstable-i686/gnome-shell.install)
===
--- testing-i686/gnome-shell.install(rev 0)
+++ testing-i686/gnome-shell.install2014-09-26 10:55:29 UTC (rev 223098)
@@ -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/testing-i686/nm-libexecdir.patch (from rev 223030, 
gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch)
===
--- testing-i686/nm-libexecdir.patch(rev 0)
+++ testing-i686/nm-libexecdir.patch2014-09-26 10:55:29 UTC (rev 223098)
@@ -0,0 +1,12 @@
+diff -u -Nr gnome-shell-3.6.3.1/js/ui/components/networkAgent.js 
gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js
+--- gnome-shell-3.6.3.1/js/ui/components/networkAgent.js   2013-02-20 
20:31:03.0 +0100
 

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:13:05
  Author: heftig
Revision: 182517

db-move: moved gnome-shell from [staging] to [testing] (i686, x86_64)

Added:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 182430, gnome-shell/repos/staging-i686/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 182430, gnome-shell/repos/staging-i686/gnome-shell.install)
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
(from rev 182430, gnome-shell/repos/staging-i686/nm-libexecdir.patch)
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 182430, gnome-shell/repos/staging-x86_64/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 182430, gnome-shell/repos/staging-x86_64/gnome-shell.install)
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch
(from rev 182430, gnome-shell/repos/staging-x86_64/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/staging-i686/
  gnome-shell/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   42 +++
 testing-i686/gnome-shell.install   |   19 +++
 testing-i686/nm-libexecdir.patch   |   12 ++
 testing-x86_64/PKGBUILD|   42 +++
 testing-x86_64/gnome-shell.install |   19 +++
 testing-x86_64/nm-libexecdir.patch |   12 ++
 6 files changed, 146 insertions(+)

Copied: gnome-shell/repos/testing-i686/PKGBUILD (from rev 182430, 
gnome-shell/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:13:05 UTC (rev 182517)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.8.0.1
+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)
+sha256sums=('cf98c3d038704fd057489c696a6cb9e2ee2ae5a10db5b45ddeba59fb82d507b8'
+'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/testing-i686/gnome-shell.install (from rev 182430, 
gnome-shell/repos/staging-i686/gnome-shell.install)
===
--- testing-i686/gnome-shell.install(rev 0)
+++ testing-i686/gnome-shell.install2013-04-10 19:13:05 UTC (rev 182517)
@@ -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/testing-i686/nm-libexecdir.patch (from rev 182430, 
gnome-shell/repos/staging-i686/nm-libexecdir.patch)
===
--- testing-i686/nm-libexecdir.patch(rev 0)
+++ testing-i686/nm-libexecdir.patch2013-04-10 19:13:05 UTC (rev 182517)
@@ -0,0 +1,12 @@
+diff -u -Nr gnome-shell-3.6.3.1/js/ui/components/networkAgent.js 
gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js
+--- gnome-shell-3.6.3.1/js/ui/components/networkAgent.js   2013-02-20 
20:31:03.0 +0100
 gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js  
2013-03-10 17:13:46.120907065 +0100
+@@ -686,7 +686,7 @@
+ } catch(e) { } // ignore errors if key does not exist
+ let path = binary;
+ if (!GLib.path_is_absolute(path)) {
+-path = GLib.build_filenamev([Config.LIBEXECDIR, 
path]);
++   

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

2013-02-21 Thread Jan Steffens
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 ib...@archlinux.org
-# Contributor: Flamelab panosfi...@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 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
+}

Deleted: extra-i686/gnome-shell.install
===
--- 

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

2013-02-20 Thread Jan Steffens
Date: Thursday, February 21, 2013 @ 07:59:07
  Author: heftig
Revision: 178405

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 178404, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 178404, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 178404, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 178404, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/fs33855.patch
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/fs33855.patch
  gnome-shell/repos/extra-x86_64/gnome-shell.install

--+
 extra-i686/PKGBUILD  |   73 +
 extra-i686/fs33855.patch |   65 
 extra-i686/gnome-shell.install   |   38 +--
 extra-x86_64/PKGBUILD|   73 +
 extra-x86_64/fs33855.patch   |   65 
 extra-x86_64/gnome-shell.install |   38 +--
 6 files changed, 108 insertions(+), 244 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-21 06:58:06 UTC (rev 178404)
+++ extra-i686/PKGBUILD 2013-02-21 06:59:07 UTC (rev 178405)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.6.3
-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%.*}/$pkgname-$pkgver.tar.xz
-fs33855.patch)
-sha256sums=('05b2341a0f84835644881743873d3eaccaed12f00aa7b424d876780e81723db2'
-'259e69256ae597f1d04c7a0070c1c90cec20afbf494d6b89e72d86b8b9c7f0ba')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fs33855.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 178404, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-21 06:59:07 UTC (rev 178405)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@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
+}

Deleted: extra-i686/fs33855.patch
===
--- extra-i686/fs33855.patch2013-02-21 06:58:06 UTC (rev 178404)
+++ extra-i686/fs33855.patch2013-02-21 06:59:07 UTC (rev 178405)
@@ -1,65 +0,0 @@
-From 9d931b5e013475be5733fc92bd105b3a691a4097 Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna gcampa...@src.gnome.org
-Date: Fri, 30 Nov 2012 15:05:38 +
-Subject: MessageTray: fix notification height expansion
-
-MessageTray._tween removes all tweens now, so it removes also
-those setting the height to expanded for critical notifications.
-
-This is a regression from 

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

2013-02-14 Thread Jan Steffens
Date: Thursday, February 14, 2013 @ 19:47:31
  Author: heftig
Revision: 178051

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 178050, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/fs33855.patch
(from rev 178050, gnome-shell/trunk/fs33855.patch)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 178050, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 178050, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/fs33855.patch
(from rev 178050, gnome-shell/trunk/fs33855.patch)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 178050, gnome-shell/trunk/gnome-shell.install)
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  |   73 +++--
 extra-i686/fs33855.patch |   65 
 extra-i686/gnome-shell.install   |   38 +--
 extra-x86_64/PKGBUILD|   73 +++--
 extra-x86_64/fs33855.patch   |   65 
 extra-x86_64/gnome-shell.install |   38 +--
 6 files changed, 244 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-14 18:45:48 UTC (rev 178050)
+++ extra-i686/PKGBUILD 2013-02-14 18:47:31 UTC (rev 178051)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.6.3
-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%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('05b2341a0f84835644881743873d3eaccaed12f00aa7b424d876780e81723db2')
-
-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 178050, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-14 18:47:31 UTC (rev 178051)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.6.3
+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%.*}/$pkgname-$pkgver.tar.xz
+fs33855.patch)
+sha256sums=('05b2341a0f84835644881743873d3eaccaed12f00aa7b424d876780e81723db2'
+'259e69256ae597f1d04c7a0070c1c90cec20afbf494d6b89e72d86b8b9c7f0ba')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fs33855.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/fs33855.patch (from rev 178050, 
gnome-shell/trunk/fs33855.patch)
===
--- extra-i686/fs33855.patch(rev 0)
+++ extra-i686/fs33855.patch2013-02-14 18:47:31 UTC (rev 178051)
@@ -0,0 +1,65 @@
+From 9d931b5e013475be5733fc92bd105b3a691a4097 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Fri, 30 Nov 2012 15:05:38 +
+Subject: MessageTray: fix notification height 

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

2012-10-03 Thread Jan Steffens
Date: Wednesday, October 3, 2012 @ 17:44:44
  Author: heftig
Revision: 167934

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
(from rev 167933, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-i686/gnome-shell.install
(from rev 167933, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167933, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-x86_64/gnome-shell.install
(from rev 167933, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
  gnome-shell/repos/gnome-unstable-i686/gnome-shell.install
  gnome-shell/repos/gnome-unstable-i686/recorder.patch
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-shell/repos/gnome-unstable-x86_64/gnome-shell.install
  gnome-shell/repos/gnome-unstable-x86_64/recorder.patch

---+
 gnome-unstable-i686/PKGBUILD  |   66 ++--
 gnome-unstable-i686/gnome-shell.install   |   38 
 gnome-unstable-i686/recorder.patch|   28 ---
 gnome-unstable-x86_64/PKGBUILD|   66 ++--
 gnome-unstable-x86_64/gnome-shell.install |   38 
 gnome-unstable-x86_64/recorder.patch  |   28 ---
 6 files changed, 104 insertions(+), 160 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-03 21:42:57 UTC (rev 167933)
+++ gnome-unstable-i686/PKGBUILD2012-10-03 21:44:44 UTC (rev 167934)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.5.92
-pkgrel=1
-pkgdesc=The next generation GNOME Shell
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeShell;
-license=('GPL2')
-depends=('caribou' 'folks' 'gcr' 'gjs' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libcroco' 'libpulse' 'mutter' 'nautilus' 'networkmanager' 
'telepathy-logger' 'telepathy-mission-control' 'unzip')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('network-manager-applet: shell integration for networkmanager')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf43ade818f2fd7631492a5eb61522524b7bdb84d3627a21bd4bde9100e0e6af')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 167933, 
gnome-shell/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-03 21:44:44 UTC (rev 167934)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('caribou' 'folks' 'gcr' 'gjs' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libcroco' 'libpulse' 'mutter' 'nautilus' 'networkmanager' 
'telepathy-logger' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('032ad32a4fa6c1f92010635e3076031323ac690f78c610184438c085c355e07b')
+
+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
+}

Deleted: gnome-unstable-i686/gnome-shell.install
===
--- gnome-unstable-i686/gnome-shell.install 2012-10-03 21:42:57 UTC (rev 
167933)
+++ gnome-unstable-i686/gnome-shell.install 2012-10-03 21:44:44 UTC (rev 
167934)
@@ -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
-}
-

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

2012-05-04 Thread Ionut Biru
Date: Friday, May 4, 2012 @ 08:58:08
  Author: ibiru
Revision: 158538

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 158537, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 158537, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/recorder.patch
(from rev 158537, gnome-shell/trunk/recorder.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 158537, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 158537, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/recorder.patch
(from rev 158537, gnome-shell/trunk/recorder.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  |   69 +++--
 extra-i686/gnome-shell.install   |   38 ++--
 extra-i686/recorder.patch|   28 +++
 extra-x86_64/PKGBUILD|   69 +++--
 extra-x86_64/gnome-shell.install |   38 ++--
 extra-x86_64/recorder.patch  |   28 +++
 6 files changed, 166 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-04 12:52:33 UTC (rev 158537)
+++ extra-i686/PKGBUILD 2012-05-04 12:58:08 UTC (rev 158538)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.4.1
-pkgrel=2
-pkgdesc=The next generation GNOME Shell
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeShell;
-license=('GPL2')
-depends=('caribou' 'folks' 'gcr' 'gjs' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libcroco' 'libpulse' 'mutter' 'nautilus' 'networkmanager' 
'telepathy-logger' 'telepathy-mission-control' 'unzip')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('network-manager-applet: shell integration for networkmanager')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9')
-
-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 158537, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-04 12:58:08 UTC (rev 158538)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.4.1
+pkgrel=3
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('caribou' 'folks' 'gcr' 'gjs' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libcroco' 'libpulse' 'mutter' 'nautilus' 'networkmanager' 
'telepathy-logger' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+recorder.patch)
+sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9'
+'b00589e867c0ae63b47982145cb4ab366afec84a568e66867f51fa8da13027f1')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i $srcdir/recorder.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  2012-05-04 12:52:33 UTC (rev 158537)
+++ extra-i686/gnome-shell.install  2012-05-04 12:58:08 UTC (rev 158538)
@@ -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
-}
-

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

2012-01-20 Thread Ionut Biru
Date: Friday, January 20, 2012 @ 06:30:17
  Author: ibiru
Revision: 146998

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 146997, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 146997, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 146997, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 146997, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  
gnome-shell/repos/extra-i686/revert-notificationdaemon-group-based-on-pid-and-titles.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  
gnome-shell/repos/extra-x86_64/revert-notificationdaemon-group-based-on-pid-and-titles.patch

+
 extra-i686/PKGBUILD|   
80 +--
 extra-i686/gnome-shell.install |   
44 -
 extra-i686/revert-notificationdaemon-group-based-on-pid-and-titles.patch   |  
224 --
 extra-x86_64/PKGBUILD  |   
80 +--
 extra-x86_64/gnome-shell.install   |   
44 -
 extra-x86_64/revert-notificationdaemon-group-based-on-pid-and-titles.patch |  
224 --
 6 files changed, 120 insertions(+), 576 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-20 10:27:24 UTC (rev 146997)
+++ extra-i686/PKGBUILD 2012-01-20 11:30:17 UTC (rev 146998)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.2.2
-pkgrel=2
-pkgdesc=The next generation GNOME Shell
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeShell;
-license=('GPL2')
-depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus' 'telepathy-mission-control' 'unzip')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('network-manager-applet: shell integration for networkmanager')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-revert-notificationdaemon-group-based-on-pid-and-titles.patch)
-sha256sums=('68967b9d58ad0551d7d3d28a276526a15faf1fc1d27f4624eb405663910e2eb8'
-'9e0337cd25d29d7215561d6fa30612d69c89fe7c27aa563a0c0b8a5b6f6cf12a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -R -i 
$srcdir/revert-notificationdaemon-group-based-on-pid-and-titles.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 $srcdir/$pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-shell $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 146997, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-20 11:30:17 UTC (rev 146998)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.2.2.1
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('209363084ef2d58777d70d8430e4659b058cf854c4b9766f3019d69ffea34d6f')
+
+build() {
+  cd $srcdir/$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 $srcdir/$pkgname-$pkgver
+  make 

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

2012-01-19 Thread Ionut Biru
Date: Thursday, January 19, 2012 @ 05:12:16
  Author: ibiru
Revision: 146931

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 146930, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 146930, gnome-shell/trunk/gnome-shell.install)
  
gnome-shell/repos/extra-i686/revert-notificationdaemon-group-based-on-pid-and-titles.patch
(from rev 146930, 
gnome-shell/trunk/revert-notificationdaemon-group-based-on-pid-and-titles.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 146930, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 146930, gnome-shell/trunk/gnome-shell.install)
  
gnome-shell/repos/extra-x86_64/revert-notificationdaemon-group-based-on-pid-and-titles.patch
(from rev 146930, 
gnome-shell/trunk/revert-notificationdaemon-group-based-on-pid-and-titles.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|   
80 +--
 extra-i686/gnome-shell.install |   
44 -
 extra-i686/revert-notificationdaemon-group-based-on-pid-and-titles.patch   |  
224 ++
 extra-x86_64/PKGBUILD  |   
80 +--
 extra-x86_64/gnome-shell.install   |   
44 -
 extra-x86_64/revert-notificationdaemon-group-based-on-pid-and-titles.patch |  
224 ++
 6 files changed, 576 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-19 10:10:05 UTC (rev 146930)
+++ extra-i686/PKGBUILD 2012-01-19 10:12:16 UTC (rev 146931)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=The next generation GNOME Shell
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeShell;
-license=('GPL2')
-depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus' 'telepathy-mission-control' 'unzip')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('network-manager-applet: shell integration for networkmanager')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('68967b9d58ad0551d7d3d28a276526a15faf1fc1d27f4624eb405663910e2eb8')
-
-build() {
-  cd $srcdir/$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 $srcdir/$pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-shell $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 146930, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-19 10:12:16 UTC (rev 146931)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.2.2
+pkgrel=2
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+revert-notificationdaemon-group-based-on-pid-and-titles.patch)
+sha256sums=('68967b9d58ad0551d7d3d28a276526a15faf1fc1d27f4624eb405663910e2eb8'
+'9e0337cd25d29d7215561d6fa30612d69c89fe7c27aa563a0c0b8a5b6f6cf12a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1 -R -i 
$srcdir/revert-notificationdaemon-group-based-on-pid-and-titles.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr