[arch-commits] Commit in bug-buddy (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Aug 12 13:21:07 UTC 2009


    Date: Wednesday, August 12, 2009 @ 09:21:07
  Author: jgc
Revision: 49562

Update to 2.27.1:
- add hicolor-icon-theme dependency

Added:
  bug-buddy/gnome-unstable/
Modified:
  bug-buddy/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-12 11:53:09 UTC (rev 49556)
+++ gnome-unstable/PKGBUILD	2009-08-12 13:21:07 UTC (rev 49562)
@@ -2,27 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=bug-buddy
-pkgver=2.26.0
-pkgrel=2
+pkgver=2.27.1
+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=('gnome-menus>=2.27.5' 'evolution-data-server>=2.27.90' 'libgtop>=2.27.3' 'libelf' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.17.3')
 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.27/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a058d15cc48cb891fd83e60a6ea3b01a7c3815cb')
 
 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
 




More information about the arch-commits mailing list