summaryrefslogtreecommitdiff
path: root/community/plank
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-30 01:04:25 -0700
committerroot <root@rshg054.dnsready.net>2013-10-30 01:04:25 -0700
commit7c151ac5589d3dbef5972f69a62b847ecf565bfa (patch)
tree9450bd13169930e602731e9c431b79fdaaad2c02 /community/plank
parent38b1ce25596ae456fefb3214a73c3d1005da568f (diff)
Wed Oct 30 01:01:59 PDT 2013
Diffstat (limited to 'community/plank')
-rw-r--r--community/plank/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/plank/PKGBUILD b/community/plank/PKGBUILD
index c36204e7b..94521202e 100644
--- a/community/plank/PKGBUILD
+++ b/community/plank/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 99220 2013-10-25 21:06:18Z alucryd $
+# $Id: PKGBUILD 99552 2013-10-29 14:43:20Z alucryd $
# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
# Contributor: Ner0 <darkelfdarkelf666 at yahoo dot co dot uk>
# Contributor: dcelasun <dcelasun at gmaild dot com>
pkgname=plank
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Elegant, simple, clean dock"
arch=('i686' 'x86_64')
url="https://launchpad.net/plank"
license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
makedepends=('gnome-common' 'intltool' 'vala')
install="${pkgname}.install"
source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz")
@@ -25,7 +25,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+ ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-gee-0.8
make
}