From 1b05006cb143959d080a200fe11891c9f5caf32c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 May 2013 00:10:22 -0700 Subject: Wed May 1 00:10:21 PDT 2013 --- community/nemiver/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'community/nemiver/PKGBUILD') diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD index 1c36a5330..daa32c433 100644 --- a/community/nemiver/PKGBUILD +++ b/community/nemiver/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 88693 2013-04-21 22:17:15Z heftig $ +# $Id: PKGBUILD 89588 2013-04-30 08:28:34Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: jordz pkgname=nemiver pkgver=0.9.4 -pkgrel=2 +pkgrel=3 pkgdesc='C/C++ debugger for GNOME' arch=('x86_64' 'i686') license=('GPL') url='http://www.gnome.org/projects/nemiver/' +install="$pkgname.install" depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas') makedepends=('boost' 'intltool' 'itstool') source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz") @@ -27,8 +28,8 @@ build() { --disable-scrollkeeper \ --enable-symsvis=yes \ --enable-memoryview=yes \ - --disable-schemas-compile \ --enable-gsettings=yes +# --disable-schemas-compile \ make } -- cgit v1.2.3-54-g00ecf