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

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


    Date: Wednesday, October 18, 2017 @ 14:04:37
  Author: bgyorgy
Revision: 263253

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 34 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 14:04:15 UTC (rev 263252)
+++ PKGBUILD	2017-10-18 14:04:37 UTC (rev 263253)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Daniel Isenmann <daniel at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-pkgname=gkeyfile-sharp
-pkgver=0.1
-_pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
-_git=662c5c1
-pkgrel=3
-pkgdesc="Mono bindings for GLib’s GKeyFile"
-arch=('any')
-url="http://github.com/mono/gkeyfile-sharp"
-license=('LGPL')
-depends=('gtk-sharp-2')
-source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
-md5sums=('0f43ffd9ebe39969e2c7661b81a6dfae')
-
-build() {
-  cd "$srcdir/mono-$pkgname-$_git"
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/mono-$pkgname-$_git"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: gkeyfile-sharp/repos/community-any/PKGBUILD (from rev 263252, gkeyfile-sharp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-18 14:04:37 UTC (rev 263253)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=gkeyfile-sharp
+pkgver=0.1
+_pkgver=GKEYFILE_SHARP_0_1
+pkgrel=4
+pkgdesc="Mono bindings for GLib’s GKeyFile"
+arch=('any')
+url="https://github.com/mono/gkeyfile-sharp"
+license=('LGPL')
+depends=('gtk-sharp-2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mono/$pkgname/archive/$_pkgver.tar.gz)
+sha256sums=('e74cb8ab118f344a15215aeb1cf66ef2a6992f49a1eca1c839fffefaa61ac485')
+
+prepare() {
+  cd $pkgname-$_pkgver
+  sed -i 's/CSC, gmcs/CSC, mcs/' configure.in
+  aclocal
+  automake --add-missing --gnu
+  autoconf
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list