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

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


    Date: Saturday, January 13, 2018 @ 09:46:50
  Author: bgyorgy
Revision: 281797

gtk-sharp-3: fix build

Modified:
  gtk-sharp-3/repos/community-x86_64/PKGBUILD
  gtk-sharp-3/trunk/PKGBUILD

---------------------------------+
 repos/community-x86_64/PKGBUILD |    5 +++++
 trunk/PKGBUILD                  |    5 +++++
 2 files changed, 10 insertions(+)

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2018-01-13 09:39:38 UTC (rev 281796)
+++ repos/community-x86_64/PKGBUILD	2018-01-13 09:46:50 UTC (rev 281797)
@@ -13,6 +13,11 @@
 source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
 sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2')
 
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+}
+
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
   ./configure --prefix=/usr

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-01-13 09:39:38 UTC (rev 281796)
+++ trunk/PKGBUILD	2018-01-13 09:46:50 UTC (rev 281797)
@@ -13,6 +13,11 @@
 source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
 sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+}
+
 build() {
   cd $_pkgname-$pkgver
   ./configure --prefix=/usr



More information about the arch-commits mailing list