diff options
Diffstat (limited to 'community/nemiver')
-rw-r--r-- | community/nemiver/PKGBUILD | 10 |
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 } |