gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3777: nemiver, bug fix


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3777: nemiver, bug fix
Date: Tue, 28 Jun 2016 06:50:10 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3777
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2016-06-27 23:50:05 -0700
message:
  nemiver, bug fix
added:
  pkg/gnome/nemiver/files/       files-20160628064840-0d50a04mlcxjh8re-1
  pkg/gnome/nemiver/files/nemiver.diff 
nemiver.diff-20160628064840-0d50a04mlcxjh8re-2
modified:
  pkg/gnome/nemiver/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1258
  pkg/gnome/nemiver/sha256sums   sha256sums-20160617013746-7ygosxqw3lxxvo7f-1262
=== modified file 'pkg/gnome/nemiver/Makefile'
--- a/pkg/gnome/nemiver/Makefile        2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/nemiver/Makefile        2016-06-28 06:50:05 +0000
@@ -28,22 +28,25 @@
 
 endef
 GARVERSION = 0.9.6
-# module = nemiver/0.9/nemiver-0.9.6.tar.xz
 
 ######################################################################
 
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
 MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = nemiver/0.9/
-DISTFILES = nemiver-0.9.6.tar.xz
-SIGFILES = 
-
-# hash = 
sha256:85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2
-BUILDDEPS = 
-LIBDEPS = #  boost gdb gdlmm gtkmm glibmm gtksourceviewmm vte libgtop libxml2 
ghex yelp-tools
-SUGGESTS = 
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz
+
+PATCHFILES = nemiver.diff 
+
+BUILDDEPS =
+LIBDEPS = libgtop vte 
 
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include config.mk
-

=== added directory 'pkg/gnome/nemiver/files'
=== added file 'pkg/gnome/nemiver/files/nemiver.diff'
--- a/pkg/gnome/nemiver/files/nemiver.diff      1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/nemiver/files/nemiver.diff      2016-06-28 06:50:05 +0000
@@ -0,0 +1,19 @@
+*** src/dbgengine/nmv-dbg-common.h.orig        2016-06-27 23:26:57.876019549 
-0700
+--- src/dbgengine/nmv-dbg-common.h     2016-06-27 23:26:07.892833241 -0700
+***************
+*** 171,177 ****
+  
+      bool has_slot () const
+      {
+!         return m_slot;
+      }
+  
+      template<class T>
+--- 171,177 ----
+  
+      bool has_slot () const
+      {
+!         return bool(m_slot);
+      }
+  
+      template<class T>

=== modified file 'pkg/gnome/nemiver/sha256sums'
--- a/pkg/gnome/nemiver/sha256sums      2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/nemiver/sha256sums      2016-06-28 06:50:05 +0000
@@ -1,1 +1,2 @@
 85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2  
download/nemiver-0.9.6.tar.xz
+9f9c2707b63375b4b66f0b61eea832e0bfdf95ef725a4db93e5cff125eb375a2  
download/nemiver-0.9.6.sha256sum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]