Date: Wednesday, October 16, 2013 @ 05:44:12
  Author: bgyorgy
Revision: 98639

upgpkg: bless 0.6.0-4

Rebuild for mono 4.0 (FS#37299)

Modified:
  bless/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-16 01:00:11 UTC (rev 98638)
+++ PKGBUILD    2013-10-16 03:44:12 UTC (rev 98639)
@@ -4,9 +4,9 @@
 
 pkgname=bless
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A high-quality, full-featured hex editor"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://home.gna.org/bless/";
 license=('GPL')
 depends=('gtk-sharp-2>=2.8')
@@ -14,6 +14,13 @@
 source=(http://download.gna.org/bless/bless-$pkgver.tar.gz)
 md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Build for mono 4.0 (FS#37299)
+  sed -i 's/gmcs/dmcs/' configure{,.ac} builder/ModuleBuilder.cs
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --without-scrollkeeper

Reply via email to