[arch-commits] CVS update of extra/devel/anjuta (PKGBUILD profiler_plugin.patch)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 26 03:26:01 UTC 2007


    Date: Thursday, October 25, 2007 @ 23:26:01
  Author: andyrtr
    Path: /home/cvs-extra/extra/devel/anjuta

   Added: profiler_plugin.patch (1.1)
Modified: PKGBUILD (1.26 -> 1.27)

updatepkg 2.2.2


-----------------------+
 PKGBUILD              |   14 ++++++++------
 profiler_plugin.patch |   30 ++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 6 deletions(-)


Index: extra/devel/anjuta/PKGBUILD
diff -u extra/devel/anjuta/PKGBUILD:1.26 extra/devel/anjuta/PKGBUILD:1.27
--- extra/devel/anjuta/PKGBUILD:1.26	Sat Sep 29 16:55:53 2007
+++ extra/devel/anjuta/PKGBUILD	Thu Oct 25 23:26:01 2007
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD,v 1.26 2007/09/29 20:55:53 andyrtr Exp $
+# $Id: PKGBUILD,v 1.27 2007/10/26 03:26:01 andyrtr Exp $
 # Mantainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Harley Laue <losinggeneration at yahoo.com>
 
 pkgname=anjuta
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
 pkgdesc="Anjuta Integrated Development Environment (IDE)"
 arch=('i686' 'x86_64')
 license="GPL"
-depends=('devhelp' 'gnome-build>=0.1.7' 'pcre>=7.2' 'vte>=0.16.6' 'graphviz' 'subversion' 'libgnomeprintui>=2.18.1' 'gtksourceview' 'glade' 'gconf>=2.18.0.1-4' 'libxslt')
+depends=('devhelp' 'gnome-build>=0.2.0' 'pcre>=7.4' 'vte>=0.16.9' 'graphviz' 'subversion' 'libgnomeprintui>=2.18.1' 'gtksourceview' 'glade' 'gconf>=2.20.1-1' 'libxslt')
 makedepends=('autogen' 'gnome-doc-utils')
 url="http://anjuta.sourceforge.net/"
 install=anjuta.install
-source=(http://downloads.sourceforge.net/sourceforge/anjuta/anjuta-$pkgver.tar.bz2)  
-md5sums=('7569935b1b498bd64ff05e38087e7189')
+source=(http://downloads.sourceforge.net/sourceforge/anjuta/anjuta-$pkgver.tar.bz2 profiler_plugin.patch)  
+md5sums=('ed2e54fdd498db70e5b0bf3d0fed13cd'
+         'cfbee9eece4189fa35335e77ad5b43f5')
 options=('!libtool' '!emptydirs')
 
 build() {
   cd ${startdir}/src/anjuta-${pkgver}
+  patch -Np1 -i ../profiler_plugin.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-plugin-subversion --enable-plugin-glade \
 		--enable-plugin-class-inheritance --enable-plugin-valgrind \
 		--enable-plugin-sourceview --disable-gtk-doc \
Index: extra/devel/anjuta/profiler_plugin.patch
diff -u /dev/null extra/devel/anjuta/profiler_plugin.patch:1.1
--- /dev/null	Thu Oct 25 23:26:01 2007
+++ extra/devel/anjuta/profiler_plugin.patch	Thu Oct 25 23:26:01 2007
@@ -0,0 +1,30 @@
+--- trunk/plugins/profiler/gprof-call-graph-view.c	2007/09/10 06:43:02	3114
++++ trunk/plugins/profiler/gprof-call-graph-view.c	2007/09/23 11:03:16	3153
+@@ -22,6 +22,7 @@
+  */
+ 
+ #include "gprof-call-graph-view.h"
++#include <glib/gi18n-lib.h>
+ 
+ struct _GProfCallGraphViewPriv
+ {
+--- trunk/plugins/profiler/gprof-flat-profile-view.c	2007/09/10 06:43:02	3114
++++ trunk/plugins/profiler/gprof-flat-profile-view.c	2007/09/23 11:03:16	3153
+@@ -22,6 +22,7 @@
+  */
+ 
+ #include "gprof-flat-profile-view.h"
++#include <glib/gi18n-lib.h>
+ 
+ struct _GProfFlatProfileViewPriv
+ {
+--- trunk/plugins/profiler/gprof-function-call-tree-view.c	2007/09/10 06:43:02	3114
++++ trunk/plugins/profiler/gprof-function-call-tree-view.c	2007/09/23 11:03:16	3153
+@@ -22,6 +22,7 @@
+  */
+ 
+ #include "gprof-function-call-tree-view.h"
++#include <glib/gi18n-lib.h>
+ 
+ struct _GProfFunctionCallTreeViewPriv
+ {




More information about the arch-commits mailing list