summaryrefslogtreecommitdiff
path: root/community-testing/nemiver
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-28 22:36:26 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-28 22:36:26 +0200
commit92116b44c20c9b8e3ee49b794084d08d22e87cd3 (patch)
treeebfcd9f003924e328dd0ccdb16197c7e38c61dcf /community-testing/nemiver
parentc89124d6a88f4cfffaba4492922c86091f2c8516 (diff)
parent00f77ef3b2b7856520daba393370f67b773c2184 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/gnustep-base/PKGBUILD community-testing/gtranslator/PKGBUILD community-testing/parrot/PKGBUILD community/chmsee/PKGBUILD core/lvm2/PKGBUILD extra/php/PKGBUILD extra/samba/PKGBUILD multilib/lib32-openssl/PKGBUILD staging/php/PKGBUILD staging/php/php-fpm.conf.in.patch staging/php/php.ini.patch testing/cairo/PKGBUILD testing/eog-plugins/PKGBUILD testing/eog/PKGBUILD testing/gedit/PKGBUILD testing/gjs/PKGBUILD testing/glib2/PKGBUILD testing/gnome-documents/PKGBUILD testing/gnome-shell/PKGBUILD testing/gobject-introspection/PKGBUILD testing/libpeas/PKGBUILD testing/mutter/PKGBUILD testing/openssl/PKGBUILD testing/pygobject/PKGBUILD testing/python/PKGBUILD testing/rhythmbox/PKGBUILD testing/ruby/PKGBUILD testing/ruby/ruby.install testing/sushi/PKGBUILD testing/totem/PKGBUILD
Diffstat (limited to 'community-testing/nemiver')
-rw-r--r--community-testing/nemiver/PKGBUILD42
-rw-r--r--community-testing/nemiver/nemiver.install15
2 files changed, 0 insertions, 57 deletions
diff --git a/community-testing/nemiver/PKGBUILD b/community-testing/nemiver/PKGBUILD
deleted file mode 100644
index 16ed100c9..000000000
--- a/community-testing/nemiver/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 69718 2012-04-22 23:49:26Z heftig $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: jordz <jordz@archlinux.us>
-
-pkgname=nemiver
-pkgver=0.9.2
-pkgrel=2
-pkgdesc="C/C++ debugger for GNOME"
-arch=('x86_64' 'i686')
-license=('GPL')
-url="http://www.gnome.org/projects/nemiver/"
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('boost' 'intltool' 'gnome-doc-utils')
-install=nemiver.install
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
-options=('!libtool' '!emptydirs')
-sha256sums=('770392965a45d728b798da3c6111c4e7cb55d51f109a78aedead99083f8e2520')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --with-boost \
- --disable-scrollkeeper \
- --enable-symsvis=yes \
- --enable-memoryview=yes \
- --disable-schemas-compile \
- --enable-gsettings=yes
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community-testing/nemiver/nemiver.install b/community-testing/nemiver/nemiver.install
deleted file mode 100644
index f6a1886e7..000000000
--- a/community-testing/nemiver/nemiver.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_upgrade() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- #update-desktop-database -q
- #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}
-
-# vim:set ts=2 sw=2 et: