[arch-commits] Commit in gnome-shell/repos/gnome-unstable-i686 (7 files)

2011-09-02 Thread Ionut Biru
Date: Friday, September 2, 2011 @ 12:06:58
  Author: ibiru
Revision: 136882

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
(from rev 136881, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-i686/gnome-shell.install
(from rev 136881, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
  gnome-shell/repos/gnome-unstable-i686/arch.patch
  
gnome-shell/repos/gnome-unstable-i686/bluetoothstatus-always-update-devices.patch
  gnome-shell/repos/gnome-unstable-i686/gnome-shell.install
  gnome-shell/repos/gnome-unstable-i686/shell-recorder-missing-XFree.patch

-+
 PKGBUILD|   78 +++
 arch.patch  |   12 --
 bluetoothstatus-always-update-devices.patch |  132 --
 gnome-shell.install |   44 
 shell-recorder-missing-XFree.patch  |   22 
 5 files changed, 61 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-09-02 16:06:28 UTC (rev 136881)
+++ PKGBUILD2011-09-02 16:06:58 UTC (rev 136882)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.1.90.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' 'folks' 
'telepathy-logger' 'folks' 'networkmanager')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('network-manager-applet: shell integration for networkmanager'
-'gnome-power-manager: shell integration for power management')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('710d5aeb32a22b7ecf53c3a74ab1f12ada64428ec23ff68ba1c96fe7a7f0cb4e')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 136881, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-09-02 16:06:58 UTC (rev 136882)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.1.90.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' 'folks' 
'telepathy-logger' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager'
+'gnome-power-manager: shell integration for power management')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('710d5aeb32a22b7ecf53c3a74ab1f12ada64428ec23ff68ba1c96fe7a7f0cb4e')
+
+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
+}

Deleted: arch.patch
===
--- arch.patch  2011-09-02 16:06:28 UTC (rev 136881)
+++ arch.patch  2011-09-02 16:06:58 UTC (rev 136882)
@@ -1,12 +0,0 @@
-diff -Nur gnome-shell.orig/data/org.gnome.shell.gschema.xml.in 
gnome-shell/data/org.gnome.shell.gschema.xml.in
 gnome-shell.orig/data/org.gnome.shell.gschema.xml.in   2011-04-06 
08:47:58.638600793 -0700
-+++ gnome-shell/data/org.gnome.shell.gschema.xml.in

[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686 testing-i686)

2011-04-07 Thread Ionut Biru
Date: Thursday, April 7, 2011 @ 14:43:46
  Author: ibiru
Revision: 118634

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

Added:
  gnome-shell/repos/testing-i686/
Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-04-06 Thread Ionut Biru
Date: Wednesday, April 6, 2011 @ 19:20:32
  Author: ibiru
Revision: 118446

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-04-06 Thread Ionut Biru
Date: Wednesday, April 6, 2011 @ 19:20:44
  Author: ibiru
Revision: 118447

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-04-05 Thread Ionut Biru
Date: Tuesday, April 5, 2011 @ 16:30:48
  Author: ibiru
Revision: 118198

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-04-05 Thread Ionut Biru
Date: Tuesday, April 5, 2011 @ 16:31:01
  Author: ibiru
Revision: 118199

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-04-05 Thread Jan Steffens
Date: Tuesday, April 5, 2011 @ 18:11:29
  Author: heftig
Revision: 118212

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-04-05 Thread Jan Steffens
Date: Tuesday, April 5, 2011 @ 18:11:43
  Author: heftig
Revision: 118213

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-04-04 Thread Jan Steffens
Date: Monday, April 4, 2011 @ 17:58:24
  Author: heftig
Revision: 117936

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-04-04 Thread Jan Steffens
Date: Monday, April 4, 2011 @ 17:58:41
  Author: heftig
Revision: 117937

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-29 Thread Jan Steffens
Date: Tuesday, March 29, 2011 @ 02:14:57
  Author: heftig
Revision: 117173

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-29 Thread Jan Steffens
Date: Tuesday, March 29, 2011 @ 02:15:09
  Author: heftig
Revision: 117174

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-22 Thread Ionut Biru
Date: Tuesday, March 22, 2011 @ 18:27:58
  Author: ibiru
Revision: 116353

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-22 Thread Ionut Biru
Date: Tuesday, March 22, 2011 @ 18:28:16
  Author: ibiru
Revision: 116354

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 19:10:20
  Author: heftig
Revision: 116363

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 19:10:34
  Author: heftig
Revision: 116364

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 19:22:20
  Author: heftig
Revision: 116374

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 19:22:34
  Author: heftig
Revision: 116375

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 07:22:43
  Author: ibiru
Revision: 113308

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 07:22:57
  Author: ibiru
Revision: 113309

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 07:46:44
  Author: ibiru
Revision: 113352

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 07:46:58
  Author: ibiru
Revision: 113353

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-04 Thread Ionut Biru
Date: Friday, March 4, 2011 @ 15:25:11
  Author: ibiru
Revision: 112362

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-03-04 Thread Ionut Biru
Date: Friday, March 4, 2011 @ 15:25:40
  Author: ibiru
Revision: 112363

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2011-02-27 Thread Ionut Biru
Date: Sunday, February 27, 2011 @ 15:37:01
  Author: ibiru
Revision: 111608

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2010-03-23 Thread Ionut Biru
Date: Tuesday, March 23, 2010 @ 16:33:35
  Author: ibiru
Revision: 73191

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2010-03-23 Thread Ionut Biru
Date: Tuesday, March 23, 2010 @ 16:33:50
  Author: ibiru
Revision: 73192

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-shell/repos (gnome-unstable-i686)

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 20:12:16
  Author: ibiru
Revision: 70302

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-shell/repos/gnome-unstable-i686/