Date: Tuesday, May 10, 2016 @ 23:30:02 Author: heftig Revision: 267666
3.20.2-1 Modified: gnome-shell/trunk/PKGBUILD Deleted: gnome-shell/trunk/gnome-shell.install gnome-shell/trunk/libsecret-crash.patch -----------------------+ PKGBUILD | 7 +++---- gnome-shell.install | 19 ------------------- libsecret-crash.patch | 32 -------------------------------- 3 files changed, 3 insertions(+), 55 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-10 21:26:40 UTC (rev 267665) +++ PKGBUILD 2016-05-10 21:30:02 UTC (rev 267666) @@ -3,11 +3,11 @@ # Contributor: Flamelab <[email protected] pkgname=gnome-shell -pkgver=3.20.1 +pkgver=3.20.2 pkgrel=1 pkgdesc="The next generation GNOME Shell" +url="https://wiki.gnome.org/Projects/GnomeShell" arch=(i686 x86_64) -url="https://wiki.gnome.org/Projects/GnomeShell" license=(GPL2) depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower gnome-session gnome-settings-daemon gnome-themes-standard gsettings-desktop-schemas @@ -16,12 +16,11 @@ 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') Deleted: gnome-shell.install =================================================================== --- gnome-shell.install 2016-05-10 21:26:40 UTC (rev 267665) +++ gnome-shell.install 2016-05-10 21:30:02 UTC (rev 267666) @@ -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 -} Deleted: libsecret-crash.patch =================================================================== --- libsecret-crash.patch 2016-05-10 21:26:40 UTC (rev 267665) +++ libsecret-crash.patch 2016-05-10 21:30:02 UTC (rev 267666) @@ -1,32 +0,0 @@ -From 021cecbce289f1d9c68a156d5b8dd204a73bc715 Mon Sep 17 00:00:00 2001 -From: Christophe Fergeau <[email protected]> -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 -
