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

Alexander Rødseth arodseth at archlinux.org
Tue Apr 11 14:25:36 UTC 2017


    Date: Tuesday, April 11, 2017 @ 14:25:36
  Author: arodseth
Revision: 222227

upgpkg: nemiver 0.9.6-5

Modified:
  nemiver/trunk/PKGBUILD
Deleted:
  nemiver/trunk/Ben_Iofel.patch

-----------------+
 Ben_Iofel.patch |   27 ---------------------------
 PKGBUILD        |   25 +++++++++++--------------
 2 files changed, 11 insertions(+), 41 deletions(-)

Deleted: Ben_Iofel.patch
===================================================================
--- Ben_Iofel.patch	2017-04-11 14:21:04 UTC (rev 222226)
+++ Ben_Iofel.patch	2017-04-11 14:25:36 UTC (rev 222227)
@@ -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"
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-11 14:21:04 UTC (rev 222226)
+++ PKGBUILD	2017-04-11 14:25:36 UTC (rev 222227)
@@ -1,31 +1,28 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: jordz <jordz at archlinux.us>
 
 pkgname=nemiver
 pkgver=0.9.6
-pkgrel=4
+pkgrel=5
 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')
+url='https://projects.gnome.org/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools' 'git')
+source=("git://git.gnome.org/nemiver#commit=1ef54607bfb463") # no https
 options=('!emptydirs')
-sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2'
-            '8b7966ef3be114fe999c1f7764b04f05ae191633bfb005f8e3ea80461e4d6bfd')
+sha256sums=('SKIP')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
-  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
-  patch -p1 -i '../Ben_Iofel.patch'
+  ./autogen.sh
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   ./configure \
     --prefix=/usr \
@@ -42,7 +39,7 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  make -C "$pkgname" DESTDIR="$pkgdir" install
 }
 
 # getver: git.gnome.org/browse/nemiver/plain/configure.ac



More information about the arch-commits mailing list