[arch-commits] Commit in gio-sharp/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Oct 18 14:04:16 UTC 2017


    Date: Wednesday, October 18, 2017 @ 14:04:15
  Author: bgyorgy
Revision: 263252

archrelease: copy trunk to community-any

Added:
  gio-sharp/repos/community-any/PKGBUILD
    (from rev 263251, gio-sharp/trunk/PKGBUILD)
Deleted:
  gio-sharp/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 14:03:45 UTC (rev 263251)
+++ PKGBUILD	2017-10-18 14:04:15 UTC (rev 263252)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Daniel Isenmann <daniel at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-pkgname=gio-sharp
-pkgver=0.3
-_pkgver=0.3-0-31b4926
-_git=31b4926
-pkgrel=2
-pkgdesc="a branch of the official gtk-sharp/gio to get gio-sharp building on gtk-sharp 2.12"
-arch=('any')
-url="http://github.com/mono/gio-sharp"
-license=('MIT')
-depends=('gtk-sharp-2>=2.12')
-source=(mono-$pkgname-$_pkgver.zip::https://github.com/mono/gio-sharp/zipball/$pkgver)
-options=('!makeflags')
-md5sums=('5df902082999bb33273517ceed790144')
-
-build() {
-  cd "$srcdir/mono-$pkgname-${_git}"
-
-  ./autogen-2.22.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/mono-$pkgname-${_git}"
-
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: gio-sharp/repos/community-any/PKGBUILD (from rev 263251, gio-sharp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-18 14:04:15 UTC (rev 263252)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=gio-sharp
+pkgver=0.3
+pkgrel=3
+pkgdesc="Mono bindings to Glib's libgio"
+arch=('any')
+url="https://github.com/mono/gio-sharp"
+license=('MIT')
+depends=('gtk-sharp-2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mono/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('25142dd9f2cfa984acf10a579fb771612f46ae4c089b65e059d72a403a2fc1d5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/CSC, gmcs/CSC, mcs/' configure.ac.in
+  NOCONFIGURE=1 ./autogen-2.22.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list