summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2017-05-30 18:47:01 +0900
committerQue Quotion2017-05-30 18:47:01 +0900
commit0f0b238537af5a1c290d2f5e4da02286329b34a3 (patch)
tree0fc4bb4a8379d80876b535ffe741e1702ca5b0b9
parent65685be8bc2e3202b61504d3bc219ab59ccde954 (diff)
downloadaur-0f0b238537af5a1c290d2f5e4da02286329b34a3.tar.gz
little adjustments; no version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rw-r--r--autohide-evbox.patch3
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46774b280b23..3091a3478110 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 29 21:24:33 UTC 2017
+# Tue May 30 09:26:55 UTC 2017
pkgbase = wingpanel-standalone-git
pkgdesc = Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies)
pkgver = r286.89956c5
diff --git a/PKGBUILD b/PKGBUILD
index d400b311401e..a2f52a60b0bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,8 @@ optdepends=("pantheon-applications-menu-git: Application launcher"
"wingpanel-indicator-ayatana-git: Unity 7 Tray applets"
"indicator-powersave: On the fly power savings and performance toggles"
"glippy-indicator: Excellent clipboard manager applet"
- "indicator-sensors: Sensors readout applet")
+ "indicator-sensors: Sensors readout applet"
+ "ubuntu-indicator-weather: Simple weather applet")
provides=(wingpanel{,{,-standalone}-bzr,-git} 'libwingpanel-2.0.so')
conflicts=('wingpanel')
replaces=('wingpanel-standalone-bzr')
diff --git a/autohide-evbox.patch b/autohide-evbox.patch
index ba88ea40bbca..5eb47946a9b3 100644
--- a/autohide-evbox.patch
+++ b/autohide-evbox.patch
@@ -49,13 +49,12 @@
return true;
}
-@@ -85,7 +106,26 @@
+@@ -85,7 +106,25 @@
//Services.BackgroundManager.get_default ().initialize (this.monitor_number, panel_height);
- Timeout.add (300 / panel_height, animation_step);
+ Timeout.add (100 / panel_height, animation_step);
-+ Timeout.add (100 / panel_height, animation_unstep);
+ }
+
+ private bool on_idle () {