[arch-commits] Commit in gtk-sharp-3/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Nov 26 21:00:08 UTC 2018


    Date: Monday, November 26, 2018 @ 21:00:08
  Author: arojas
Revision: 409886

PIE rebuild

Modified:
  gtk-sharp-3/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-26 20:44:19 UTC (rev 409885)
+++ PKGBUILD	2018-11-26 21:00:08 UTC (rev 409886)
@@ -3,7 +3,7 @@
 pkgname=gtk-sharp-3
 _pkgname=gtk-sharp
 pkgver=2.99.3
-pkgrel=1
+pkgrel=2
 pkgdesc="C# bindings for GTK+ 3"
 arch=('x86_64')
 url="http://mono-project.com/GtkSharp"
@@ -15,6 +15,7 @@
 prepare() {
   cd $_pkgname-$pkgver
   sed -i 's/gmcs/mcs/' configure{,.ac}
+  sed -e '/MONO_PROFILE_ENTER_LEAVE/d' -i gtk/gui-thread-check/profiler/gui-thread-check.c # Fix build with newer mono
 }
 
 build() {



More information about the arch-commits mailing list