[arch-commits] Commit in gnome-shell/trunk (646333.patch PKGBUILD)

Ionut Biru ibiru at archlinux.org
Wed Apr 6 23:20:26 UTC 2011


    Date: Wednesday, April 6, 2011 @ 19:20:25
  Author: ibiru
Revision: 118445

upgpkg: gnome-shell 3.0.0.2-1
update to 3.0.0.2

Modified:
  gnome-shell/trunk/PKGBUILD
Deleted:
  gnome-shell/trunk/646333.patch

--------------+
 646333.patch |   25 -------------------------
 PKGBUILD     |   15 +++++----------
 2 files changed, 5 insertions(+), 35 deletions(-)

Deleted: 646333.patch
===================================================================
--- 646333.patch	2011-04-06 21:19:47 UTC (rev 118444)
+++ 646333.patch	2011-04-06 23:20:25 UTC (rev 118445)
@@ -1,25 +0,0 @@
-From cbb8bdd48f2b05f8718448b596c4c2da2f34e54b Mon Sep 17 00:00:00 2001
-From: Maxim Ermilov <zaspire at rambler.ru>
-Date: Tue, 5 Apr 2011 05:20:44 +0400
-Subject: [PATCH] extensionSystem: add missing import
-
-https://bugzilla.gnome.org/show_bug.cgi?id=646333
----
- js/ui/extensionSystem.js |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/js/ui/extensionSystem.js b/js/ui/extensionSystem.js
-index eb82bc3..9dd3a47 100644
---- a/js/ui/extensionSystem.js
-+++ b/js/ui/extensionSystem.js
-@@ -3,6 +3,7 @@
- const GLib = imports.gi.GLib;
- const Gio = imports.gi.Gio;
- const St = imports.gi.St;
-+const Shell = imports.gi.Shell;
- 
- const Config = imports.misc.config;
- 
--- 
-1.7.4.2
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-06 21:19:47 UTC (rev 118444)
+++ PKGBUILD	2011-04-06 23:20:25 UTC (rev 118445)
@@ -3,8 +3,8 @@
 # Contributor: Flamelab <panosfilip at gmail.com
 
 pkgname=gnome-shell
-pkgver=3.0.0.1
-pkgrel=2
+pkgver=3.0.0.2
+pkgrel=1
 pkgdesc="The next generation GNOME Shell"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/GnomeShell"
@@ -16,20 +16,15 @@
 install=gnome-shell.install
 groups=(gnome)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.bz2
-        arch.patch
-        646333.patch)
-sha256sums=('468eaee2a4b43e425e53c12f6ea98f834ad7b3c8b7d8cf493c65b4a67f82be33'
-            'a35d5e5f9f781728070aecae3bfe329f49dadcd50ca2984e0fbdd2219825a0db'
-            '42fd08d1ca81c8bcc2848f301463b2c7b28299e8b3a508d2a3f24cb5a9bba3ed')
+        arch.patch)
+sha256sums=('5563b6374e84795526928ab398316611f94385ce0b278ef71769ff12498e4532'
+            'a35d5e5f9f781728070aecae3bfe329f49dadcd50ca2984e0fbdd2219825a0db')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   patch -Np1 -i "${srcdir}/arch.patch"
 
-  # https://bugzilla.gnome.org/show_bug.cgi?id=646333
-  patch -Np1 -i "$srcdir/646333.patch"
-
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/gnome-shell \
       --localstatedir=/var --disable-static \




More information about the arch-commits mailing list