summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2017-03-05 01:45:41 +0900
committerQue Quotion2017-03-05 01:45:41 +0900
commitcf438d20186877cdd2e416afc4fbccb04032a869 (patch)
treee41d77b2f73c4829f34d6579b3199d7ef755ac48
parentf3fbe2fd25541e0857f5aa414fa661fdf68d5e74 (diff)
downloadaur-cf438d20186877cdd2e416afc4fbccb04032a869.tar.gz
trying this again...
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 18 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 116dfd68ba25..d436a6516a83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Mar 4 14:59:26 UTC 2017
+# Sat Mar 4 16:22:59 UTC 2017
pkgbase = wingpanel-standalone-bzr
pkgdesc = The Pantheon Panel (without Gala dependencies)
pkgver = r172
pkgrel = 1
- epoch = 1
url = https://launchpad.net/wingpanel
install = wingpanel.install
arch = i686
arch = x86_64
- groups = pantheon-unstable
+ groups = pantheon-qq
license = GPL3
makedepends = bzr
makedepends = cmake
@@ -22,6 +21,14 @@ pkgbase = wingpanel-standalone-bzr
depends = libgee
depends = mutter
depends = libgranite.so
+ depends = slingshot-launcher-standalone-bzr
+ optdepends = indicator-powersave: On the fly power savings and performance toggles
+ optdepends = wingpanel-indicator-ayatana-bzr: Tray applet
+ optdepends = wingpanel-indicator-bluetooth-bzr: Tray applet
+ optdepends = wingpanel-indicator-datetime-bzr: Tray applet
+ optdepends = wingpanel-indicator-network-bzr: Tray applet
+ optdepends = wingpanel-indicator-power-bzr: Tray applet
+ optdepends = wingpanel-indicator-sound-bzr: Tray applet
provides = wingpanel
provides = wingpanel-bzr
provides = libwingpanel-2.0.so
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
}