[arch-commits] Commit in nemiver/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Sat May 28 20:11:43 UTC 2016


    Date: Saturday, May 28, 2016 @ 22:11:43
  Author: arodseth
Revision: 177384

archrelease: copy trunk to community-x86_64, community-i686

Added:
  nemiver/repos/community-i686/Ben_Iofel.patch
    (from rev 177383, nemiver/trunk/Ben_Iofel.patch)
  nemiver/repos/community-i686/PKGBUILD
    (from rev 177383, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-x86_64/Ben_Iofel.patch
    (from rev 177383, nemiver/trunk/Ben_Iofel.patch)
  nemiver/repos/community-x86_64/PKGBUILD
    (from rev 177383, nemiver/trunk/PKGBUILD)

----------------------------------+
 community-i686/Ben_Iofel.patch   |   27 ++++++++++++++++++++
 community-i686/PKGBUILD          |   49 +++++++++++++++++++++++++++++++++++++
 community-x86_64/Ben_Iofel.patch |   27 ++++++++++++++++++++
 community-x86_64/PKGBUILD        |   49 +++++++++++++++++++++++++++++++++++++
 4 files changed, 152 insertions(+)

Copied: nemiver/repos/community-i686/Ben_Iofel.patch (from rev 177383, nemiver/trunk/Ben_Iofel.patch)
===================================================================
--- community-i686/Ben_Iofel.patch	                        (rev 0)
+++ community-i686/Ben_Iofel.patch	2016-05-28 20:11:43 UTC (rev 177384)
@@ -0,0 +1,27 @@
+diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
+index ad3cc00..0edac7c 100644
+--- a/src/dbgengine/nmv-dbg-common.h
++++ b/src/dbgengine/nmv-dbg-common.h
+@@ -171,7 +171,7 @@ public:
+ 
+     bool has_slot () const
+     {
+-        return m_slot;
++        return static_cast<bool> (m_slot);
+     }
+ 
+     template<class T>
+diff --git a/src/dbgengine/nmv-i-var-list-walker.h b/src/dbgengine/nmv-i-var-list-walker.h
+index b719c0d..f2f3229 100644
+--- a/src/dbgengine/nmv-i-var-list-walker.h
++++ b/src/dbgengine/nmv-i-var-list-walker.h
+@@ -22,7 +22,7 @@
+  *
+  *See COPYRIGHT file copyright information.
+  */
+-#ifndef __NMV_VAR_LIST_WALKER_H__
++#ifndef __NMV_I_VAR_LIST_WALKER_H__
+ #define __NMV_I_VAR_LIST_WALKER_H__
+ 
+ #include "nmv-i-var-walker.h"
+

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 177383, nemiver/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-28 20:11:43 UTC (rev 177384)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: jordz <jordz at archlinux.us>
+
+pkgname=nemiver
+pkgver=0.9.6
+pkgrel=4
+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')
+makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz"
+        'Ben_Iofel.patch')
+options=('!emptydirs')
+sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2'
+            '8b7966ef3be114fe999c1f7764b04f05ae191633bfb005f8e3ea80461e4d6bfd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
+  patch -p1 -i '../Ben_Iofel.patch'
+}
+
+build() {
+  cd "$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() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: git.gnome.org/browse/nemiver/plain/configure.ac
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-x86_64/Ben_Iofel.patch (from rev 177383, nemiver/trunk/Ben_Iofel.patch)
===================================================================
--- community-x86_64/Ben_Iofel.patch	                        (rev 0)
+++ community-x86_64/Ben_Iofel.patch	2016-05-28 20:11:43 UTC (rev 177384)
@@ -0,0 +1,27 @@
+diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
+index ad3cc00..0edac7c 100644
+--- a/src/dbgengine/nmv-dbg-common.h
++++ b/src/dbgengine/nmv-dbg-common.h
+@@ -171,7 +171,7 @@ public:
+ 
+     bool has_slot () const
+     {
+-        return m_slot;
++        return static_cast<bool> (m_slot);
+     }
+ 
+     template<class T>
+diff --git a/src/dbgengine/nmv-i-var-list-walker.h b/src/dbgengine/nmv-i-var-list-walker.h
+index b719c0d..f2f3229 100644
+--- a/src/dbgengine/nmv-i-var-list-walker.h
++++ b/src/dbgengine/nmv-i-var-list-walker.h
+@@ -22,7 +22,7 @@
+  *
+  *See COPYRIGHT file copyright information.
+  */
+-#ifndef __NMV_VAR_LIST_WALKER_H__
++#ifndef __NMV_I_VAR_LIST_WALKER_H__
+ #define __NMV_I_VAR_LIST_WALKER_H__
+ 
+ #include "nmv-i-var-walker.h"
+

Copied: nemiver/repos/community-x86_64/PKGBUILD (from rev 177383, nemiver/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-28 20:11:43 UTC (rev 177384)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: jordz <jordz at archlinux.us>
+
+pkgname=nemiver
+pkgver=0.9.6
+pkgrel=4
+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')
+makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz"
+        'Ben_Iofel.patch')
+options=('!emptydirs')
+sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2'
+            '8b7966ef3be114fe999c1f7764b04f05ae191633bfb005f8e3ea80461e4d6bfd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
+  patch -p1 -i '../Ben_Iofel.patch'
+}
+
+build() {
+  cd "$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() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: git.gnome.org/browse/nemiver/plain/configure.ac
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list