[arch-commits] Commit in notify-sharp-3 (repos/community-any/PKGBUILD trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jan 13 09:18:40 UTC 2018


    Date: Saturday, January 13, 2018 @ 09:18:38
  Author: bgyorgy
Revision: 281790

notify-sharp-3: fix build

Modified:
  notify-sharp-3/repos/community-any/PKGBUILD
  notify-sharp-3/trunk/PKGBUILD

------------------------------+
 repos/community-any/PKGBUILD |    4 ++--
 trunk/PKGBUILD               |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===================================================================
--- repos/community-any/PKGBUILD	2018-01-13 08:56:44 UTC (rev 281789)
+++ repos/community-any/PKGBUILD	2018-01-13 09:18:38 UTC (rev 281790)
@@ -20,12 +20,12 @@
 prepare() {
   cd $_pkgname-$pkgver
   patch -Np1 -i ../use_dbussharp_2.pc
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+  autoreconf -fi
 }
 
 build() {
   cd $_pkgname-$pkgver
-  autoreconf -fi
-
   ./configure --prefix=/usr
   make
 }

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-01-13 08:56:44 UTC (rev 281789)
+++ trunk/PKGBUILD	2018-01-13 09:18:38 UTC (rev 281790)
@@ -20,6 +20,7 @@
 prepare() {
   cd $_pkgname-$pkgver
   patch -Np1 -i ../use_dbussharp_2.pc
+  sed -i 's/gmcs/mcs/' configure{,.ac}
   autoreconf -fi
 }
 



More information about the arch-commits mailing list