summaryrefslogtreecommitdiff
path: root/community/vmoviedb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/vmoviedb/PKGBUILD')
-rw-r--r--community/vmoviedb/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/vmoviedb/PKGBUILD b/community/vmoviedb/PKGBUILD
index 776106028..8b1b223de 100644
--- a/community/vmoviedb/PKGBUILD
+++ b/community/vmoviedb/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 20044 2010-07-02 09:21:29Z spupykin $
+# $Id: PKGBUILD 59169 2011-11-21 13:06:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://vmoviedb.sourceforge.net"
license=('GPL')
depends=('libgnomeui' 'gconf>=2.18.0.1-4' 'desktop-file-utils')
-makedepends=('gnome-doc-utils>=0.11.2')
+makedepends=('gnome-doc-utils>=0.11.2' 'intltool')
install=$pkgname.install
options=('!libtool' '!emptydirs')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
@@ -20,8 +20,8 @@ md5sums=('7bfc10573bb890f3924755f2446dd3b6')
build() {
cd $srcdir/vmoviedb-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make || return 1
- make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install || return 1
+ make
+ make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
mkdir -p $pkgdir/usr/share/gconf/schemas
gconf-merge-schema $pkgdir/usr/share/gconf/schemas/${pkgname}.schemas \