diff options
Diffstat (limited to 'community/guake/PKGBUILD')
-rw-r--r-- | community/guake/PKGBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/community/guake/PKGBUILD b/community/guake/PKGBUILD index 96bc8f472..cd40f51be 100644 --- a/community/guake/PKGBUILD +++ b/community/guake/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 33304 2010-11-23 20:21:25Z angvp $ -# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# $Id: PKGBUILD 63620 2012-02-05 12:01:07Z ibiru $ +# Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Wilson Pinto JĂșnior (N3RD3X) <n3rd3x@linuxmail.org> pkgname=guake pkgver=0.4.2 -pkgrel=4 +pkgrel=5 pkgdesc='is a drop-down terminal for Gnome Desktop Environment' arch=('i686' 'x86_64') -url='http://guake-terminal.org' +url='http://guake.org' license=('GPL') depends=('python-notify' 'vte' 'gconf' 'python2-gconf' 'dbus-python' 'notification-daemon') makedepends=('libx11' 'pkgconfig' 'perlxml' 'intltool') install=guake.install -source=(http://trac.guake-terminal.org/files/guake-$pkgver.tar.gz +source=(http://guake.org/files/guake-$pkgver.tar.gz http://guake.org/raw-attachment/ticket/246/0001-Retrieve-port-as-int.2.patch) md5sums=('1f0feff3bfc15c998147dbf07d9d8a8e' '9aca6ba8e46ae1b69958cda0e03320ff') @@ -27,5 +27,9 @@ build() { ./configure --sysconfdir=/usr/share --prefix=/usr --disable-static make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } |