[arch-commits] Commit in gnome-shell/repos (10 files)
Jan Steffens
heftig at nymeria.archlinux.org
Thu Feb 14 18:47:32 UTC 2013
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 <ibiru at archlinux.org>
-# Contributor: Flamelab <panosfilip at 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 <ibiru at archlinux.org>
+# Contributor: Flamelab <panosfilip at 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.patch 2013-02-14 18:47:31 UTC (rev 178051)
@@ -0,0 +1,65 @@
+From 9d931b5e013475be5733fc92bd105b3a691a4097 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna <gcampagna at src.gnome.org>
+Date: Fri, 30 Nov 2012 15:05:38 +0000
+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 1a27d7dfc02c06bd0ccf4258a9108207b8832ce4
+
+https://bugzilla.gnome.org/show_bug.cgi?id=689295
+---
+diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
+index ce61e25..ef0cc02 100644
+--- a/js/ui/messageTray.js
++++ b/js/ui/messageTray.js
+@@ -2200,40 +2200,28 @@ const MessageTray = new Lang.Class({
+ _updateShowingNotification: function() {
+ this._notification.acknowledged = true;
+
+- Tweener.removeTweens(this._notificationWidget);
+-
+ // We auto-expand notifications with CRITICAL urgency.
+- // We use Tweener.removeTweens() to remove a tween that was hiding the notification we are
+- // updating, in case that notification was in the process of being hidden. However,
+- // Tweener.removeTweens() would also remove a tween that was updating the position of the
+- // notification we are updating, in case that notification was already expanded and its height
+- // changed. Therefore we need to call this._expandNotification() for expanded notifications
+- // to make sure their position is updated.
+- if (this._notification.urgency == Urgency.CRITICAL || this._notification.expanded)
++ if (this._notification.urgency == Urgency.CRITICAL)
+ this._expandNotification(true);
+
+ // We tween all notifications to full opacity. This ensures that both new notifications and
+ // notifications that might have been in the process of hiding get full opacity.
+ //
+- // We tween any notification showing in the banner mode to banner height
+- // (this._notificationWidget.y = -this._notificationWidget.height).
++ // We tween any notification showing in the banner mode to the appropriate height
++ // (which is banner height or expanded height, depending on the notification state)
+ // This ensures that both new notifications and notifications in the banner mode that might
+- // have been in the process of hiding are shown with the banner height.
++ // have been in the process of hiding are shown with the correct height.
+ //
+ // We use this._showNotificationCompleted() onComplete callback to extend the time the updated
+ // notification is being shown.
+- //
+- // We don't set the y parameter for the tween for expanded notifications because
+- // this._expandNotification() will result in getting this._notificationWidget.y set to the appropriate
+- // fully expanded value.
++
+ let tweenParams = { opacity: 255,
++ y: -this._notificationWidget.height,
+ time: ANIMATION_TIME,
+ transition: 'easeOutQuad',
+ onComplete: this._showNotificationCompleted,
+ onCompleteScope: this
+ };
+- if (!this._notification.expanded)
+- tweenParams.y = -this._notificationWidget.height;
+
+ this._tween(this._notificationWidget, '_notificationState', State.SHOWN, tweenParams);
+ },
+--
+cgit v0.9.0.2
Deleted: extra-i686/gnome-shell.install
===================================================================
--- extra-i686/gnome-shell.install 2013-02-14 18:45:48 UTC (rev 178050)
+++ extra-i686/gnome-shell.install 2013-02-14 18:47:31 UTC (rev 178051)
@@ -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
-}
Copied: gnome-shell/repos/extra-i686/gnome-shell.install (from rev 178050, gnome-shell/trunk/gnome-shell.install)
===================================================================
--- extra-i686/gnome-shell.install (rev 0)
+++ extra-i686/gnome-shell.install 2013-02-14 18:47:31 UTC (rev 178051)
@@ -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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-02-14 18:45:48 UTC (rev 178050)
+++ extra-x86_64/PKGBUILD 2013-02-14 18:47:31 UTC (rev 178051)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Flamelab <panosfilip at 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-x86_64/PKGBUILD (from rev 178050, gnome-shell/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-02-14 18:47:31 UTC (rev 178051)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Flamelab <panosfilip at 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-x86_64/fs33855.patch (from rev 178050, gnome-shell/trunk/fs33855.patch)
===================================================================
--- extra-x86_64/fs33855.patch (rev 0)
+++ extra-x86_64/fs33855.patch 2013-02-14 18:47:31 UTC (rev 178051)
@@ -0,0 +1,65 @@
+From 9d931b5e013475be5733fc92bd105b3a691a4097 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna <gcampagna at src.gnome.org>
+Date: Fri, 30 Nov 2012 15:05:38 +0000
+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 1a27d7dfc02c06bd0ccf4258a9108207b8832ce4
+
+https://bugzilla.gnome.org/show_bug.cgi?id=689295
+---
+diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
+index ce61e25..ef0cc02 100644
+--- a/js/ui/messageTray.js
++++ b/js/ui/messageTray.js
+@@ -2200,40 +2200,28 @@ const MessageTray = new Lang.Class({
+ _updateShowingNotification: function() {
+ this._notification.acknowledged = true;
+
+- Tweener.removeTweens(this._notificationWidget);
+-
+ // We auto-expand notifications with CRITICAL urgency.
+- // We use Tweener.removeTweens() to remove a tween that was hiding the notification we are
+- // updating, in case that notification was in the process of being hidden. However,
+- // Tweener.removeTweens() would also remove a tween that was updating the position of the
+- // notification we are updating, in case that notification was already expanded and its height
+- // changed. Therefore we need to call this._expandNotification() for expanded notifications
+- // to make sure their position is updated.
+- if (this._notification.urgency == Urgency.CRITICAL || this._notification.expanded)
++ if (this._notification.urgency == Urgency.CRITICAL)
+ this._expandNotification(true);
+
+ // We tween all notifications to full opacity. This ensures that both new notifications and
+ // notifications that might have been in the process of hiding get full opacity.
+ //
+- // We tween any notification showing in the banner mode to banner height
+- // (this._notificationWidget.y = -this._notificationWidget.height).
++ // We tween any notification showing in the banner mode to the appropriate height
++ // (which is banner height or expanded height, depending on the notification state)
+ // This ensures that both new notifications and notifications in the banner mode that might
+- // have been in the process of hiding are shown with the banner height.
++ // have been in the process of hiding are shown with the correct height.
+ //
+ // We use this._showNotificationCompleted() onComplete callback to extend the time the updated
+ // notification is being shown.
+- //
+- // We don't set the y parameter for the tween for expanded notifications because
+- // this._expandNotification() will result in getting this._notificationWidget.y set to the appropriate
+- // fully expanded value.
++
+ let tweenParams = { opacity: 255,
++ y: -this._notificationWidget.height,
+ time: ANIMATION_TIME,
+ transition: 'easeOutQuad',
+ onComplete: this._showNotificationCompleted,
+ onCompleteScope: this
+ };
+- if (!this._notification.expanded)
+- tweenParams.y = -this._notificationWidget.height;
+
+ this._tween(this._notificationWidget, '_notificationState', State.SHOWN, tweenParams);
+ },
+--
+cgit v0.9.0.2
Deleted: extra-x86_64/gnome-shell.install
===================================================================
--- extra-x86_64/gnome-shell.install 2013-02-14 18:45:48 UTC (rev 178050)
+++ extra-x86_64/gnome-shell.install 2013-02-14 18:47:31 UTC (rev 178051)
@@ -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
-}
Copied: gnome-shell/repos/extra-x86_64/gnome-shell.install (from rev 178050, gnome-shell/trunk/gnome-shell.install)
===================================================================
--- extra-x86_64/gnome-shell.install (rev 0)
+++ extra-x86_64/gnome-shell.install 2013-02-14 18:47:31 UTC (rev 178051)
@@ -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
+}
More information about the arch-commits
mailing list