summaryrefslogtreecommitdiff
path: root/community/nemiver/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-01 09:38:49 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-01 09:38:49 +0200
commitc179b246b30ea14c5f9063d95860d7e05a7c278d (patch)
tree30b547b50753a52ce2f857260f8d320d772c4686 /community/nemiver/PKGBUILD
parent30361fcf6cc3dfa38d4b033ccb9fe33ddd17ebe7 (diff)
parent1b05006cb143959d080a200fe11891c9f5caf32c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/linux-tools/PKGBUILD community/pdns-recursor/PKGBUILD extra/gstreamer0.10/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/tcpdump/PKGBUILD libre/linux-libre-tools/PKGBUILD
Diffstat (limited to 'community/nemiver/PKGBUILD')
-rw-r--r--community/nemiver/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD
index e2320ec2b..77ac92c0c 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 <rodseth@gmail.com>
# Contributor: jordz <jordz@archlinux.us>
pkgname=nemiver
pkgver=0.9.4
-pkgrel=2
+pkgrel=3
pkgdesc='C/C++ debugger for GNOME'
arch=('x86_64' 'i686' 'mips64el')
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
}