summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--autohide-evbox.patch6
3 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd94c6f9ddf4..d1488b3e8fb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 31 04:23:58 UTC 2017
+# Wed May 31 13:43:33 UTC 2017
pkgbase = wingpanel-standalone-git
pkgdesc = Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies)
pkgver = r288.0b6d486
@@ -53,7 +53,7 @@ pkgbase = wingpanel-standalone-git
sha256sums = 1f50f34a7d36fc8331c1080c42c38f8208e35f4551eed97705919d304d410c95
sha256sums = 910130e7033db8874ed8d5e1734c6eb0ce75eed7ddf2620400c2a129cf05755d
sha256sums = df03ebb7fe08da77d51e6b96ab033b5c712530727d9fa2dd61420d2c7923fced
- sha256sums = e6655f2a5dd2215dd2380ad728510aacde10c5fe29dff4ff5c9711a787c737c5
+ sha256sums = 67b4b3a2bbdb9c7b737f6380a876a8f4083217704247c6b4176ae2055911ec2c
pkgname = wingpanel-standalone-git
diff --git a/PKGBUILD b/PKGBUILD
index 5d41bac52898..2ab22d91f47b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ sha256sums=('SKIP'
'1f50f34a7d36fc8331c1080c42c38f8208e35f4551eed97705919d304d410c95'
'910130e7033db8874ed8d5e1734c6eb0ce75eed7ddf2620400c2a129cf05755d'
'df03ebb7fe08da77d51e6b96ab033b5c712530727d9fa2dd61420d2c7923fced'
- 'e6655f2a5dd2215dd2380ad728510aacde10c5fe29dff4ff5c9711a787c737c5')
+ '67b4b3a2bbdb9c7b737f6380a876a8f4083217704247c6b4176ae2055911ec2c')
pkgver() {
cd wingpanel
diff --git a/autohide-evbox.patch b/autohide-evbox.patch
index 301096269880..7a862a20a4a9 100644
--- a/autohide-evbox.patch
+++ b/autohide-evbox.patch
@@ -49,7 +49,7 @@
return true;
}
-@@ -85,7 +106,27 @@
+@@ -85,7 +106,23 @@
//Services.BackgroundManager.get_default ().initialize (this.monitor_number, panel_height);
@@ -60,8 +60,6 @@
+ private bool on_idle () {
+ animate_panel ();
+
-+ //Services.BackgroundManager.get_default ().initialize (this.monitor_number, panel_height);
-+
+ Timeout.add (100 / panel_height, animation_unstep);
+
+ return true;
@@ -70,8 +68,6 @@
+ private bool reactivate () {
+ animate_panel ();
+
-+ //Services.BackgroundManager.get_default ().initialize (this.monitor_number, panel_height);
-+
+ Timeout.add (100 / panel_height, animation_step);
+
+ return true;