summaryrefslogtreecommitdiff
path: root/community/plank
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-16 03:47:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-16 03:47:45 +0000
commitc78a18750fc2b9df6ea94089159f4176a1f9198d (patch)
tree25be357ee503ee66fd716327dd1a9a42d5f8b235 /community/plank
parentad45d1982b97faa9372d99e51daa687c7c09de7d (diff)
Wed Apr 16 03:42:20 UTC 2014
Diffstat (limited to 'community/plank')
-rw-r--r--community/plank/PKGBUILD21
1 files changed, 7 insertions, 14 deletions
diff --git a/community/plank/PKGBUILD b/community/plank/PKGBUILD
index 063652177..355fedb74 100644
--- a/community/plank/PKGBUILD
+++ b/community/plank/PKGBUILD
@@ -1,31 +1,25 @@
-# $Id: PKGBUILD 101218 2013-11-19 21:08:43Z alucryd $
+# $Id: PKGBUILD 109496 2014-04-15 08:44:49Z 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.5.0
+pkgver=0.6.0
pkgrel=1
-pkgdesc="Elegant, simple, clean dock"
+pkgdesc='Elegant, simple, clean dock'
arch=('i686' 'x86_64')
-url="https://launchpad.net/plank"
+url='https://launchpad.net/plank'
license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
makedepends=('gnome-common' 'intltool' 'vala')
install="${pkgname}.install"
source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('bf0e14dbdc9d30d57e55cc88644ef6e6c296be924bbfc1b345cba1e0c9be1804')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-
- sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
+sha256sums=('6a49bcd2d4aaf8f9dc49b9a074ea02593880c32b7e5f328cad62257cc1e20b25')
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-gee-0.8
+ ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
make
}
@@ -33,7 +27,6 @@ package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/{etc,usr/share/apport}
}
# vim: ts=2 sw=2 et: