[arch-commits] Commit in plank/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Tue Oct 29 14:43:05 UTC 2013


    Date: Tuesday, October 29, 2013 @ 15:43:04
  Author: alucryd
Revision: 99551

upgpkg: plank 0.4.0-2

Modified:
  plank/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-29 14:08:21 UTC (rev 99550)
+++ PKGBUILD	2013-10-29 14:43:04 UTC (rev 99551)
@@ -5,12 +5,12 @@
 
 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 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-gee-0.8
   make
 }
 




More information about the arch-commits mailing list