summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2017-03-05 01:45:41 +0900
committerQue Quotion2017-03-05 01:45:41 +0900
commitcf438d20186877cdd2e416afc4fbccb04032a869 (patch)
treee41d77b2f73c4829f34d6579b3199d7ef755ac48 /PKGBUILD
parentf3fbe2fd25541e0857f5aa414fa661fdf68d5e74 (diff)
downloadaur-cf438d20186877cdd2e416afc4fbccb04032a869.tar.gz
trying this again...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8c1b0789af3..46e1fec75385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
+# Maintainer: Que Quotion <quequotion@bugmenot.org>
+# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Ner0 <darkelfdarkelf666@yahoo.co.uk>
# Contributor: flamelab <panosfilip@gmail.com>
pkgname=wingpanel-standalone-bzr
pkgver=r172
pkgrel=1
-epoch=1
pkgdesc='The Pantheon Panel (without Gala dependencies)'
arch=('i686' 'x86_64')
url='https://launchpad.net/wingpanel'
license=('GPL3')
-groups=('pantheon-unstable')
+groups=('pantheon-qq')
depends=('clutter' 'cogl' 'glib2' 'glibc' 'gtk3' 'libgee' 'mutter'
- 'libgranite.so')
+ 'libgranite.so' 'slingshot-launcher-standalone-bzr')
makedepends=('bzr' 'cmake' 'vala')
+optdepends=("indicator-powersave: On the fly power savings and performance toggles"
+ wingpanel-indicator-{ayatana,bluetooth,datetime,network,power,sound}-bzr": Tray applet")
provides=(wingpanel{,-bzr} 'libwingpanel-2.0.so')
conflicts=(wingpanel{,-bzr})
install='wingpanel.install'
@@ -43,6 +45,8 @@ prepare() {
#Standalone patches
patch -Np2 < ../minus-backgroundmanager.patch
patch -Np2 < ../minus-galaplugin.patch
+
+ #fix focus stealing
patch -Np2 < ../disable-expanded.patch
}