summaryrefslogtreecommitdiff
path: root/community/nemiver
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-11 01:48:19 -0700
committerroot <root@rshg054.dnsready.net>2013-05-11 01:48:19 -0700
commit207b7c7b0d7bc0db898a2386a665bdb20495fb19 (patch)
tree972e21e2c70df56034182bfc0bf6ccbebab104b7 /community/nemiver
parentfc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (diff)
Sat May 11 01:48:09 PDT 2013
Diffstat (limited to 'community/nemiver')
-rw-r--r--community/nemiver/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD
index daa32c433..73274bfcd 100644
--- a/community/nemiver/PKGBUILD
+++ b/community/nemiver/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 89588 2013-04-30 08:28:34Z arodseth $
+# $Id: PKGBUILD 90245 2013-05-09 23:52:58Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: jordz <jordz@archlinux.us>
pkgname=nemiver
pkgver=0.9.4
-pkgrel=3
+pkgrel=4
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')
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'gsettings-desktop-schemas')
makedepends=('boost' 'intltool' 'itstool')
source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
options=('!libtool' '!emptydirs')
@@ -28,8 +28,8 @@ build() {
--disable-scrollkeeper \
--enable-symsvis=yes \
--enable-memoryview=yes \
- --enable-gsettings=yes
-# --disable-schemas-compile \
+ --enable-gsettings=yes \
+ --disable-schemas-compile
make
}