[arch-commits] Commit in nemiver/trunk (Ben Iofel.patch Ben_Iofel.patch PKGBUILD)

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


    Date: Saturday, May 28, 2016 @ 22:11:31
  Author: arodseth
Revision: 177383

upgpkg: nemiver 0.9.6-4

Added:
  nemiver/trunk/Ben_Iofel.patch
    (from rev 177382, nemiver/trunk/Ben Iofel.patch)
Modified:
  nemiver/trunk/PKGBUILD
Deleted:
  nemiver/trunk/Ben Iofel.patch

-----------------+
 Ben Iofel.patch |   27 ---------------------------
 Ben_Iofel.patch |   27 +++++++++++++++++++++++++++
 PKGBUILD        |    4 ++--
 3 files changed, 29 insertions(+), 29 deletions(-)

Deleted: Ben Iofel.patch
===================================================================
--- Ben Iofel.patch	2016-05-28 19:56:29 UTC (rev 177382)
+++ Ben Iofel.patch	2016-05-28 20:11:31 UTC (rev 177383)
@@ -1,27 +0,0 @@
-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/trunk/Ben_Iofel.patch (from rev 177382, nemiver/trunk/Ben Iofel.patch)
===================================================================
--- Ben_Iofel.patch	                        (rev 0)
+++ Ben_Iofel.patch	2016-05-28 20:11:31 UTC (rev 177383)
@@ -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"
+

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-28 19:56:29 UTC (rev 177382)
+++ PKGBUILD	2016-05-28 20:11:31 UTC (rev 177383)
@@ -12,7 +12,7 @@
 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')
+        'Ben_Iofel.patch')
 options=('!emptydirs')
 sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2'
             '8b7966ef3be114fe999c1f7764b04f05ae191633bfb005f8e3ea80461e4d6bfd')
@@ -21,7 +21,7 @@
   cd "$pkgname-$pkgver"
 
   NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
-  patch -p1 -i '../Ben Iofel.patch'
+  patch -p1 -i '../Ben_Iofel.patch'
 }
 
 build() {



More information about the arch-commits mailing list