[arch-commits] Commit in bug-buddy/repos (3 files)

Jan de Groot jgc at archlinux.org
Sun Oct 11 18:39:17 UTC 2009


    Date: Sunday, October 11, 2009 @ 14:39:17
  Author: jgc
Revision: 54705

Merged revisions 54704 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/bug-buddy/trunk

........
  r54704 | jgc | 2009-10-11 20:38:56 +0200 (Sun, 11 Oct 2009) | 1 line
  
  Merge gnome-unstable
........

Modified:
  bug-buddy/repos/extra-x86_64/	(properties)
  bug-buddy/repos/extra-x86_64/PKGBUILD
Deleted:
  bug-buddy/repos/extra-x86_64/gcc-4.4.patch

---------------+
 PKGBUILD      |   17 +++++++----------
 gcc-4.4.patch |   32 --------------------------------
 2 files changed, 7 insertions(+), 42 deletions(-)


Property changes on: bug-buddy/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /bug-buddy/trunk:1-42374
   + /bug-buddy/trunk:1-54704

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-11 18:38:56 UTC (rev 54704)
+++ extra-x86_64/PKGBUILD	2009-10-11 18:39:17 UTC (rev 54705)
@@ -2,27 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=bug-buddy
-pkgver=2.26.0
-pkgrel=2
+pkgver=2.28.0
+pkgrel=1
 pkgdesc="A bug reporting tool for GNOME"
 arch=(i686 x86_64)
 install=bug-buddy.install
-depends=('gnome-menus>=2.26.1' 'evolution-data-server>=2.26.2' 'libgtop>=2.26.1' 'libelf' 'gconf>=2.26.0-2')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.16.0')
+depends=('evolution-data-server>=2.28.0' 'libgtop>=2.28.0' 'libelf' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.17.5')
 groups=('gnome-extra')
 license=(GPL)
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2
-        gcc-4.4.patch)
-md5sums=('f92663a1a819f83e3eb3004f9e8a687a'
-         '1d6eda79b925b9c20ab745999f0ab7ce')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6ec0c21a09d9eb2a5f05a60261c6c70a0cd35e8887598418402fd17f83c1b294')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/gcc-4.4.patch" || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var || return 1
+      --localstatedir=/var --disable-static || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 

Deleted: extra-x86_64/gcc-4.4.patch
===================================================================
--- extra-x86_64/gcc-4.4.patch	2009-10-11 18:38:56 UTC (rev 54704)
+++ extra-x86_64/gcc-4.4.patch	2009-10-11 18:39:17 UTC (rev 54705)
@@ -1,32 +0,0 @@
---- ./google-breakpad/src/processor/postfix_evaluator-inl.h~	2009-02-26 19:56:48.000000000 -0500
-+++ ./google-breakpad/src/processor/postfix_evaluator-inl.h	2009-06-11 17:27:18.451971694 -0400
-@@ -37,7 +37,7 @@
- #ifndef PROCESSOR_POSTFIX_EVALUATOR_INL_H__
- #define PROCESSOR_POSTFIX_EVALUATOR_INL_H__
- 
--
-+#include <cstdio>
- #include <sstream>
- 
- #include "processor/postfix_evaluator.h"
---- ./google-breakpad/src/client/linux/handler/exception_handler.cc~	2009-02-26 19:56:49.000000000 -0500
-+++ ./google-breakpad/src/client/linux/handler/exception_handler.cc	2009-06-11 20:54:54.667061888 -0400
-@@ -44,6 +44,8 @@
- #include <ctime>
- #include <linux/limits.h>
- 
-+#include <cstdio>
-+
- #include "client/linux/handler/exception_handler.h"
- #include "common/linux/guid_creator.h"
- #include "google_breakpad/common/minidump_format.h"
---- ./google-breakpad/src/client/linux/handler/minidump_generator.cc~	2009-02-26 19:56:49.000000000 -0500
-+++ ./google-breakpad/src/client/linux/handler/minidump_generator.cc	2009-06-11 21:06:14.963661633 -0400
-@@ -39,6 +39,7 @@
- #include <sys/wait.h>
- #include <string.h>
- 
-+#include <cstdio>
- #include <cstdlib>
- #include <cstring>
- #include <ctime>




More information about the arch-commits mailing list