From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/nemiver/PKGBUILD | 42 +++++++++++++++++++++++++++++++++++++++ community/nemiver/nemiver.install | 14 +++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 community/nemiver/PKGBUILD create mode 100644 community/nemiver/nemiver.install (limited to 'community/nemiver') diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD new file mode 100644 index 000000000..73274bfcd --- /dev/null +++ b/community/nemiver/PKGBUILD @@ -0,0 +1,42 @@ +# $Id: PKGBUILD 90245 2013-05-09 23:52:58Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: jordz + +pkgname=nemiver +pkgver=0.9.4 +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' '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') +sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --with-boost \ + --disable-scrollkeeper \ + --enable-symsvis=yes \ + --enable-memoryview=yes \ + --enable-gsettings=yes \ + --disable-schemas-compile + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: diff --git a/community/nemiver/nemiver.install b/community/nemiver/nemiver.install new file mode 100644 index 000000000..aabb4b360 --- /dev/null +++ b/community/nemiver/nemiver.install @@ -0,0 +1,14 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf