summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2018-09-17 06:09:47 +0900
committerQue Quotion2018-09-17 06:09:47 +0900
commit3de9564dee82434fd6bc59e724ecfd03942c0206 (patch)
tree460a0b1e0b6ef6814ffcb8012b4ce4bf5e2d2ad2 /PKGBUILD
parent8390531c3213edfdc352b44fca0bc09b61d44063 (diff)
downloadaur-3de9564dee82434fd6bc59e724ecfd03942c0206.tar.gz
Dodge maximized windows: two new autohide modes.
Dodge avoids the currently focused and maximized window, but appears with struts on mouseover (pushes windows down). Dodge-Float avoids the currently focused and maximized window, but appears without struts on mouseover (hovers over windows). Dodge maximize code imported from Keith Bailey's fork: https://code.launchpad.net/~kbailey4444/wingpanel/dodge-maximize Co-authored-by: Keith Bailey <kbailey4444@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fec7005a760..e17014e609cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-standalone-git
-pkgver=r361.f8341c8
+pkgver=r367.6284121
pkgrel=1
pkgdesc='Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies)'
arch=('i686' 'x86_64')
@@ -30,11 +30,11 @@ source=('git+https://github.com/elementary/wingpanel.git'
'autohide.patch'
'reverse-105c1d0.patch')
sha256sums=('SKIP'
- 'dc9870a9e58ba1c438c4b631c95ce7e5a5f76b9e53355959e67ce1ba0263b651'
+ '67ffdac17cd4f46fb866eb8d33dd06db918bca16ae8ed4b2a2a00c3112f87a2b'
'7f972d79b4d72f7b274a96e1a5150cba0e3869ad85215ae01ad2bc19802cdbb9'
'21e95aec3fbb920f3b8ef34b00bf4fc99f431e1837f84f020d5d00c4e3aaca0b'
'b1902c1d44ac546df63cd0224a7d2ef2cb6394ca556512c30c370d387db7bbab'
- 'cd7a7bf3c3cec2812f0bb4a355588fe95530c6220e0c92abcae49713ab66f924'
+ '244b035630316c1f1a091dde16936f411600fdc68bd0dab9735f335fce3eeccc'
'53bfa2220d14065ca848c36217abe812685c7d6e0d42251423d0faa2a0ac5394')
pkgver() {
@@ -47,12 +47,12 @@ prepare() {
cd wingpanel
#Reverse 105c1d0
- msg2 "Autohide"
+ msg2 "Reverse commit 105c1d0"
patch -Np1 < ../reverse-105c1d0.patch
#Autohide
msg2 "Autohide"
- patch -Np2 < ../autohide.patch
+ patch -Np2 < ../autohide-dodge.patch
#patch -Np2 < ../autohide-testing.patch
#Standalone patches