Jan Alexander Steffens 9 年之前
父節點
當前提交
f3b3507696
共有 3 個文件被更改,包括 3 次插入55 次删除
  1. 3 4
      PKGBUILD
  2. 0 19
      gnome-shell.install
  3. 0 32
      libsecret-crash.patch

+ 3 - 4
PKGBUILD

@@ -2,11 +2,11 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 
 pkgname=gnome-shell
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="The next generation GNOME Shell"
-arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/GnomeShell"
+arch=(i686 x86_64)
 license=(GPL2)
 depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
          gnome-session gnome-settings-daemon gnome-themes-standard gsettings-desktop-schemas
@@ -15,12 +15,11 @@ depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
 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=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
         nm-libexecdir.patch
         0001-Initialize-framebuffer-objects-early-so-clutter-will.patch)
-sha256sums=('7a954eaa39635b4d83faa5634b24ef6d5e446a4669e767d9cba34656425e8f21'
+sha256sums=('eaff6b177cc5bab16b252c45393a6c9305ad3837a288e738388c7b4d4bae13cd'
             'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
             '4dfd8a416fafdfa53ff07fd0433d5785f7bf434d3e576710879bfca5fe39c84f')
 

+ 0 - 19
gnome-shell.install

@@ -1,19 +0,0 @@
-pkgname=gnome-shell
-
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-        gconfpkg --uninstall $pkgname
-    fi
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

+ 0 - 32
libsecret-crash.patch

@@ -1,32 +0,0 @@
-From 021cecbce289f1d9c68a156d5b8dd204a73bc715 Mon Sep 17 00:00:00 2001
-From: Christophe Fergeau <cfergeau@redhat.com>
-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 time after
-breaking out of the loop.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=759708
----
- src/shell-network-agent.c | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/shell-network-agent.c b/src/shell-network-agent.c
-index 5d99167..da0f7e5 100644
---- a/src/shell-network-agent.c
-+++ b/src/shell-network-agent.c
-@@ -314,8 +314,6 @@ get_secrets_keyring_cb (GObject            *source,
- 
-               secrets_found = TRUE;
- 
--              g_hash_table_unref (attributes);
--              secret_value_unref (secret);
-               break;
-             }
-         }
--- 
-cgit v0.11.2
-