diff options
author | root <root@rshg054.dnsready.net> | 2012-03-07 00:01:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-07 00:01:25 +0000 |
commit | 5a680f7689b01b4b7a0bfade1a6c1f659f8cbed4 (patch) | |
tree | e7b6c472f6deee81a237a1ce4b8c12e90aadac67 /community/glom | |
parent | b8afacf1f28ac27321feb9b92bd50dd8961b7736 (diff) |
Wed Mar 7 00:01:25 UTC 2012
Diffstat (limited to 'community/glom')
-rw-r--r-- | community/glom/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD index fab10c6bb..374f01a6c 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -1,26 +1,25 @@ -# $Id: PKGBUILD 59936 2011-12-02 20:58:42Z ibiru $ +# $Id: PKGBUILD 67184 2012-03-05 08:57:17Z ibiru $ # Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=glom -pkgver=1.20.1 +pkgver=1.20.4 pkgrel=1 pkgdesc="An easy-to-use database designer and user interface" arch=('i686' 'x86_64') url="http://www.glom.org/" license=('GPL') depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql') -makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost') +makedepends=('intltool' 'gnome-doc-utils' 'python2-sphinx' 'boost') options=('!libtool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/glom/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c76edc09d767eb2de8673fa8bb1cebbf8863fb3c8eb365e4a42fc430730f68d5') +sha256sums=('038d106313774832c56c61312bb387a54cd2ffff50e6c7e56e47bc98b8b8531b') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ --with-postgres-utils=/usr/bin \ --disable-scrollkeeper \ @@ -31,5 +30,6 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install } |