[arch-commits] Commit in gluezilla/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Thu Mar 25 11:32:33 UTC 2010


    Date: Thursday, March 25, 2010 @ 07:32:33
  Author: daniel
Revision: 73370

upgpkg: gluezilla 2.6-2
New mono release 2.6.3

Modified:
  gluezilla/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-25 11:00:42 UTC (rev 73369)
+++ PKGBUILD	2010-03-25 11:32:33 UTC (rev 73370)
@@ -2,20 +2,21 @@
 
 pkgname=gluezilla
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Web browser implementation (Gecko) for Mono, the free .NET runtime"
 arch=(i686 x86_64)
 license=('LGPL2' 'MPL')
 url="http://www.mono-project.com/"
-depends=('mono' 'xulrunner>=1.9')
+depends=('mono' 'xulrunner>=1.9.2.2')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('bd4eb89747498945227877295fcd36b5')
+source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 configure_xulrunner.patch)
+md5sums=('bd4eb89747498945227877295fcd36b5'
+         '57296aa02aad2cfb42772ccb6b5302cf')
 
 build() {
   cd ${srcdir}/gluezilla-${pkgver}
-
+  patch < ${srcdir}/configure_xulrunner.patch || return 1
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list